Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderOpts ¶
type BuilderOpts struct { Dec *xml.Decoder Tok xml.Token NodeType tree.NodeType NS map[xml.Name]string Attrs []*xml.Attr NodePos int AttrStartPos int }
BuilderOpts supplies all the information needed to create an XML node.
type XMLBuilder ¶
type XMLBuilder interface { tree.Node CreateNode(*BuilderOpts) XMLBuilder EndElem() XMLBuilder }
XMLBuilder is an interface for creating XML structures.
Click to show internal directories.
Click to hide internal directories.