Uses of Interface
org.exolab.castor.xml.XMLClassDescriptor
Packages that use XMLClassDescriptor
Package
Description
The Castor implementation of specific XML Schema Types
The XML Marshaller API
-
Uses of XMLClassDescriptor in org.exolab.castor.builder.binding.xml.descriptors
Classes in org.exolab.castor.builder.binding.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of XMLClassDescriptor in org.exolab.castor.builder.binding.xml.types.descriptors
Classes in org.exolab.castor.builder.binding.xml.types.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassclassclass -
Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.descriptors
Classes in org.exolab.castor.mapping.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.types.descriptors
Classes in org.exolab.castor.mapping.xml.types.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of XMLClassDescriptor in org.exolab.castor.types
Classes in org.exolab.castor.types that implement XMLClassDescriptorModifier and TypeClassDescriptionclassThe Base Descriptor class, this class is extended by the descriptors for the custom Castor schema types.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation.classThe Date Descriptor.classThe DateTime Descriptor.classThe Duration Descriptor.classThe GDay Descriptor.classThe gMonthDay Descriptor.classThe GMonth Descriptor.classThe GYear Descriptor.classThe GYearMonth Descriptor.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation.classThe Time Descriptor.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation.classDeprecated.since Castor 1.0.6 since this type is not in any recommendation. -
Uses of XMLClassDescriptor in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return XMLClassDescriptorModifier and TypeMethodDescriptionIntrospector.generateClassDescriptor(Class c) Creates an XMLClassDescriptor for the given class by using Reflection.Introspector.generateClassDescriptor(Class c, PrintWriter errorWriter) Creates an XMLClassDescriptor for the given class by using Reflection.Marshaller.NilObject.getClassDescriptor()Returns the associated XMLClassDescriptorReturns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolve(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolveByXMLName(String xmlName, String namespaceURI, ClassLoader loader) Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI.Methods in org.exolab.castor.xml with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionstatic booleanIntrospector.introspected(XMLClassDescriptor descriptor) Returns true if the given XMLClassDescriptor was created via introspection -
Uses of XMLClassDescriptor in org.exolab.castor.xml.descriptors
Classes in org.exolab.castor.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassA ClassDescriptor for java.util.Date.classThe default class descriptor for Enumerations that are passed in as the root-level class, this is really only useful for marshaling, as Enumerations are immutable.classThe default java.util.List class descriptor.classA ClassDescriptor for java.util.Locale.classThe default primitives class descriptor, this is only used when unmarshaling a primitive as the "root" object.classThe default class descriptor for Arrays that are passed in as the root-level class.classA ClassDescriptor for java.sql.Date.classA ClassDescriptor for java.sql.Time.classA ClassDescriptor for java.sql.Date.classThe default String class descriptor.classThe default java.util.Vector class descriptor.Methods in org.exolab.castor.xml.descriptors that return XMLClassDescriptorModifier and TypeMethodDescriptionstatic XMLClassDescriptorCoreDescriptors.getDescriptor(Class clazz) Returns the XMLClassDescriptor for the given Class. -
Uses of XMLClassDescriptor in org.exolab.castor.xml.parsing
Methods in org.exolab.castor.xml.parsing with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionvoidNamespaceHandling.processNamespaces(XMLClassDescriptor classDesc, Object object) Saves local namespace declarations to the object model if necessary. -
Uses of XMLClassDescriptor in org.exolab.castor.xml.schema.annotations.jdo.descriptors
Classes in org.exolab.castor.xml.schema.annotations.jdo.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of XMLClassDescriptor in org.exolab.castor.xml.schema.annotations.solrj.descriptors
Classes in org.exolab.castor.xml.schema.annotations.solrj.descriptors that implement XMLClassDescriptor -
Uses of XMLClassDescriptor in org.exolab.castor.xml.util
Classes in org.exolab.castor.xml.util that implement XMLClassDescriptorModifier and TypeClassDescriptionclassAn adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor.classThe core implementation of XMLClassDescriptor.Methods in org.exolab.castor.xml.util that return XMLClassDescriptorModifier and TypeMethodDescriptionResolverStrategy.ResolverResults.getDescriptor(String className) Gets the descriptor that is mapped to the given class name.Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolverImpl.resolve(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolverImpl.resolveByXMLName(String xmlName, String namespaceURI, ClassLoader loader) Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI.Methods in org.exolab.castor.xml.util with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionvoidResolverStrategy.ResolverResults.addDescriptor(String className, XMLClassDescriptor descriptor) Adds a descriptor to this caches maps.
The descriptor is mapped both with the class name and its XML name.voidXMLClassDescriptorImpl.setExtends(XMLClassDescriptor classDesc) Sets the XMLClassDescriptor that this descriptor inherits fromprotected voidXMLClassDescriptorImpl.setExtendsWithoutFlatten(XMLClassDescriptor classDesc) -
Uses of XMLClassDescriptor in types.descriptors
Classes in types.descriptors that implement XMLClassDescriptor