xmlite

package
v1.12.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	StartTag(name []byte)
	EndTag(name []byte)
	Attr(name, value []byte)
	CharData(value []byte)
}

type LiteDecoder

type LiteDecoder struct {
	// contains filtered or unexported fields
}

func NewLiteDecoder

func NewLiteDecoder(reader io.Reader, handler Handler) *LiteDecoder

func (*LiteDecoder) NextToken

func (lt *LiteDecoder) NextToken() error

func (*LiteDecoder) Parse

func (lt *LiteDecoder) Parse() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL