Package | Description |
---|---|
org.castor.xml | |
org.exolab.castor.types |
The Castor implementation of specific XML Schema Types
|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.descriptors | |
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
NodeType |
AbstractInternalContext.getPrimitiveNodeType() |
NodeType |
InternalContext.getPrimitiveNodeType()
Returns the NodeType to use for Java primitives.
|
Modifier and Type | Method and Description |
---|---|
XMLFieldDescriptor |
BaseDescriptor.getFieldDescriptor(String name,
String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and
nodeType.
|
Modifier and Type | Field and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XMLFieldDescriptor |
SQLTimestampClassDescriptor.getFieldDescriptor(String name,
String namespace,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and
nodeType.
|
XMLFieldDescriptor |
VectorClassDescriptor.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 |
DateClassDescriptor.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 |
SQLDateClassDescriptor.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 |
SQLTimeClassDescriptor.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.
|
Modifier and Type | Method and Description |
---|---|
NodeType |
XMLFieldDescriptorImpl.getNodeType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 © 2016. All rights reserved.