ae.utils.xml.helpers

Useful ae.utils.xml helpers

Members

Functions

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.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>