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
getBean
public Object getBean()
Returns the bean configured by the XsSAXParser.
- getBean in interface XsSAXParser
getChildHandler
public ContentHandler getChildHandler()
getData
protected abstract XSContext getData()
getLocalName
public String getLocalName()
Returns the current elements local name.
- getLocalName in interface XsSAXParser
getNamespaceURI
public String getNamespaceURI()
Returns the current elements namespace URI.
- getNamespaceURI in interface XsSAXParser
getQName
public String getQName()
Returns the current elements fully qualified name.
- getQName in interface XsSAXParser
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)
setLocalName
public void setLocalName(String pLocalName)
setNamespaceURI
public void setNamespaceURI(String pNamespaceURI)
setQName
public void setQName(String pQName)
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 pURI)
throws SAXException