Uses of Interface
com.luciad.format.xml.ILcdXMLElementReaderProvider
Packages that use ILcdXMLElementReaderProvider
Package
Description
Contains XML element readers 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.-
Uses of ILcdXMLElementReaderProvider in com.luciad.format.gml3.reader
Classes in com.luciad.format.gml3.reader that implement ILcdXMLElementReaderProviderModifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated. -
Uses of ILcdXMLElementReaderProvider in com.luciad.format.xml
Classes in com.luciad.format.xml that implement ILcdXMLElementReaderProviderModifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml
API has been deprecated.Methods in com.luciad.format.xml that return ILcdXMLElementReaderProviderModifier and TypeMethodDescriptionprotected ILcdXMLElementReaderProvider
ALcdXMLElementReader.getElementReaderProvider()
Deprecated.Returns theILcdXMLElementReaderProvider
that is used by this reader.TLcdXMLDecoder.getElementReaderProvider()
Deprecated.Returns the currently usedILcdXMLElementreaderProvider
.Methods in com.luciad.format.xml with parameters of type ILcdXMLElementReaderProviderModifier and TypeMethodDescriptionvoid
TLcdXMLDecoder.setElementReaderProvider
(ILcdXMLElementReaderProvider aReaderSupport) Deprecated.Sets theILcdXMLElementReaderProvider
to be used.Constructors in com.luciad.format.xml with parameters of type ILcdXMLElementReaderProviderModifierConstructorDescriptionALcdXMLElementReader
(ILcdXMLElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider) Deprecated.Creates a new reader.TLcdXMLDefaultElementReader
(ILcdXMLElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aFactoryProvider) Deprecated.Creates a new default element reader, initialized with the given element reader provider, object factory provider and schema provider.TLcdXMLDocumentReader
(String aSourceName, ILcdXMLElementReaderProvider aReaderProvider) Deprecated.Creates a newTLcdXMLDocumentReader
instance, that will use the givenILcdXMLElementReaderProvider
to retrieve its root element reader. -
Uses of ILcdXMLElementReaderProvider in com.luciad.format.xml.schema
Subinterfaces of ILcdXMLElementReaderProvider in com.luciad.format.xml.schemaModifier and TypeInterfaceDescriptioninterface
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.Classes in com.luciad.format.xml.schema that implement ILcdXMLElementReaderProviderModifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.