Uses of Interface
net.sf.jaxme.xs.XSObjectFactory

Packages that use XSObjectFactory
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.parser   
net.sf.jaxme.xs.parser.impl   
net.sf.jaxme.xs.types   
 

Uses of XSObjectFactory in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSObjectFactory
 XSObjectFactory XSSchema.getXSObjectFactory()
          Returns the schemas object factory.
 

Uses of XSObjectFactory in net.sf.jaxme.xs.impl
 

Classes in net.sf.jaxme.xs.impl that implement XSObjectFactory
 class XSObjectFactoryImpl
          Default implementation of the XSObjectFactory.
 

Methods in net.sf.jaxme.xs.impl that return XSObjectFactory
 XSObjectFactory XSSchemaImpl.getXSObjectFactory()
           
 

Uses of XSObjectFactory in net.sf.jaxme.xs.jaxb.impl
 

Classes in net.sf.jaxme.xs.jaxb.impl that implement XSObjectFactory
 class JAXBObjectFactoryImpl
           
 

Uses of XSObjectFactory in net.sf.jaxme.xs.parser
 

Methods in net.sf.jaxme.xs.parser that return XSObjectFactory
 XSObjectFactory XSContext.getXSObjectFactory()
          Returns the parsers object factory for logical elements.
 

Methods in net.sf.jaxme.xs.parser with parameters of type XSObjectFactory
 void XSContext.setXSObjectFactory(XSObjectFactory pFactory)
          Sets the parsers object factory for logical elements.
 

Uses of XSObjectFactory in net.sf.jaxme.xs.parser.impl
 

Fields in net.sf.jaxme.xs.parser.impl declared as XSObjectFactory
static XSObjectFactory XSContextImpl.DEFAULT_XS_OBJECT_FACTORY
           
 

Methods in net.sf.jaxme.xs.parser.impl that return XSObjectFactory
 XSObjectFactory XSContextImpl.getXSObjectFactory()
           
 

Methods in net.sf.jaxme.xs.parser.impl with parameters of type XSObjectFactory
 void XSContextImpl.setXSObjectFactory(XSObjectFactory pFactory)
           
 

Uses of XSObjectFactory in net.sf.jaxme.xs.types
 

Methods in net.sf.jaxme.xs.types that return XSObjectFactory
 XSObjectFactory AbstractSimpleType.getXSObjectFactory()