XmlParser
Properties
Functions
Link copied to clipboard
protected fun createDefaultElement(nodeName: String, attributes: Attributes, parent: XmlParentNode): XmlElementNode
Creates a default XmlElementNode instance with the given parameters. This method is used when no specific element type is provided by the parser.
Link copied to clipboard
Creates an XmlNode instance with the given parameters.
Link copied to clipboard
Returns a pre-processed Element node.
Link copied to clipboard
Checks if the given XML node is the root node of the XML document.
Link copied to clipboard
Parse a XML string content to an XmlRootNode