Uses of Class
org.exolab.castor.xml.NodeType

Packages that use NodeType
org.castor.xml   
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.util   
 

Uses of NodeType in org.castor.xml
 

Methods in org.castor.xml that return NodeType
 NodeType InternalContext.getPrimitiveNodeType()
          Returns the NodeType to use for Java primitives.
 NodeType AbstractInternalContext.getPrimitiveNodeType()
           
 

Uses of NodeType in org.exolab.castor.types
 

Methods in org.exolab.castor.types with parameters of type NodeType
 XMLFieldDescriptor BaseDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 

Uses of NodeType in org.exolab.castor.xml
 

Fields in org.exolab.castor.xml declared as NodeType
static NodeType NodeType.Attribute
          Attribute node type (attribute).
static NodeType NodeType.Element
          Element node type (element).
static NodeType NodeType.Namespace
          Namespace node type (namespace).
static NodeType NodeType.Text
          Content node type (text).
 

Methods in org.exolab.castor.xml that return NodeType
 NodeType XMLFieldDescriptor.getNodeType()
          Returns the node type of the field being described.
static NodeType NodeType.getNodeType(String nodeType)
          Returns the node type from the name.
 NodeType Introspector.getPrimitiveNodeType()
          Returns the NodeType for java primitives
 

Methods in org.exolab.castor.xml with parameters of type NodeType
 XMLFieldDescriptor XMLClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name, namespace, and nodeType.
 void Introspector.setPrimitiveNodeType(NodeType nodeType)
          Sets the NodeType for primitives.
 

Uses of NodeType in org.exolab.castor.xml.descriptors
 

Methods in org.exolab.castor.xml.descriptors with parameters of type NodeType
 XMLFieldDescriptor VectorClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor StringClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor SQLTimestampClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor SQLTimeClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor SQLDateClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor RootArrayDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor LocaleDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor ListClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 XMLFieldDescriptor DateClassDescriptor.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 

Uses of NodeType in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util that return NodeType
 NodeType XMLFieldDescriptorImpl.getNodeType()
           
 

Methods in org.exolab.castor.xml.util with parameters of type NodeType
 XMLFieldDescriptor XMLClassDescriptorImpl.getFieldDescriptor(String name, String namespace, NodeType nodeType)
          Returns the XML field descriptor matching the given xml name and nodeType.
 void XMLFieldDescriptorImpl.setNodeType(NodeType nodeType)
          Sets the XML node type for the described field.
 

Constructors in org.exolab.castor.xml.util with parameters of type NodeType
XMLClassDescriptorAdapter(ClassDescriptor classDesc, String xmlName, NodeType primitiveNodeType)
          Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor.
XMLContainerElementFieldDescriptor(XMLFieldDescriptorImpl fieldDesc, NodeType primitiveNodeType)
           
XMLFieldDescriptorImpl(Class fieldType, String fieldName, String xmlName, NodeType nodeType)
           
XMLFieldDescriptorImpl(FieldDescriptor fieldDesc, String xmlName, NodeType nodeType, NodeType primitiveNodeType)
          Construct a new field descriptor for the specified field.
 



Copyright © 2010. All Rights Reserved.