void |
Decorator.decorate(OutputNode node) |
This method is used to decorate the provided node.
|
void |
Decorator.decorate(OutputNode node,
Decorator secondary) |
This method is used to decorate the provided node.
|
void |
NamespaceDecorator.decorate(OutputNode node) |
This method is used to decorate the provided node.
|
void |
NamespaceDecorator.decorate(OutputNode node,
Decorator decorator) |
This method is used to decorate the provided node.
|
void |
Qualifier.decorate(OutputNode node) |
This method is used to decorate the provided node.
|
void |
Qualifier.decorate(OutputNode node,
Decorator secondary) |
This method is used to decorate the provided node.
|
private boolean |
Composite.isOverridden(OutputNode node,
java.lang.Object value,
Type type) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private boolean |
PrimitiveArray.isOverridden(OutputNode node,
java.lang.Object value) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private boolean |
PrimitiveInlineList.isOverridden(OutputNode node,
java.lang.Object value) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private boolean |
PrimitiveKey.isOverridden(OutputNode node,
java.lang.Object value) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private boolean |
PrimitiveList.isOverridden(OutputNode node,
java.lang.Object value) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private boolean |
PrimitiveValue.isOverridden(OutputNode node,
java.lang.Object value) |
This is used to determine whether the specified value has been
overridden by the strategy.
|
private void |
NamespaceDecorator.namespace(OutputNode node) |
This is use to apply the Namespace annotations on
the node.
|
private void |
NamespaceDecorator.scope(OutputNode node) |
This is use to apply for NamespaceList annotations
on the node.
|
boolean |
Context.setOverride(Type type,
java.lang.Object value,
OutputNode node) |
This is used to attach elements or attributes to the given
element during the serialization process.
|
boolean |
Factory.setOverride(Type type,
java.lang.Object value,
OutputNode node) |
This method is used to set the override class within an element.
|
boolean |
Source.setOverride(Type type,
java.lang.Object value,
OutputNode node) |
This is used to attach elements or attributes to the given
element during the serialization process.
|
void |
Composite.write(OutputNode node,
java.lang.Object source) |
This write method is used to perform serialization of
the given source object.
|
private void |
Composite.write(OutputNode node,
java.lang.Object source,
Schema schema) |
This write method is used to perform serialization of
the given source object.
|
void |
CompositeArray.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as array entries.
|
void |
CompositeInlineList.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as list entries.
|
void |
CompositeInlineList.write(OutputNode node,
java.util.Collection list) |
This write method will write the specified object
to the given XML element as as list entries.
|
void |
CompositeInlineMap.write(OutputNode node,
java.lang.Object source) |
This write method will write the key value pairs
within the provided map to the specified XML node.
|
private void |
CompositeInlineMap.write(OutputNode node,
java.util.Map map,
Mode mode) |
This write method will write the key value pairs
within the provided map to the specified XML node.
|
void |
CompositeKey.write(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
void |
CompositeList.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as list entries.
|
void |
CompositeListUnion.write(OutputNode node,
java.lang.Object source) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
private void |
CompositeListUnion.write(OutputNode node,
java.lang.Object item,
Label label) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
private void |
CompositeListUnion.write(OutputNode node,
java.util.Collection list) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
void |
CompositeMap.write(OutputNode node,
java.lang.Object source) |
This write method will write the key value pairs
within the provided map to the specified XML node.
|
void |
CompositeMapUnion.write(OutputNode node,
java.lang.Object source) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
private void |
CompositeMapUnion.write(OutputNode node,
java.lang.Object key,
java.lang.Object item,
Label label) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
private void |
CompositeMapUnion.write(OutputNode node,
java.util.Map map) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
void |
CompositeUnion.write(OutputNode node,
java.lang.Object object) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
private void |
CompositeUnion.write(OutputNode node,
java.lang.Object object,
Label label) |
The write method uses the name of the XML element to
select a converter to be used to write the instance.
|
void |
CompositeValue.write(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
void |
Converter.write(OutputNode node,
java.lang.Object object) |
The write method writes the fields from the given
object to the XML element.
|
void |
Persister.write(java.lang.Object source,
OutputNode root) |
This write method will traverse the provided object
checking for field annotations in order to compose the XML data.
|
private void |
Persister.write(java.lang.Object source,
OutputNode node,
Context context) |
This write method will traverse the provided object
checking for field annotations in order to compose the XML data.
|
private void |
Persister.write(java.lang.Object source,
OutputNode root,
Session session) |
This write method will traverse the provided object
checking for field annotations in order to compose the XML data.
|
void |
Primitive.write(OutputNode node,
java.lang.Object source) |
This write method will serialize the contents of
the provided object to the given XML element.
|
void |
PrimitiveArray.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as array entries.
|
private void |
PrimitiveArray.write(OutputNode node,
java.lang.Object source,
int index) |
This write method will write the specified object
to the given XML element as as array entries.
|
void |
PrimitiveInlineList.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as list entries.
|
private void |
PrimitiveInlineList.write(OutputNode node,
java.lang.Object source,
Mode mode) |
This write method will write the specified object
to the given XML element as as list entries.
|
void |
PrimitiveKey.write(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
void |
PrimitiveList.write(OutputNode node,
java.lang.Object source) |
This write method will write the specified object
to the given XML element as as list entries.
|
void |
PrimitiveValue.write(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
void |
TextList.write(OutputNode node,
java.lang.Object object) |
The write method writes the fields from the given
object to the XML element.
|
void |
Traverser.write(OutputNode node,
java.lang.Object source) |
This write method is used to convert the provided
object to an XML element.
|
void |
Traverser.write(OutputNode node,
java.lang.Object source,
java.lang.Class expect) |
This write method is used to convert the provided
object to an XML element.
|
void |
Traverser.write(OutputNode node,
java.lang.Object source,
java.lang.Class expect,
java.lang.String name) |
This write method is used to convert the provided
object to an XML element.
|
void |
Variable.Adapter.write(OutputNode node,
java.lang.Object value) |
This write method acts like any other write
in that it passes on the node and source object to write.
|
private void |
Composite.writeAttribute(OutputNode node,
java.lang.Object value,
Label label) |
This write method is used to set the value of the provided object
as an attribute to the XML element.
|
private void |
PrimitiveKey.writeAttribute(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
private void |
PrimitiveValue.writeAttribute(OutputNode node,
java.lang.Object item,
java.lang.String key) |
This method is used to write the value to the specified node.
|
private void |
Composite.writeAttributes(OutputNode node,
java.lang.Object source,
Section section) |
This write method is used to write all the attribute contacts from
the provided source object to the XML element.
|
private void |
Composite.writeElement(OutputNode node,
java.lang.Object value,
Converter convert) |
This is used write the element specified using the specified
converter.
|
private void |
Composite.writeElement(OutputNode node,
java.lang.Object value,
Label label) |
This write method is used to append the provided object as an
element to the given XML element object.
|
private void |
PrimitiveKey.writeElement(OutputNode node,
java.lang.Object item) |
This method is used to write the value to the specified node.
|
private void |
PrimitiveValue.writeElement(OutputNode node,
java.lang.Object item,
java.lang.String key) |
This method is used to write the value to the specified node.
|
private void |
Composite.writeElements(OutputNode node,
java.lang.Object source,
Section section) |
This write method is used to write all the element contacts from
the provided source object to the XML element.
|
private void |
Composite.writeNamespaces(OutputNode node,
Type type,
Label label) |
This is used to apply Decorator objects to the
provided node before it is written.
|
private void |
Composite.writeSection(OutputNode node,
java.lang.Object source,
Section section) |
This writeSection method is used to perform serialization
of the given source object.
|
private void |
Composite.writeText(OutputNode node,
java.lang.Object value,
Label label) |
This write method is used to set the value of the provided object
as the text for the XML element.
|
private void |
Composite.writeText(OutputNode node,
java.lang.Object source,
Section section) |
This write method is used to write the text contact from the
provided source object to the XML element.
|
private void |
Composite.writeUnion(OutputNode node,
java.lang.Object source,
Section section,
Label label) |
The writeUnion method is determine the unions
for a particular label and set the value of that union to
the same value as the label.
|
private void |
Composite.writeVersion(OutputNode node,
java.lang.Object source,
Schema schema) |
This method is used to write the version attribute.
|