|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Object |
getBean()
Returns the bean configured by the XsSAXParser. |
java.lang.String |
getLocalName()
Returns the current elements local name. |
java.lang.String |
getNamespaceURI()
Returns the current elements namespace URI. |
java.lang.String |
getQName()
Returns the current elements fully qualified name. |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
public java.lang.Object getBean()
Returns the bean configured by the XsSAXParser.
public java.lang.String getQName()
Returns the current elements fully qualified name.
public java.lang.String getNamespaceURI()
Returns the current elements namespace URI.
public java.lang.String getLocalName()
Returns the current elements local name.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |