org.apache.ws.jaxme.xs.parser

Interface XsSAXParser

All Superinterfaces:
ContentHandler
Known Implementing Classes:
AbstractXsSAXParser, XsSAXParserImpl

public interface XsSAXParser
extends ContentHandler

Author:
Jochen Wiedmann

Method Summary

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.

Method Details

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.