|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
AbstractInternalContext.getPrimitiveNodeType()
|
NodeType |
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 NodeType | |
XMLFieldDescriptor |
BaseDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.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 |
Introspector.getPrimitiveNodeType()
Returns the NodeType for java primitives |
static NodeType |
NodeType.getNodeType(java.lang.String nodeType)
Returns the node type from the name. |
NodeType |
XMLFieldDescriptor.getNodeType()
Returns the NodeType of the Field being described. |
| Methods in org.exolab.castor.xml with parameters of type NodeType | |
void |
Introspector.setPrimitiveNodeType(NodeType nodeType)
Sets the NodeType for primitives. |
XMLFieldDescriptor |
MarshalFramework.InternalXMLClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
XMLClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name, namespace, and nodeType. |
| Uses of NodeType in org.exolab.castor.xml.descriptors |
| Methods in org.exolab.castor.xml.descriptors with parameters of type NodeType | |
XMLFieldDescriptor |
DateClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
ListClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
LocaleDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
RootArrayDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
SQLDateClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
SQLTimeClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
SQLTimestampClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
StringClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
XMLFieldDescriptor |
VectorClassDescriptor.getFieldDescriptor(java.lang.String name,
java.lang.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(java.lang.String name,
java.lang.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,
java.lang.String xmlName,
NodeType primitiveNodeType)
Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor. |
|
XMLContainerElementFieldDescriptor(XMLFieldDescriptorImpl fieldDesc,
NodeType primitiveNodeType)
|
|
XMLFieldDescriptorImpl(java.lang.Class fieldType,
java.lang.String fieldName,
java.lang.String xmlName,
NodeType nodeType)
|
|
XMLFieldDescriptorImpl(FieldDescriptor fieldDesc,
java.lang.String xmlName,
NodeType nodeType,
NodeType primitiveNodeType)
Construct a new field descriptor for the specified field. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||