Uses of Interface
org.exolab.castor.xml.schema.Referable
Packages that use Referable
-
Uses of Referable in org.exolab.castor.xml.schema
Classes in org.exolab.castor.xml.schema that implement ReferableModifier and TypeClassDescriptionclass
The XML Schema ComplexType class.class
An XML Schema ElementDeclclass
An XML Schema Groupclass
An XML Schema ModelGroup : invalid input: '<'xsd:group>class
An XML Schema SimpleType.class
A class that represents the XML Schema Union simple-type.Methods in org.exolab.castor.xml.schema that return ReferableModifier and TypeMethodDescriptionResolvableReference.get()
Called to resolve the object and return it.Called to resolve a reference give the reference's identifier.Methods in org.exolab.castor.xml.schema with parameters of type ReferableModifier and TypeMethodDescriptionvoid
Resolver.addResolvable
(String id, Referable referent) Adds a resolvable object to this resolver identified by id.void
ScopableResolver.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 ReferableModifierConstructorDescriptionResolvableReference
(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 ReferableModifier and TypeClassDescriptionclass
class
The base class for built-in atomic Schema typesclass
Represents types derived from binaryclass
Represents the boolean typeclass
Represents date/time XML SChema typesclass
Represents the decimal type and those derived from it (integer, short...)class
Represents timeDurationclass
Represents a SimpleType that is a "list" of a given SimpleType.class
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
Represents the XML Schema string type.class
The ur-type definition