characters
public void characters(char[] pBuffer,
int pOffset,
int pLen)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String pNamespaceURI,
String pLocalName,
String pQName)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String pPrefix)
throws SAXException
getElementIterator
public Iterator getElementIterator()
getFirstElement
public TSAXElement getFirstElement()
ignorableWhitespace
public void ignorableWhitespace(char[] pBuffer,
int pOffset,
int pLen)
throws SAXException
processingInstruction
public void processingInstruction(String pTarget,
String pData)
throws SAXException
setDocumentLocator
public void setDocumentLocator(Locator pLocator)
skippedEntity
public void skippedEntity(String pEntity)
throws SAXException
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String pNamespaceURI,
String pLocalName,
String pQName,
Attributes pAttr)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String pPrefix,
String pNamespaceURI)
throws SAXException