org.apache.ws.jaxme.xs.parser
Interface XsSAXParser
- ContentHandler
- AbstractXsSAXParser, XsSAXParserImpl
public interface XsSAXParser
extends ContentHandler
Object | getBean() - Returns the bean configured by the XsSAXParser.
|
String | getLocalName() - Returns the current elements local name.
|
String | getNamespaceURI() - Returns the current elements namespace URI.
|
String | getQName() - Returns the current elements fully qualified name.
|
getBean
public Object getBean()
Returns the bean configured by the XsSAXParser.
getLocalName
public String getLocalName()
Returns the current elements local name.
getNamespaceURI
public String getNamespaceURI()
Returns the current elements namespace URI.
getQName
public String getQName()
Returns the current elements fully qualified name.