Uses of Interface
com.luciad.format.xml.ILcdXMLElementAdapter
Packages that use 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
Methods in com.luciad.format.gml3 with parameters of type ILcdXMLElementAdapterModifier and TypeMethodDescriptionvoidTLcdGML2ModelEncoder.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.voidTLcdGML2ModelEncoder.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.voidTLcdGML3ModelEncoder.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.voidTLcdGML3ModelEncoder.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
Methods in com.luciad.format.gml3.adapter that return ILcdXMLElementAdapterModifier 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.Methods in com.luciad.format.gml3.adapter with parameters of type ILcdXMLElementAdapterModifier and TypeMethodDescriptionvoidTLcdGML2ElementAdapterProvider.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.voidTLcdGML2ElementAdapterProvider.registerElementAdapter(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class.voidTLcdGML3ElementAdapterProvider.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.voidTLcdGML3ElementAdapterProvider.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
Classes in com.luciad.format.xml that implement ILcdXMLElementAdapterModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Use of thecom.format.xmlAPI has been deprecated.classDeprecated.Use of thecom.format.xmlAPI has been deprecated.Methods in com.luciad.format.xml that return ILcdXMLElementAdapterModifier and TypeMethodDescriptionILcdXMLElementAdapterProvider.getAdapterForObject(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns theILcdXMLElementAdapterthat 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 suitableILcdXMLElementAdapterfor 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 suitableILcdXMLElementAdapterfor 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
Classes in com.luciad.format.xml.schema that implement ILcdXMLElementAdapterModifier and TypeClassDescriptionclassDeprecated.Use of thecom.format.xml.schemaAPI has been deprecated.classDeprecated.Use of thecom.format.xml.schemaAPI has been deprecated.Methods in com.luciad.format.xml.schema that return ILcdXMLElementAdapterModifier 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 aILcdXMLElementAdapterfor 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 ILcdXMLElementAdapterALcdXMLTypedIndexBasedElementAdapter.getTypeContentAdapter(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns a suitableILcdXMLElementAdapterfor the content at the given index.Methods in com.luciad.format.xml.schema with parameters of type ILcdXMLElementAdapterModifier and TypeMethodDescriptionvoidTLcdXMLTypedElementAdapterProvider.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.voidTLcdXMLTypedElementAdapterProvider.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
Methods in com.luciad.ogc.filter.xml that return ILcdXMLElementAdapterModifier 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
Methods in com.luciad.ogc.filter.xml.capabilities that return ILcdXMLElementAdapterModifier and TypeMethodDescriptionTLcdOGCFilterCapabilitiesElementAdapterProvider10.getAdapterForObject(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterCapabilitiesElementAdapterProvider11.getAdapterForObject(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Methods in com.luciad.ogc.filter.xml.capabilities with parameters of type ILcdXMLElementAdapterModifier and TypeMethodDescriptionvoidTLcdOGCFilterCapabilitiesElementAdapterProvider10.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class.voidTLcdOGCFilterCapabilitiesElementAdapterProvider11.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
Methods in com.luciad.ogc.sld.xml that return ILcdXMLElementAdapterModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleElementAdapterProvider10.getAdapterForObject(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Methods in com.luciad.ogc.sld.xml with parameters of type ILcdXMLElementAdapterModifier and TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter(TLcdXMLName aXMLName, TLcdXMLName[] aElementNames, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.voidTLcdSLDFeatureTypeStyleEncoder10.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
Methods in com.luciad.wms.sld.xml that return ILcdXMLElementAdapterModifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorElementAdapterProvider10.getAdapterForObject(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.
com.format.xmlAPI has been deprecated.