public interface XsSAXParser
extends org.xml.sax.ContentHandler
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Object getBean()
Returns the bean configured by the XsSAXParser.
java.lang.String getQName()
Returns the current elements fully qualified name.
java.lang.String getNamespaceURI()
Returns the current elements namespace URI.
java.lang.String getLocalName()
Returns the current elements local name.