Uses of Interface
org.exolab.castor.xml.schema.Referable

Packages that use Referable
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.simpletypes   
 

Uses of Referable in org.exolab.castor.xml.schema
 

Classes in org.exolab.castor.xml.schema that implement Referable
 class ComplexType
          The XML Schema ComplexType class.
 class ElementDecl
          An XML Schema ElementDecl
 class Group
          An XML Schema Group
 class ModelGroup
          An XML Schema ModelGroup :
 class SimpleType
          An XML Schema SimpleType.
 class Union
          A class that represents the XML Schema Union simple-type.
 

Methods in org.exolab.castor.xml.schema that return Referable
 Referable ResolvableReference.get()
          Called to resolve the object and return it.
 Referable ScopableResolver.resolve(String id)
           
 Referable Resolver.resolve(String id)
          Called to resolve a reference give the reference's identifier.
 

Methods in org.exolab.castor.xml.schema with parameters of type Referable
 void ScopableResolver.addResolvable(String id, Referable referent)
          Adds a resolvable object to this resolver identified by id.
 void Resolver.addResolvable(String id, Referable referent)
          Adds a resolvable object to this resolver identified by id.
 

Constructors in org.exolab.castor.xml.schema with parameters of type Referable
ResolvableReference(Referable referent)
          Constructs a resolvable reference for the given object.
 

Uses of Referable in org.exolab.castor.xml.schema.simpletypes
 

Classes in org.exolab.castor.xml.schema.simpletypes that implement Referable
 class AnyURIType
           
 class AtomicType
          The base class for built-in atomic Schema types
 class BinaryType
          Represents types derived from binary
 class BooleanType
          Represents the boolean type
 class DateTimeType
          Represents date/time XML SChema types
 class DecimalType
          Represents the decimal type and those derived from it (integer, short...)
 class DurationType
          Represents timeDuration
 class ListType
          Represents a SimpleType that is a "list" of a given SimpleType.
 class RealType
          Represents "real numbers" (float, double and user types derived from them) Those numbers are of the form m x 2^e The min and max values for m are accessed with get/setMin/MaxMantissa e are accessed with get/setMin/MaxExponent m and e are not facets as specified by the xmlschema, they are just a way to regroup real and float under the same class.
 class StringType
          Represents the XML Schema string type.
 class UrType
          The ur-type definition
 



Copyright © 2012. All Rights Reserved.