Documentation
¶
Overview ¶
Package simplexml is used to parse the SVG xml file, but it avoids `encoding/xml`for JS, and it's compatible with TinyGo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
func NewDecoder ¶
type Name ¶
type Name struct {
Space, Local string
}
A Name represents an XML name (Local) annotated with a name space identifier (Space). In tokens returned by Decoder.Token, the Space identifier is given as a canonical URL, not the short prefix used in the document being parsed.
type StartElement ¶
A StartElement represents an XML start element.
Click to show internal directories.
Click to hide internal directories.