|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides access to the parsers context.
Method Summary | |
AttributeSetter |
getAttributeSetter()
Returns the AttributeSetter , which is used to
configure properties. |
ChildSetter |
getChildSetter()
Returns the ChildSetter , which is used to create
child elements. |
org.xml.sax.ContentHandler |
getCurrentContentHandler()
Sets the currently active instance of XsSAXParser . |
org.xml.sax.Locator |
getLocator()
Returns the locator, used for error messages. |
org.xml.sax.helpers.NamespaceSupport |
getNamespaceSupport()
Returns the namespace handler. |
TextSetter |
getTextSetter()
Returns the TextSetter , used to add text sections. |
XSLogicalParser |
getXSLogicalParser()
Returns the currently running XSParser or null,
if no such instance is available. |
XsObjectFactory |
getXsObjectFactory()
Returns the parsers object factory for syntax elements. |
XSObjectFactory |
getXSObjectFactory()
Returns the parsers object factory for logical elements. |
XSSchema |
getXSSchema()
Returns the XSSchema , which is currently being parsed,
if any. |
void |
setAttributeSetter(AttributeSetter pSetter)
Sets the AttributeSetter, which is used to configure properties. |
void |
setChildSetter(ChildSetter pSetter)
Sets the ChildSetter, which is used to create child elements. |
void |
setCurrentContentHandler(org.xml.sax.ContentHandler pParser)
Sets the currently active instance of XsSAXParser . |
void |
setLocator(org.xml.sax.Locator pLocator)
Sets the locator, used for error messages. |
void |
setNamespaceSupport(org.xml.sax.helpers.NamespaceSupport pNamespaceSupport)
Sets the namespace handler. |
void |
setTextSetter(TextSetter pSetter)
Sets the TextSetter, used to add text sections. |
void |
setXSLogicalParser(XSLogicalParser pParser)
Sets the currently active instance of XSParser , if any.
|
void |
setXsObjectFactory(XsObjectFactory pFactory)
Sets the parsers object factory for syntax elements. |
void |
setXSObjectFactory(XSObjectFactory pFactory)
Sets the parsers object factory for logical elements. |
Method Detail |
public XsObjectFactory getXsObjectFactory()
Returns the parsers object factory for syntax elements.
public void setXsObjectFactory(XsObjectFactory pFactory)
Sets the parsers object factory for syntax elements.
public XSObjectFactory getXSObjectFactory()
Returns the parsers object factory for logical elements.
public void setXSObjectFactory(XSObjectFactory pFactory)
Sets the parsers object factory for logical elements.
public AttributeSetter getAttributeSetter()
Returns the AttributeSetter
, which is used to
configure properties.
public void setAttributeSetter(AttributeSetter pSetter)
Sets the AttributeSetter, which is used to configure properties.
public ChildSetter getChildSetter()
Returns the ChildSetter
, which is used to create
child elements.
public void setChildSetter(ChildSetter pSetter)
Sets the ChildSetter, which is used to create child elements.
public TextSetter getTextSetter()
Returns the TextSetter
, used to add text sections.
public void setTextSetter(TextSetter pSetter)
Sets the TextSetter, used to add text sections.
public XSLogicalParser getXSLogicalParser()
Returns the currently running XSParser
or null,
if no such instance is available.
public void setXSLogicalParser(XSLogicalParser pParser)
Sets the currently active instance of XSParser
, if any.
Returns null, if no such instance is available.
public XSSchema getXSSchema()
Returns the XSSchema
, which is currently being parsed,
if any.
public org.xml.sax.Locator getLocator()
Returns the locator, used for error messages.
public void setLocator(org.xml.sax.Locator pLocator)
Sets the locator, used for error messages.
public org.xml.sax.helpers.NamespaceSupport getNamespaceSupport()
Returns the namespace handler.
public void setNamespaceSupport(org.xml.sax.helpers.NamespaceSupport pNamespaceSupport)
Sets the namespace handler.
public org.xml.sax.ContentHandler getCurrentContentHandler()
Sets the currently active instance of XsSAXParser
.
public void setCurrentContentHandler(org.xml.sax.ContentHandler pParser)
Sets the currently active instance of XsSAXParser
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |