The methods defined in the JadeXMLParser class are summarized in the following table.
| Method | Description | 
|---|---|
| characters | Receives notification of character data | 
| columnNumber | Returns the column number at which the current document event ends | 
| comment | Receives notification of a comment | 
| endCDATA | Receives notification of the end of a CDATA section | 
| endDTD | Receives notification of the end of DTD declarations | 
| endElement | Receives notification of the end of an element | 
| fileName | Returns the file name for the current document event | 
| getAttribute | Retrieves the attribute with the specified index | 
| getAttributeValueByName | Retrieves the value of the attribute with the specified qualified name | 
| getAttributeValueByNameNS | Retrieves the value of the attribute with the specified namespace URI and local name | 
| lineNumber | Returns the line number at which the current document event ends | 
| parseFile | Parses the specified XML document file | 
| parseString | Parses the specified XML document string | 
| processingInstruction | Receives notification of a processing instruction | 
| startCDATA | Receives notification of the start of a CDATA section | 
| startDTD | Receives notification of the start of DTD declarations | 
| startElement | Receives notification of the beginning of an element | 
