org.apache.ws.jaxme.xs.parser

Interface XsSAXParser

public interface XsSAXParser extends ContentHandler

Author: Jochen Wiedmann

Method Summary
ObjectgetBean()

Returns the bean configured by the XsSAXParser.

StringgetLocalName()

Returns the current elements local name.

StringgetNamespaceURI()

Returns the current elements namespace URI.

StringgetQName()

Returns the current elements fully qualified name.

Method Detail

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.