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

Packages that use SchemaSimpleType
com.jaxfront.core.schema   
com.jaxfront.core.schema.impl   
com.jaxfront.core.type   
 

Uses of SchemaSimpleType in com.jaxfront.core.schema
 

Methods in com.jaxfront.core.schema that return SchemaSimpleType
 SchemaSimpleType SchemaComplexType.getSimpleContent()
          Returns the simple text content of this complex type if available else return null.
 

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

Classes in com.jaxfront.core.schema.impl that implement SchemaSimpleType
 class SchemaSimpleTypeImpl
          Represent a simple XML schema type.
 

Methods in com.jaxfront.core.schema.impl that return SchemaSimpleType
 SchemaSimpleType SchemaComplexTypeImpl.getSimpleContent()
          Returns the simple text content of this complex type if available else return null.
 

Uses of SchemaSimpleType in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return SchemaSimpleType
 SchemaSimpleType SimpleType.getSimpleSchemaType()