Uses of Package
org.exolab.castor.xml

Packages that use org.exolab.castor.xml
org.castor.mapping   
org.castor.xml   
org.exolab.castor.mapping.xml   
org.exolab.castor.mapping.xml.descriptors   
org.exolab.castor.mapping.xml.types.descriptors   
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.handlers   
org.exolab.castor.xml.parsing   
org.exolab.castor.xml.util   
org.exolab.castor.xml.util.resolvers   
org.exolab.castor.xml.validators   
org.exolab.castor.xml.wls8   
 

Classes in org.exolab.castor.xml used by org.castor.mapping
IDResolver
          A simple interface for doing custom IDREF resolving during Unmarshalling.
 

Classes in org.exolab.castor.xml used by org.castor.xml
Introspector
          A Helper class for the Marshaller and Unmarshaller, basically the common code base between the two.
NodeType
          The possible node types for an XML field.
OutputFormat
          Output format contract for XML serialization.
ResolverException
          The exception class thrown by the ClassDescriptorResolver
Serializer
          Interface contract for XML serialization business.
UnmarshalListener
          Deprecated. a new extended interface was introduced
XMLClassDescriptorResolver
          An interface for finding or "resolving" XMLClassDescriptor classes.
XMLSerializerFactory
          Configurable factory object for XML serialization.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.mapping.xml
MarshalException
          An exception that is used to signal marshalling exceptions.
ValidationException
          An Exception that can be used to signal XML validation errors.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.mapping.xml.descriptors
TypeValidator
          The basic type validation interface class.
Validator
          A class which can perform Validation on an Object model.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.mapping.xml.types.descriptors
TypeValidator
          The basic type validation interface class.
Validator
          A class which can perform Validation on an Object model.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.types
NodeType
          The possible node types for an XML field.
TypeValidator
          The basic type validation interface class.
UnmarshalState
          The state information class for the UnmarshalHandler.
ValidationException
          An Exception that can be used to signal XML validation errors.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
XMLFieldDescriptor
          XML field descriptor.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml
AccessRights
          A class used to indicate access rights
AttributeSet
          A simple interface for handling Attributes in the Marshalling Framework.
BaseSax2EventFromStaxProducer
          This provides shared code for Sax2EventFromStaxEventProducer and Sax2EventFromStaxStreamProducer.
BaseXercesJDK5Serializer
          Xerces-specific implementation of the Serializer interface, used for JDK 5 only where Xerecs has been integrated with the core code base.
BaseXercesOutputFormat
          Xerces-specific OutputFormat instance.
ClassDescriptorResolver
          An interface for finding or "resolving" ClassDescriptor classes.
DescriptorType
          This class represents the Possible Descriptor types used by the marshalling Framework.
EventProducer
          Deprecated. use @see org.castor.xml.SAX2EventProducer instead.
FieldValidator
          Handles field validation.
IDResolver
          A simple interface for doing custom IDREF resolving during Unmarshalling.
Introspector
          A Helper class for the Marshaller and Unmarshaller, basically the common code base between the two.
MarshalException
          An exception that is used to signal marshalling exceptions.
Marshaller
          A Marshaller that serializes Java Object's to XML Note: This class is not thread safe, and not intended to be, so please create a new Marshaller for each thread if it is to be used in a multithreaded environment.
MarshalListener
          An interface to allow external "listening" to objects when they are being marshalled for various tracking purposes and potential modification, and to prevent an object from being marshalled if necessary.
Namespaces
          A class for handling Namespace declaration and scoping
NodeType
          The possible node types for an XML field.
OutputFormat
          Output format contract for XML serialization.
ResolverException
          The exception class thrown by the ClassDescriptorResolver
SAX2EventAndErrorProducer
          A interface which extends SAX2EventProducer.
SAX2EventProducer
          A interface which abstracts anything which can produce SAX 2 events.
Serializer
          Interface contract for XML serialization business.
TypeValidator
          The basic type validation interface class.
UnmarshalHandler
          An unmarshaller to allowing unmarshaling of XML documents to Java Objects.
Unmarshaller
          An unmarshaller to allowing unmarshalling of XML documents to Java Objects.
UnmarshalListener
          Deprecated. a new extended interface was introduced
UnmarshalState
          The state information class for the UnmarshalHandler.
ValidationContext
          A class which can be used to hold validation information, used by the TypeValidator interface.
ValidationException
          An Exception that can be used to signal XML validation errors.
Validator
          A class which can perform Validation on an Object model.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
XMLClassDescriptorResolver
          An interface for finding or "resolving" XMLClassDescriptor classes.
XMLException
          An exception that is used to signal an error that has occurred during marshaling or unmarshaling.
XMLFieldDescriptor
          XML field descriptor.
XMLSerializerFactory
          Configurable factory object for XML serialization.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.descriptors
NodeType
          The possible node types for an XML field.
TypeValidator
          The basic type validation interface class.
Validator
          A class which can perform Validation on an Object model.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
XMLFieldDescriptor
          XML field descriptor.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.handlers
TypeValidator
          The basic type validation interface class.
XMLFieldHandler
          This FieldHandler is used in the generated descriptors.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.parsing
AttributeSet
          A simple interface for handling Attributes in the Marshalling Framework.
NamespacesStack
          This class is an actual namespace stack implementation, responsible for adding and removing namespace scopes, as well as resolving namespace urls and prefixes by traversing all the namespace stack.
UnmarshalListener
          Deprecated. a new extended interface was introduced
UnmarshalState
          The state information class for the UnmarshalHandler.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.util
AbstractXMLNaming
          An abstract class to handing XML naming
AttributeSet
          A simple interface for handling Attributes in the Marshalling Framework.
ClassDescriptorResolver
          An interface for finding or "resolving" ClassDescriptor classes.
EventProducer
          Deprecated. use @see org.castor.xml.SAX2EventProducer instead.
FieldValidator
          Handles field validation.
Introspector
          A Helper class for the Marshaller and Unmarshaller, basically the common code base between the two.
NamespacesStack
          This class is an actual namespace stack implementation, responsible for adding and removing namespace scopes, as well as resolving namespace urls and prefixes by traversing all the namespace stack.
NodeType
          The possible node types for an XML field.
OutputFormat
          Output format contract for XML serialization.
ResolverException
          The exception class thrown by the ClassDescriptorResolver
Serializer
          Interface contract for XML serialization business.
TypeValidator
          The basic type validation interface class.
UnmarshalState
          The state information class for the UnmarshalHandler.
ValidationContext
          A class which can be used to hold validation information, used by the TypeValidator interface.
ValidationException
          An Exception that can be used to signal XML validation errors.
Validator
          A class which can perform Validation on an Object model.
XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
XMLClassDescriptorResolver
          An interface for finding or "resolving" XMLClassDescriptor classes.
XMLFieldDescriptor
          XML field descriptor.
XMLSerializerFactory
          Configurable factory object for XML serialization.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.util.resolvers
ResolverException
          The exception class thrown by the ClassDescriptorResolver
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.validators
TypeValidator
          The basic type validation interface class.
ValidationContext
          A class which can be used to hold validation information, used by the TypeValidator interface.
ValidationException
          An Exception that can be used to signal XML validation errors.
 

Classes in org.exolab.castor.xml used by org.exolab.castor.xml.wls8
OutputFormat
          Output format contract for XML serialization.
Serializer
          Interface contract for XML serialization business.
XMLSerializerFactory
          Configurable factory object for XML serialization.
 



Copyright © 2013. All Rights Reserved.