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) classTheSchemaobject 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 SchemaComposite.Builder.schemaThis is the schema object that contains the XML definition.Methods in org.simpleframework.xml.core that return SchemaModifier and TypeMethodDescriptionThis creates aSchemaobject that can be used to examine the fields within the XML class schema.This creates aSchemaobject 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.BuilderThisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private voidThisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private voidComposite.readVersion(InputNode node, Object source, Schema schema) This method is used to read the version from the provided input node.private voidComposite.validateText(InputNode node, Schema schema) ThisvalidateTextmethod validates the text value from the XML element node specified.private voidComposite.write(OutputNode node, Object source, Schema schema) Thiswritemethod is used to perform serialization of the given source object.private voidComposite.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