Uses of Interface
com.luciad.format.xml.ILcdXMLElementAdapter
Package
Description
Handles GML 2.1.2 and GML 3 data.
Contains XML adapters for the GML3 format.
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.
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 OGC Filter capabilities elements to and from the OGC Filter capabilities
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.
-
Uses of ILcdXMLElementAdapter in com.luciad.format.gml3
Modifier and TypeMethodDescriptionvoid
TLcdGML2ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML2ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.void
TLcdGML3ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML3ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class. -
Uses of ILcdXMLElementAdapter in com.luciad.format.gml3.adapter
Modifier and TypeMethodDescriptionTLcdGML2ElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdGML3ElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdGML2ElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.TLcdGML3ElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdGML2ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML2ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class.void
TLcdGML3ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML3ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class. -
Uses of ILcdXMLElementAdapter in com.luciad.format.xml
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Use of thecom.format.xml
API has been deprecated.class
Deprecated.Use of thecom.format.xml
API has been deprecated.Modifier and TypeMethodDescriptionILcdXMLElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns theILcdXMLElementAdapter
that is most suitable to handle the object, specified by the given name/object stack, substitution group and object.ALcdXMLIndexBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Returns an XML adapter for the content at the specified index.ALcdXMLIndexBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns an XML adapter for the content at the specified index in the list of contents having the specified XML name.ALcdXMLVisitorBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.ALcdXMLVisitorBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns an XML adapter for the content at the specified index in the list of contents having the specified XML name.ILcdXMLElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns a suitableILcdXMLElementAdapter
for the content at the given index.ILcdXMLElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns a suitableILcdXMLElementAdapter
for the content at the specified index in the list of contents having the specified XML name. -
Uses of ILcdXMLElementAdapter in com.luciad.format.xml.schema
Modifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.class
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.Modifier and TypeMethodDescriptionTLcdXMLCompositeElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdXMLTypedElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ILcdXMLTypedElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.Returns aILcdXMLElementAdapter
for the given XML name and Java object.TLcdXMLCompositeElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.TLcdXMLTypedElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.protected ILcdXMLElementAdapter
ALcdXMLTypedIndexBasedElementAdapter.getTypeContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns a suitableILcdXMLElementAdapter
for the content at the given index.Modifier and TypeMethodDescriptionvoid
TLcdXMLTypedElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdXMLTypedElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given element adapter for the given XML type and Java type. -
Uses of ILcdXMLElementAdapter in com.luciad.ogc.filter.xml
Modifier and TypeMethodDescriptionTLcdOGCFilterElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterElementAdapterProvider11.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated. -
Uses of ILcdXMLElementAdapter in com.luciad.ogc.filter.xml.capabilities
Modifier and TypeMethodDescriptionTLcdOGCFilterCapabilitiesElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterCapabilitiesElementAdapterProvider11.getAdapterForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdOGCFilterCapabilitiesElementAdapterProvider10.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class.void
TLcdOGCFilterCapabilitiesElementAdapterProvider11.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class. -
Uses of ILcdXMLElementAdapter in com.luciad.ogc.sld.xml
Modifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter
(TLcdXMLName aXMLName, TLcdXMLName[] aElementNames, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.void
TLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter
(TLcdXMLName aXMLName, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type. -
Uses of ILcdXMLElementAdapter in com.luciad.wms.sld.xml
Modifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.
com.format.xml
API has been deprecated.