Documentation ¶
Index ¶
- func AddChildren(root *etree.Element, n *etree.Element)
- func ChildrenToString(root *etree.Element, indent int) (string, error)
- func Dump(i interface{})
- func PrintlnChildren(root *etree.Element)
- func ReaderToString(r io.Reader) (string, error)
- func RemoveChildren(root *etree.Element)
- func ReplaceChildren(root *etree.Element, n *etree.Element)
- func Uints32ToBytes(u []uint32) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChildren ¶
AddChildren adds the children of a node to another.
func ChildrenToString ¶
ChildrenToString formats the root node tree as a DataXML string.
func PrintlnChildren ¶
PrintlnChildren prints the child elements of a node.
func ReaderToString ¶
ReaderToString returns a string from an io.Reader.
func RemoveChildren ¶
RemoveChildren removes child elements of a node.
func ReplaceChildren ¶
ReplaceChildren replaces the children of a node with the children of another.
func Uints32ToBytes ¶
Uints32ToBytes converts []uint32 to []byte.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.