Uses of Interface
com.luciad.format.xml.ILcdXMLElementAdapterProvider
Package
Description
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 ILcdXMLElementAdapterProvider in com.luciad.format.gml3.adapter
Modifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated.class
Deprecated.This class has been deprecated. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.format.xml
Modifier and TypeMethodDescriptionprotected ILcdXMLElementAdapterProvider
ALcdXMLIndexBasedElementAdapter.getElementAdapterProvider()
Deprecated.Returns theILcdXMLElementAdapterProvider
from which child adapters are retrieved.protected ILcdXMLElementAdapterProvider
ALcdXMLVisitorBasedElementAdapter.getElementAdapterProvider()
Deprecated.Returns theILcdXMLElementAdapterProvider
from which child adapters are retrieved.TLcdXMLEncoder.getElementAdapterProvider()
Deprecated.Returns the currently usedILcdXMLElementAdapterProvider
instance.Modifier and TypeMethodDescriptionvoid
TLcdXMLEncoder.setElementAdapterProvider
(ILcdXMLElementAdapterProvider aElementAdapterProvider) Deprecated.Sets theILcdXMLElementAdapterProvider
instance to be used.ModifierConstructorDescriptionALcdXMLIndexBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider) Deprecated.Constructs a newALcdXMLIndexBasedElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
andILcdXMLElementNameProvider
.ALcdXMLIndexBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLIndexBasedElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
and a fixed element name.ALcdXMLVisitorBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider) Deprecated.Constructs a newALcdXMLElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
andILcdXMLElementNameProvider
.ALcdXMLVisitorBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
and a fixed element name.TLcdXMLDefaultElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider) Deprecated.Creates a newTLcdXMLDefaultelementAdapter
, with the givenILcdXMLElementAdapterProvider
for retrieving element adapters. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.format.xml.schema
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.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.getElementAdapterProvider
(String aNamespaceURI) Deprecated.Returns the element adapter provider that is registered for the given namespace, ornull
if none was registered yet.Modifier and TypeMethodDescriptionvoid
TLcdXMLCompositeElementAdapterProvider.registerElementAdapterProvider
(String aNamespaceURI, ILcdXMLElementAdapterProvider aElementAdapterProvider) Deprecated.Registers an element adapter provider that can provide element adapters for the given namespace. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.ogc.filter.xml
Modifier and TypeClassDescriptionclass
Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.class
Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.ogc.filter.xml.capabilities
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.ogc.sld.xml
Modifier and TypeClassDescriptionclass
Deprecated. -
Uses of ILcdXMLElementAdapterProvider in com.luciad.wms.sld.xml
Modifier and TypeClassDescriptionclass
Deprecated.