Uses of Interface
com.jaxfront.core.schema.SchemaType

Packages that use SchemaType
com.jaxfront.core.schema   
com.jaxfront.core.schema.impl   
com.jaxfront.core.type   
com.jaxfront.core.xpath   
 

Uses of SchemaType in com.jaxfront.core.schema
 

Subinterfaces of SchemaType in com.jaxfront.core.schema
 interface SchemaComplexType
          Represent a complex XML schema type.
 interface SchemaSimpleType
          Represent a simple XML schema type.
 

Methods in com.jaxfront.core.schema that return SchemaType
 SchemaType SchemaNode.getSchemaType()
          Returns a simple or a complex SchemaType.
 

Methods in com.jaxfront.core.schema with parameters of type SchemaType
 void SchemaNode.setSchemaType(SchemaType type)
          Sets the SchemaType.
 

Uses of SchemaType in com.jaxfront.core.schema.impl
 

Classes in com.jaxfront.core.schema.impl that implement SchemaType
 class SchemaComplexTypeImpl
          Represents a XML Schema complex type.
 class SchemaSimpleTypeImpl
          Represent a simple XML schema type.
 

Methods in com.jaxfront.core.schema.impl that return SchemaType
 SchemaType SchemaNodeImpl.getSchemaType()
          Returns a simple or a complex SchemaType.
 

Methods in com.jaxfront.core.schema.impl with parameters of type SchemaType
 void SchemaNodeImpl.setSchemaType(SchemaType type)
          Sets the SchemaType.
 

Constructors in com.jaxfront.core.schema.impl with parameters of type SchemaType
SchemaTypeComparatorWrapper(SchemaType schemaType)
           
 

Uses of SchemaType in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return SchemaType
 SchemaType VirtualType.getSchemaType()
           
 SchemaType Type.getSchemaType()
           
 SchemaType AbstractType.getSchemaType()
           
 

Uses of SchemaType in com.jaxfront.core.xpath
 

Methods in com.jaxfront.core.xpath that return SchemaType
 SchemaType XPathDummyChoiceTypeWrapper.getSchemaType()