|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSContext | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.jaxb.impl | |
net.sf.jaxme.xs.parser.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XSContext in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs that return XSContext | |
XSContext |
XSSchema.getContext()
Returns the schemas context. |
XSContext |
XSParser.getContext()
Provides access to the parsers internal data. |
Methods in net.sf.jaxme.xs with parameters of type XSContext | |
protected void |
XSParser.setData(XSContext pData)
|
XSSchema |
XSObjectFactory.newXSSchema(XSContext pContext,
XsESchema pSchema)
Returns a new instance of XSSchema . |
Uses of XSContext in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl that return XSContext | |
XSContext |
XSSchemaImpl.getContext()
|
protected XSContext |
XSLogicalParser.getData()
|
Methods in net.sf.jaxme.xs.impl with parameters of type XSContext | |
XSSchema |
XSObjectFactoryImpl.newXSSchema(XSContext pContext,
XsESchema pSchema)
|
Constructors in net.sf.jaxme.xs.impl with parameters of type XSContext | |
XSSchemaImpl(XSContext pContext,
XsESchema pSchema)
|
Uses of XSContext in net.sf.jaxme.xs.jaxb.impl |
Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XSContext | |
XSSchema |
JAXBObjectFactoryImpl.newXSSchema(XSContext pContext,
XsESchema pSchema)
|
Constructors in net.sf.jaxme.xs.jaxb.impl with parameters of type XSContext | |
JAXBXsSchemaImpl(XSContext pContext)
Creates a new instance of JAXBXsSchemaImpl. |
|
JAXBSchemaImpl(XSContext pContext,
XsESchema pSchema)
Creates a new instance of JAXBSchemaImpl. |
Uses of XSContext in net.sf.jaxme.xs.parser.impl |
Classes in net.sf.jaxme.xs.parser.impl that implement XSContext | |
class |
XSContextImpl
This class provides access to the parsers internal data. |
Methods in net.sf.jaxme.xs.parser.impl that return XSContext | |
protected XSContext |
XsSAXParserImpl.getData()
|
protected XSContext |
TextSetterImpl.getData()
|
protected XSContext |
AttributeSetterImpl.getData()
|
Uses of XSContext in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XSContext | |
XSContext |
XsESchema.getContext()
Returns the schema context. |
Uses of XSContext in net.sf.jaxme.xs.xml.impl |
Methods in net.sf.jaxme.xs.xml.impl that return XSContext | |
XSContext |
XsObjectImpl.getContext()
|
protected XSContext |
XsObjectFactoryImpl.getContext()
|
XSContext |
XsESchemaImpl.getContext()
|
Constructors in net.sf.jaxme.xs.xml.impl with parameters of type XSContext | |
XsESchemaImpl(XSContext pContext)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |