Uses of Interface
org.simpleframework.xml.core.Schema
Packages that use Schema
-
Uses of Schema in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement SchemaModifier and TypeClassDescription(package private) class
TheSchema
object is used to track which fields within an object have been visited by a converter.Fields in org.simpleframework.xml.core declared as SchemaModifier and TypeFieldDescriptionprotected final Schema
Composite.Builder.schema
This is the schema object that contains the XML definition.Methods in org.simpleframework.xml.core that return SchemaModifier and TypeMethodDescriptionThis creates aSchema
object that can be used to examine the fields within the XML class schema.This creates aSchema
object that can be used to examine the fields within the XML class schema.Methods in org.simpleframework.xml.core with parameters of type SchemaModifier and TypeMethodDescriptionprivate Composite.Builder
Thisread
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
Thisread
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.readVersion
(InputNode node, Object source, Schema schema) This method is used to read the version from the provided input node.private void
Composite.validateText
(InputNode node, Schema schema) ThisvalidateText
method validates the text value from the XML element node specified.private void
Composite.write
(OutputNode node, Object source, Schema schema) Thiswrite
method is used to perform serialization of the given source object.private void
Composite.writeVersion
(OutputNode node, Object source, Schema schema) This method is used to write the version attribute.Constructors in org.simpleframework.xml.core with parameters of type Schema