Uses of Class
org.exolab.castor.xml.NodeType
Packages that use NodeType
Package
Description
The Castor implementation of specific XML Schema Types
The XML Marshaller API
-
Uses of NodeType in org.castor.xml
Methods in org.castor.xml that return NodeTypeModifier and TypeMethodDescriptionAbstractInternalContext.getPrimitiveNodeType()
InternalContext.getPrimitiveNodeType()
Returns the NodeType to use for Java primitives. -
Uses of NodeType in org.exolab.castor.types
Methods in org.exolab.castor.types with parameters of type NodeTypeModifier and TypeMethodDescriptionBaseDescriptor.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 NodeTypeModifier and TypeFieldDescriptionstatic final NodeType
NodeType.Attribute
Attribute node type (attribute).static final NodeType
NodeType.Element
Element node type (element).static final NodeType
NodeType.Namespace
Namespace node type (namespace).static final NodeType
NodeType.Text
Content node type (text).Methods in org.exolab.castor.xml that return NodeTypeModifier and TypeMethodDescriptionstatic NodeType
NodeType.getNodeType
(String nodeType) Returns the node type from the name.XMLFieldDescriptor.getNodeType()
Returns the node type of the field being described.Introspector.getPrimitiveNodeType()
Returns the NodeType for java primitivesMethods in org.exolab.castor.xml with parameters of type NodeTypeModifier and TypeMethodDescriptionXMLClassDescriptor.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 NodeTypeModifier and TypeMethodDescriptionDateClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.ListClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.LocaleDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.RootArrayDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.SQLDateClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.SQLTimeClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.SQLTimestampClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.StringClassDescriptor.getFieldDescriptor
(String name, String namespace, NodeType nodeType) Returns the XML field descriptor matching the given xml name and nodeType.VectorClassDescriptor.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 NodeTypeMethods in org.exolab.castor.xml.util with parameters of type NodeTypeModifier and TypeMethodDescriptionXMLClassDescriptorImpl.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 NodeTypeModifierConstructorDescriptionXMLClassDescriptorAdapter
(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.