- findNodes
XmlNode[] findNodes(XmlNode n, string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- findOnlyChild
XmlNode findOnlyChild(XmlNode n, string tag, XmlNodeType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- findOnlyChild
XmlNode findOnlyChild(XmlNode n, XmlNodeType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- isTag
bool isTag(XmlNode n, string tag, XmlNodeType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- newNode
XmlNode newNode(XmlNodeType type, string tag, string[string] attributes, XmlNode[] children)
Undocumented in source. Be warned that the author may not have intended to support it.
- newNode
XmlNode newNode(string tag, string[string] attributes, XmlNode[] children)
Undocumented in source. Be warned that the author may not have intended to support it.
- newTextNode
XmlNode newTextNode(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
Useful ae.utils.xml helpers