Uses of Package
com.luciad.format.xml.bind
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides support for transforming domain objects and model to and from GML.
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.This package provides support for representing and automatically resolving XLink (http://www.w3.org/TR/xlink/)
references during the decoding of a XML model.
This packages provides utilities related to XML marshalling and unmarshalling.
-
ClassDescriptionInterface for accessing the context of an XML document being decoded.
-
ClassDescriptionInterface for accessing the context of an XML document being decoded.
-
ClassDescriptionInterface for XML decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for accessing the context of an XML document being decoded.A type-safe enumeration, representing all possible scopes to be used in XML document contexts.Interface for XML encoder libraries, responsible for configuring aTLcdXMLEncoder
so that it can be used for marshalling Java object graphs to XML documents.Interface for XML mapping libraries, responsible for configuring aTLcdXMLMapping
.AnILcdXMLMarshaller
is responsible for marshalling (serializing) Java object graphs into XML data.Interface for object factories that can create objects for a specific XML Schema type or element.
It separates the creation of objects from the XML parsing and object initialization.AnILcdXMLUnmarshaller
is responsible for unmarshalling (deserializing) XML data into newly created Java content trees.Main class for unmarshalling an XML document into a Java object graph, usingILcdXMLUnmarshaller
's.Utility class for marshalling Java object graphs into XML documents, usingILcdXMLMarshaller
's.An XML configuration class which is used by the XML binding framework to decide for which interface or super class of a class a marshaller will be searched, in case no marshaller is available for the class itself.Contains a set of object factories that can be used to create a Java instance representing an element from the XML document.Provider ofILcdXMLMarshaller
's that can marshal instances of a specified Java class to a specified XML element.Provider ofILcdXMLObjectFactory
's that can create a Java object for a specified XML element.Provider ofILcdXMLUnmarshaller
's that can unmarshal a specified XML element to instances of a specified Java class. -
ClassDescriptionInterface for accessing the context of an XML document being decoded.Contains XML-related information specific to a single XML element.An
ILcdXMLMarshaller
is responsible for marshalling (serializing) Java object graphs into XML data.Interface for object factories that can create objects for a specific XML Schema type or element.
It separates the creation of objects from the XML parsing and object initialization.AnILcdXMLUnmarshaller
is responsible for unmarshalling (deserializing) XML data into newly created Java content trees.An XML configuration class which is used by the XML binding framework to decide for which interface or super class of a class a marshaller will be searched, in case no marshaller is available for the class itself.Provider ofILcdXMLMarshaller
's that can marshal instances of a specified Java class to a specified XML element.Provider ofILcdXMLUnmarshaller
's that can unmarshal a specified XML element to instances of a specified Java class. -
ClassDescriptionInterface for accessing the context of an XML document being decoded.
-
ClassDescriptionInterface for accessing the context of an XML document being decoded.