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 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 void |
Composite.readElements(InputNode node,
java.lang.Object source,
Section section) |
This readElements method reads the elements from
the provided XML element.
|
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 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 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 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.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.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.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 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.
|