Uses of Class
com.luciad.format.xml.schema.TLcdXMLSchema
Packages that use 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
Methods in com.luciad.format.xml.schema that return TLcdXMLSchemaModifier 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, ornullif no schema is available for the given namespace URI.Deprecated.Methods in com.luciad.format.xml.schema with parameters of type TLcdXMLSchemaModifier and TypeMethodDescriptionvoidILcdXMLEditableSchemaProvider.addSchema(TLcdXMLSchema aSchema) Deprecated.Adds the given schema to the schema provider's schema table.voidTLcdXMLSchemaProvider.addSchema(TLcdXMLSchema aSchema) Deprecated.voidTLcdXMLSchemaEncoder.exportSchema(TLcdXMLSchema aSchema, String aDestination) Deprecated.Exports the given XML schema to the given destination.Constructors in com.luciad.format.xml.schema with parameters of type TLcdXMLSchemaModifierConstructorDescriptionTLcdXMLSchemaAttribute(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElementwith 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)