Uses of Class
com.luciad.format.xml.schema.TLcdXMLSchema
Package
Description
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.-
Uses of TLcdXMLSchema in com.luciad.format.xml.schema
Modifier and TypeMethodDescriptionTLcdXMLSchemaDecoder.decodeSchema
(String aSourceName) Deprecated.Decodes the schema located at the given location.TLcdXMLSchemaDecoder.decodeSchema
(String aNamespaceURI, String aSourceName) Deprecated.Deprecated.Returns the schema corresponding to the given namespace URI, ornull
if no schema is available for the given namespace URI.Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdXMLEditableSchemaProvider.addSchema
(TLcdXMLSchema aSchema) Deprecated.Adds the given schema to the schema provider's schema table.void
TLcdXMLSchemaProvider.addSchema
(TLcdXMLSchema aSchema) Deprecated.void
TLcdXMLSchemaEncoder.exportSchema
(TLcdXMLSchema aSchema, String aDestination) Deprecated.Exports the given XML schema to the given destination.ModifierConstructorDescriptionTLcdXMLSchemaAttribute
(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaType
(TLcdXMLSchema aSchema) Deprecated.Creates a newTLcdXMLType
.TLcdXMLSchemaType
(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Creates a newTLcdXMLType
, initialized with the given name.
decodeSchema(aSourceName)