org.apache.ws.jaxme.xs.parser.impl
public class XSContextImpl extends Object implements XSContext
This class provides access to the parsers internal data. The
Context instance is stored as a thread local element, thus
accessible via a static method.
| Method Summary | |
|---|---|
| AttributeSetter | getAttributeSetter() |
| ChildSetter | getChildSetter() |
| ContentHandler | getCurrentContentHandler() |
| Locator | getLocator() |
| NamespaceSupport | getNamespaceSupport() |
| TextSetter | getTextSetter() |
| XsObjectFactory | getXsObjectFactory() |
| XSLogicalParser | getXSLogicalParser() |
| XSObjectFactory | getXSObjectFactory() |
| XSSchema | getXSSchema() |
| void | setAttributeSetter(AttributeSetter pAttributeSetter) |
| void | setChildSetter(ChildSetter pChildSetter) |
| void | setCurrentContentHandler(ContentHandler pHandler) |
| void | setLocator(Locator pLocator) |
| void | setNamespaceSupport(NamespaceSupport pNamespaceSupport) |
| void | setTextSetter(TextSetter pTextSetter) |
| void | setXsObjectFactory(XsObjectFactory pFactory) |
| void | setXSLogicalParser(XSLogicalParser pParser) |
| void | setXSObjectFactory(XSObjectFactory pFactory) |