Uses of Package
com.luciad.format.xml.bind.schema
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
Provides support for transforming domain objects and model to and from GML.
Provides XML functionality that is common to all GML formats.
This package provides a decoder and a encoder for the KML 2.2 format.
This package provides API for decoding and encoding NVG 1.4/1.5 data from/to XML.
This package provides API for decoding and encoding NVG 2.0 data from/to XML.
This package provides API for decoding and encoding NVG 1.4/1.5/2.0 data from/to XML.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.
Provides an extension on the XML Binding framework in
com.luciad.format.xml.bind
and
com.luciad.format.xml.bind.schema
that adds support for automatic binding of XML data to
a generic domain model, accessible via the ILcdDataObject
interface.This package provides support for encoding and decoding XLink (http://www.w3.org/TR/xlink/)
references during the decoding of an XML model.
This package provides support for XPath.
This package provides a new, highly configurable data format.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents.This abstract class provides additional methods for aILcdModelEncoder
to encode models into XML schema based documents. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents.This abstract class provides additional methods for aILcdModelEncoder
to encode models into XML schema based documents.Interface for XML Schema based decoder libraries, responsible for configuring aTLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Interface for XML Schema mapping libraries, responsible for configuring aTLcdXMLSchemaBasedMapping
.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's.Contains information common to XML decoders and encoders. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents.This abstract class provides additional methods for aILcdModelEncoder
to encode models into XML schema based documents.Interface for XML Schema based decoder libraries, responsible for configuring aTLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Interface for XML Schema mapping libraries, responsible for configuring aTLcdXMLSchemaBasedMapping
.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's.Contains information common to XML decoders and encoders. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents.This abstract class provides additional methods for aILcdModelEncoder
to encode models into XML schema based documents. -
ClassDescriptionDecoder for decoding an XML Schema-based XML document into a Java object graph, using
ILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents. -
ClassDescriptionThis abstract class provides additional methods for a
ILcdModelEncoder
to encode models into XML schema based documents. -
ClassDescriptionThis abstract class provides additional methods for a
ILcdModelEncoder
to encode models into XML schema based documents. -
ClassDescription
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents. -
ClassDescriptionConverts instances of a Java class to lexical representations of their corresponding XML value of the XML Schema datatype for which this formatter was written.Converts lexical representations of XML values of the XML Schema datatype for which this parser was written to corresponding Java class instances representing these values.Interface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Interface for XML Schema mapping libraries, responsible for configuring aTLcdXMLSchemaBasedMapping
.Interface for handlers of XML Schemas.AnILcdXMLTypeMarshaller
is responsible for marshalling (serializing) Java object graphs into XML data.AnILcdXMLTypeUnmarshaller
is responsible for unmarshalling (deserializing) XML data into newly created Java content trees.Implementation ofcom.luciad.util.ILcdCollectionFeaturedDescriptor
that contains additional XML-related information about the object it describes.Default implementation for XML domain objects, based onILcdSelfDescribedFeatured
.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's.Contains information common to XML decoders and encoders.ExtendedTLcdXMLMarshallerProvider
that creates marshallers on-the-fly using aTLcdXMLSchemaBasedEncoder
's type marshaller provider.ExtendedTLcdXMLUnmarshallerProvider
that also allows unmarshallers to beregistered
and retrieved for local elements.Represents an element declaration in an XML Schema.An identifier for XML schema elements.Container of XML Schema information which is used by the XML Binding Framework.Represents a type declaration in an XML Schema.An identifier for XML schema types that allows referring to both global and anonymous types.Builder to easily add steps to create schema type identifiers.The semantic meaning of a schema type identifier step (e.g. an attribute, an element group, a union).Provider ofILcdXMLTypeMarshaller
's andILcdXMLSchemaDatatypeMarshaller
's that can marshal instances of a specified Java class to instances of an XML element with a specified XML Schema type or datatype.Provider ofcom.luciad.format.xml.bind.schema.ILcdXMLSchemaObjectFactory
's that can create Java instances for XML types and datatypes.Provider ofILcdXMLTypeUnmarshaller
's andILcdXMLSchemaDatatypeUnmarshaller
's that can unmarshal a specified XML Schema type or datatype to instances of a specified Java class. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Interface for XML Schema mapping libraries, responsible for configuring aTLcdXMLSchemaBasedMapping
.Interface for handlers of XML Schemas.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's.Contains information common to XML decoders and encoders.An identifier for XML schema types that allows referring to both global and anonymous types. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
ClassDescriptionInterface for XML Schema based decoder libraries, responsible for configuring a
TLcdXMLDecoder
so that it can be used for unmarshalling XML documents to Java object graphs.Interface for XML Schema based encoder libraries, responsible for configuring aTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents.Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's.