Value |
Factory.getConversion(InputNode node) |
This performs the conversion from the element node to a type.
|
Instance |
ArrayFactory.getInstance(InputNode node) |
Creates the array type to use.
|
Instance |
CollectionFactory.getInstance(InputNode node) |
Creates the collection to use.
|
Instance |
MapFactory.getInstance(InputNode node) |
Creates the map object to use.
|
Instance |
ObjectFactory.getInstance(InputNode node) |
This method will instantiate an object of the field type, or if
the Strategy object can resolve a class from the
XML element then this is used instead.
|
Instance |
PrimitiveFactory.getInstance(InputNode node) |
This method will instantiate an object of the field type, or if
the Strategy object can resolve a class from the
XML element then this is used instead.
|
Value |
Context.getOverride(Type type,
InputNode node) |
This is used to resolve and load a class for the given element.
|
protected Value |
Factory.getOverride(InputNode node) |
This is used to get a possible override from the provided node.
|
Value |
Source.getOverride(Type type,
InputNode node) |
This is used to resolve and load a class for the given element.
|
private java.lang.Object |
CompositeList.populate(InputNode node,
java.lang.Object result) |
This populate method wll read the XML element list
from the provided node and deserialize its children as entry types.
|
private java.lang.Object |
CompositeMap.populate(InputNode node,
java.lang.Object result) |
This populate method will read the XML element map
from the provided node and deserialize its children as entry types.
|
private java.lang.Object |
PrimitiveList.populate(InputNode node,
java.lang.Object result) |
This populate method wll read the XML element list
from the provided node and deserialize its children as entry types.
|
java.lang.Object |
Composite.Builder.read(InputNode node) |
This read method performs deserialization of the
XML schema class type by traversing the contacts and using
details from the provided XML element.
|
java.lang.Object |
Composite.Injector.read(InputNode node) |
This read method performs deserialization of the
XML schema class type by traversing the contacts and using
details from the provided XML element.
|
java.lang.Object |
Composite.read(InputNode node) |
This read method performs deserialization of the XML
schema class type by traversing the contacts and instantiating them
using details from the provided XML element.
|
java.lang.Object |
Composite.read(InputNode node,
java.lang.Object source) |
This read method performs deserialization of the XML
schema class type by traversing the contacts and instantiating them
using details from the provided XML element.
|
private void |
Composite.read(InputNode node,
java.lang.Object source,
Schema schema) |
This read method performs deserialization of the XML
schema class type by traversing the contacts and instantiating them
using details from the provided XML element.
|
private java.lang.Object |
Composite.read(InputNode node,
Instance value,
java.lang.Class real) |
This read method performs deserialization of the XML
schema class type by traversing the contacts and instantiating them
using details from the provided XML element.
|
java.lang.Object |
CompositeArray.read(InputNode node) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeArray.read(InputNode node,
java.lang.Object list) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
private void |
CompositeArray.read(InputNode node,
java.lang.Object list,
int index) |
This is used to read the specified node from in to the list.
|
java.lang.Object |
CompositeInlineList.read(InputNode node) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
private java.lang.Object |
CompositeInlineList.read(InputNode node,
java.lang.Class expect) |
This read method will read the XML element from the
provided node.
|
java.lang.Object |
CompositeInlineList.read(InputNode node,
java.lang.Object value) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
private java.lang.Object |
CompositeInlineList.read(InputNode node,
java.util.Collection list) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeInlineMap.read(InputNode node) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeInlineMap.read(InputNode node,
java.lang.Object value) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
private java.lang.Object |
CompositeInlineMap.read(InputNode node,
java.util.Map map) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeKey.read(InputNode node) |
This method is used to read the key value from the node.
|
java.lang.Object |
CompositeKey.read(InputNode node,
java.lang.Object value) |
This method is used to read the key value from the node.
|
private java.lang.Object |
CompositeKey.read(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
java.lang.Object |
CompositeList.read(InputNode node) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeList.read(InputNode node,
java.lang.Object result) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeListUnion.read(InputNode node) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeListUnion.read(InputNode node,
java.lang.Object value) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeMap.read(InputNode node) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeMap.read(InputNode node,
java.lang.Object result) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
CompositeMapUnion.read(InputNode node) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeMapUnion.read(InputNode node,
java.lang.Object value) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeUnion.read(InputNode node) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeUnion.read(InputNode node,
java.lang.Object value) |
The read method uses the name of the XML element to
select a converter to be used to read the instance.
|
java.lang.Object |
CompositeValue.read(InputNode node) |
This method is used to read the value object from the node.
|
java.lang.Object |
CompositeValue.read(InputNode node,
java.lang.Object value) |
This method is used to read the value object from the node.
|
java.lang.Object |
Converter.read(InputNode node) |
The read method reads an object to a specific type
from the provided node.
|
java.lang.Object |
Converter.read(InputNode node,
java.lang.Object value) |
The read method reads an object to a specific type
from the provided node.
|
<T> T |
Persister.read(java.lang.Class<? extends T> type,
InputNode source) |
This read method will read the contents of the XML
document from the provided source and convert it into an object
of the specified type.
|
<T> T |
Persister.read(java.lang.Class<? extends T> type,
InputNode node,
boolean strict) |
This read method will read the contents of the XML
document from the provided source and convert it into an object
of the specified type.
|
private <T> T |
Persister.read(java.lang.Class<? extends T> type,
InputNode node,
Context context) |
This read method will read the contents of the XML
document provided and convert it to an object of the specified
type.
|
private <T> T |
Persister.read(java.lang.Class<? extends T> type,
InputNode node,
Session session) |
This read method will read the contents of the XML
document provided and convert it to an object of the specified
type.
|
<T> T |
Persister.read(T value,
InputNode source) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
<T> T |
Persister.read(T value,
InputNode node,
boolean strict) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
private <T> T |
Persister.read(T value,
InputNode node,
Context context) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
private <T> T |
Persister.read(T value,
InputNode node,
Session session) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
java.lang.Object |
Primitive.read(InputNode node) |
This read method will extract the text value from
the node and replace any template variables before converting
it to a primitive value.
|
java.lang.Object |
Primitive.read(InputNode node,
java.lang.Class type) |
This read method will extract the text value from
the node and replace any template variables before converting
it to a primitive value.
|
java.lang.Object |
Primitive.read(InputNode node,
java.lang.Object value) |
This read method will extract the text value from
the node and replace any template variables before converting
it to a primitive value.
|
java.lang.Object |
PrimitiveArray.read(InputNode node) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveArray.read(InputNode node,
java.lang.Object list) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveInlineList.read(InputNode node) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveInlineList.read(InputNode node,
java.lang.Object value) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
private java.lang.Object |
PrimitiveInlineList.read(InputNode node,
java.util.Collection list) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveKey.read(InputNode node) |
This method is used to read the key value from the node.
|
java.lang.Object |
PrimitiveKey.read(InputNode node,
java.lang.Object value) |
This method is used to read the key value from the node.
|
java.lang.Object |
PrimitiveList.read(InputNode node) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveList.read(InputNode node,
java.lang.Object result) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
java.lang.Object |
PrimitiveValue.read(InputNode node) |
This method is used to read the value value from the node.
|
java.lang.Object |
PrimitiveValue.read(InputNode node,
java.lang.Object value) |
This method is used to read the value value from the node.
|
java.lang.Object |
Repeater.read(InputNode node,
java.lang.Object value) |
The read method reads an object to a specific type
from the provided node.
|
java.lang.Object |
TextList.read(InputNode node) |
The read method reads an object to a specific type
from the provided node.
|
java.lang.Object |
TextList.read(InputNode node,
java.lang.Object result) |
The read method reads an object to a specific type
from the provided node.
|
java.lang.Object |
Traverser.read(InputNode node,
java.lang.Class type) |
This read method is used to deserialize an object
from the provided XML element.
|
private java.lang.Object |
Traverser.read(InputNode node,
java.lang.Class type,
java.lang.Object value) |
This read method is used to deserialize an object
from the provided XML element.
|
java.lang.Object |
Traverser.read(InputNode node,
java.lang.Object value) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
java.lang.Object |
Variable.Adapter.read(InputNode node) |
This read method will perform a read using the
provided object with the repeater.
|
java.lang.Object |
Variable.Adapter.read(InputNode node,
java.lang.Object value) |
This read method will perform a read using the
provided object with the repeater.
|
private void |
Composite.readAttribute(InputNode node,
java.lang.Object source,
Section section,
LabelMap map) |
This readAttribute method is used for deserialization
of the provided node object using a delegate converter.
|
private java.lang.Object |
PrimitiveKey.readAttribute(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
private java.lang.Object |
PrimitiveValue.readAttribute(InputNode node,
java.lang.String name) |
This method is used to read the text value from the node.
|
private void |
Composite.readAttributes(InputNode node,
java.lang.Object source,
Section section) |
This readAttributes method reads the attributes from
the provided XML element.
|
private void |
Composite.readElement(InputNode node,
java.lang.Object source,
Section section,
LabelMap map) |
This readElement method is used for deserialization
of the provided node object using a delegate converter.
|
private java.lang.Object |
CompositeListUnion.readElement(InputNode node) |
The readElement method uses the name of the element
to select a converter to be used to read the instance.
|
private java.lang.Object |
CompositeListUnion.readElement(InputNode node,
java.lang.Object value) |
The readElement method uses the name of the element
to select a converter to be used to read the instance.
|
private java.lang.Object |
Primitive.readElement(InputNode node) |
This read method will extract the text value from
the node and replace any template variables before converting
it to a primitive value.
|
private java.lang.Object |
Primitive.readElement(InputNode node,
Instance value) |
This read method will extract the text value from
the node and replace any template variables before converting
it to a primitive value.
|
private java.lang.Object |
PrimitiveKey.readElement(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
private java.lang.Object |
PrimitiveValue.readElement(InputNode node,
java.lang.String key) |
This method is used to read the element value from the node.
|
private void |
Composite.readElements(InputNode node,
java.lang.Object source,
Section section) |
This readElements method reads the elements from
the provided XML element.
|
private java.lang.Object |
Composite.Injector.readInject(InputNode node) |
This readInject method performs deserialization
of the XML schema class type by traversing the contacts and
creating them using details from the provided XML element.
|
private java.lang.Object |
Composite.readInstance(InputNode node,
java.lang.Object source,
Label label) |
This read method is used to perform deserialization
of the provided node object using a delegate converter.
|
private java.lang.Object |
Composite.readPrimitive(InputNode node,
Instance value) |
This readPrimitive method will extract the text value
from the node and replace any template variables before converting
it to a primitive value.
|
private java.lang.Object |
Composite.readResolve(InputNode node,
java.lang.Object source,
Caller caller) |
The readResolve method is used to determine if there
is a resolution method which can be used to substitute the object
deserialized.
|
private void |
Composite.readSection(InputNode node,
java.lang.Object source,
Section section) |
This readSection method performs deserialization of a
schema class type by traversing the contacts and instantiating them
using details from the provided XML element.
|
private void |
Composite.readText(InputNode node,
java.lang.Object source,
Section section) |
This readText method is used to read the text value
from the XML element node specified.
|
private java.lang.Object |
CompositeListUnion.readText(InputNode node) |
The readText method is used to read free text from
between the declared elements and add them to a list.
|
private java.lang.Object |
CompositeListUnion.readText(InputNode node,
java.lang.Object value) |
The readText method is used to read free text from
between the declared elements and add them to a list.
|
private void |
Composite.readUnion(InputNode node,
java.lang.Object source,
LabelMap map,
Label label) |
The readUnion method is determine the unions
for a particular label and set the value of that union to
the same value as the label.
|
private java.lang.Object |
Composite.readVariable(InputNode node,
java.lang.Object source,
Label label) |
This readObject method is used to perform the
deserialization of the XML in to any original value.
|
private void |
Composite.readVersion(InputNode node,
java.lang.Object source,
Label label) |
This method is used to read the version from the provided input
node.
|
private void |
Composite.readVersion(InputNode node,
java.lang.Object source,
Schema schema) |
This method is used to read the version from the provided input
node.
|
boolean |
Composite.validate(InputNode node) |
This validate method performs validation of the XML
schema class type by traversing the contacts and validating them
using details from the provided XML element.
|
private boolean |
Composite.validate(InputNode node,
java.lang.Class type) |
This validate method performs validation of the XML
schema class type by traversing the contacts and validating them
using details from the provided XML element.
|
private void |
Composite.validate(InputNode node,
Label label) |
This validate method is used to perform validation
of the provided node object using a delegate converter.
|
private void |
Composite.validate(InputNode node,
LabelMap map) |
This method checks to see if there are any Label
objects remaining in the provided map that are required.
|
private void |
Composite.validate(InputNode node,
LabelMap map,
java.lang.Object source) |
This method checks to see if there are any Label
objects remaining in the provided map that are required.
|
boolean |
CompositeArray.validate(InputNode node) |
This validate method will validate the XML element
list against the provided node and validate its children as entry
types.
|
private boolean |
CompositeArray.validate(InputNode node,
java.lang.Class type) |
This validate method wll validate the XML element
list against the provided node and validate its children as entry
types.
|
boolean |
CompositeInlineList.validate(InputNode node) |
This read method will read the XML element list from
the provided node and deserialize its children as entry types.
|
boolean |
CompositeInlineMap.validate(InputNode node) |
This read method will read the XML element map from
the provided node and deserialize its children as entry types.
|
boolean |
CompositeKey.validate(InputNode node) |
This method is used to read the key value from the node.
|
private boolean |
CompositeKey.validate(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
boolean |
CompositeList.validate(InputNode node) |
This validate method will validate the XML element
list from the provided node and deserialize its children as entry
types.
|
private boolean |
CompositeList.validate(InputNode node,
java.lang.Class type) |
This validate method will validate the XML element
list from the provided node and deserialize its children as entry
types.
|
boolean |
CompositeListUnion.validate(InputNode node) |
The validate method is used to validate the XML
element provided using an associated class schema.
|
boolean |
CompositeMap.validate(InputNode node) |
This validate method will validate the XML element
map from the provided node and validate its children as entry
types.
|
private boolean |
CompositeMap.validate(InputNode node,
java.lang.Class type) |
This validate method will validate the XML element
map from the provided node and validate its children as entry
types.
|
boolean |
CompositeMapUnion.validate(InputNode node) |
The validate method is used to validate the XML
element provided using an associated class schema.
|
boolean |
CompositeUnion.validate(InputNode node) |
The validate method is used to validate the XML
element provided using an associated class schema.
|
boolean |
CompositeValue.validate(InputNode node) |
This method is used to read the value object from the node.
|
private boolean |
CompositeValue.validate(InputNode node,
java.lang.String key) |
This method is used to read the value object from the node.
|
boolean |
Converter.validate(InputNode node) |
The validate method is used to validate the class
XML schema against an input source.
|
boolean |
Persister.validate(java.lang.Class type,
InputNode source) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
boolean |
Persister.validate(java.lang.Class type,
InputNode node,
boolean strict) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
private boolean |
Persister.validate(java.lang.Class type,
InputNode node,
Context context) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
private boolean |
Persister.validate(java.lang.Class type,
InputNode node,
Session session) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
boolean |
Primitive.validate(InputNode node) |
This validate method will validate the primitive
by checking the node text.
|
boolean |
PrimitiveArray.validate(InputNode node) |
This validate method will validate the XML element list
from the provided node and validate its children as entry types.
|
private boolean |
PrimitiveArray.validate(InputNode node,
java.lang.Class type) |
This validate method will validate the XML element list
from the provided node and validate its children as entry types.
|
boolean |
PrimitiveInlineList.validate(InputNode node) |
This read method wll read the XML element list from
the provided node and deserialize its children as entry types.
|
boolean |
PrimitiveKey.validate(InputNode node) |
This method is used to read the key value from the node.
|
boolean |
PrimitiveList.validate(InputNode node) |
This validate method wll validate the XML element list
from the provided node and validate its children as entry types.
|
private boolean |
PrimitiveList.validate(InputNode node,
java.lang.Class type) |
This validate method will validate the XML element list
from the provided node and validate its children as entry types.
|
boolean |
PrimitiveValue.validate(InputNode node) |
This method is used to validate the value from the node.
|
boolean |
TextList.validate(InputNode node) |
The validate method is used to validate the class
XML schema against an input source.
|
boolean |
Traverser.validate(InputNode node,
java.lang.Class type) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
boolean |
Variable.Adapter.validate(InputNode node) |
This read method will perform a read using the
provided object with the repeater.
|
private void |
Composite.validateAttribute(InputNode node,
Section section,
LabelMap map) |
This validateAttribute method performs a validation
of the provided node object using a delegate converter.
|
private boolean |
PrimitiveKey.validateAttribute(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
private boolean |
PrimitiveValue.validateAttribute(InputNode node,
java.lang.String key) |
This method is used to validate the value from the node.
|
private void |
Composite.validateAttributes(InputNode node,
Section section) |
This validateAttributes method validates the attributes
from the provided XML element.
|
private void |
Composite.validateElement(InputNode node,
Section section,
LabelMap map) |
This validateElement method performs a validation
of the provided node object using a delegate converter.
|
private boolean |
Primitive.validateElement(InputNode node) |
This validateElement method validates a primitive
by checking the node text.
|
private boolean |
PrimitiveKey.validateElement(InputNode node,
java.lang.String key) |
This method is used to read the key value from the node.
|
private boolean |
PrimitiveValue.validateElement(InputNode node,
java.lang.String key) |
This method is used to validate the value from the node.
|
private void |
Composite.validateElements(InputNode node,
Section section) |
This validateElements method validates the elements
from the provided XML element.
|
private void |
Composite.validateSection(InputNode node,
Section section) |
This validateSection method performs validation of a
schema class type by traversing the contacts and validating them
using details from the provided XML element.
|
private void |
Composite.validateText(InputNode node,
Schema schema) |
This validateText method validates the text value
from the XML element node specified.
|
private void |
Composite.validateUnion(InputNode node,
LabelMap map,
Label label) |
The validateUnion method is determine the unions
for a particular label and set the value of that union to
the same value as the label.
|