net.sf.jaxme.xs.parser
Interface XsSAXParser

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
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

public java.lang.Object getBean()

Returns the bean configured by the XsSAXParser.


getQName

public java.lang.String getQName()

Returns the current elements fully qualified name.


getNamespaceURI

public java.lang.String getNamespaceURI()

Returns the current elements namespace URI.


getLocalName

public java.lang.String getLocalName()

Returns the current elements local name.