Parses the data and lets the builder create the logical data structure.
the logical structure built by the builder throws: net.n3.nanoxml.XMLException - if an error occurred reading or parsing the data
Processes an attribute of an element.
Parameters: attrNames - contains the names of the attributes. Parameters: attrValues - contains the values of the attributes. Parameters: attrTypes - contains the types of the attributes. throws: java.lang.Exception - if something went wrong
Processes a regular element.
Parameters: defaultNamespace - the default namespace URI (or null) Parameters: namespaces - list of defined namespaces throws: java.lang.Exception - if something went wrong
Processes a tag that starts with a bang (<!...>).
Parameters: allowCDATA - true if CDATA sections are allowed at this point throws: java.lang.Exception - if something went wrong
Scans an XML tag.
Parameters: allowCDATA - true if CDATA sections are allowed at this point Parameters: defaultNamespace - the default namespace URI (or null) Parameters: namespaces - list of defined namespaces throws: java.lang.Exception - if something went wrong