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

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

Uses of XSSchema in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSSchema
 XSSchema XSParser.parse(org.xml.sax.InputSource pSource)
          Parses the given XML schema and returns a logical representation.
 XSSchema XSObjectFactory.newXSSchema(XSContext pContext, XsESchema pSchema)
          Returns a new instance of XSSchema.
 XSSchema XSObject.getXSSchema()
          Returns the objects schema.
 

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

Classes in net.sf.jaxme.xs.impl that implement XSSchema
 class XSSchemaImpl
          Implementation of an XML Schema, as defined by the XSSchema interface.
 

Methods in net.sf.jaxme.xs.impl that return XSSchema
 XSSchema XSSchemaImpl.getXSSchema()
           
 XSSchema XSObjectImpl.getXSSchema()
           
 XSSchema XSObjectFactoryImpl.newXSSchema(XSContext pContext, XsESchema pSchema)
           
 XSSchema XSLogicalParser.getSchema()
          Returns the schema, which is currently being parsed.
 XSSchema XSLogicalParser.parse(org.xml.sax.InputSource pSource)
          This is the logical parsers frontent.
 

Uses of XSSchema in net.sf.jaxme.xs.jaxb
 

Subinterfaces of XSSchema in net.sf.jaxme.xs.jaxb
 interface JAXBSchema
          Interface of a JAXB schema.
 

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

Classes in net.sf.jaxme.xs.jaxb.impl that implement XSSchema
 class JAXBSchemaImpl
           
 

Methods in net.sf.jaxme.xs.jaxb.impl that return XSSchema
 XSSchema JAXBObjectFactoryImpl.newXSSchema(XSContext pContext, XsESchema pSchema)
           
 

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

Methods in net.sf.jaxme.xs.parser that return XSSchema
 XSSchema XSContext.getXSSchema()
          Returns the XSSchema, which is currently being parsed, if any.
 

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

Methods in net.sf.jaxme.xs.parser.impl that return XSSchema
 XSSchema XSContextImpl.getXSSchema()
           
 

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

Methods in net.sf.jaxme.xs.types that return XSSchema
 XSSchema AbstractSimpleType.getXSSchema()