org.apache.ws.jaxme.xs.parser
Interface XsSAXParser

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
AbstractXsSAXParser, XsSAXParserImpl

public interface XsSAXParser
extends org.xml.sax.ContentHandler

Author:
Jochen Wiedmann

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

getBean

java.lang.Object getBean()

Returns the bean configured by the XsSAXParser.


getQName

java.lang.String getQName()

Returns the current elements fully qualified name.


getNamespaceURI

java.lang.String getNamespaceURI()

Returns the current elements namespace URI.


getLocalName

java.lang.String getLocalName()

Returns the current elements local name.