Package com.luciad.format.xml.schema
Interface ILcdXMLSchemaProvider
- All Known Subinterfaces:
ILcdXMLEditableSchemaProvider
- All Known Implementing Classes:
TLcdXMLSchemaProvider
public interface ILcdXMLSchemaProvider
Deprecated.
An interfaces for classes that can provide XML schemas.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the schema corresponding to the given namespace URI, ornullif no schema is available for the given namespace URI.booleanisSchemaAvailable(String aNameSpace) Deprecated.Returnstrueif there is a schema available for the given namespace,falseotherwise.
-
Method Details
-
getSchema
Deprecated.Returns the schema corresponding to the given namespace URI, ornullif no schema is available for the given namespace URI.- Parameters:
aNameSpace- the namespace URI of the schema to be retrieved- Returns:
- the schema with the given namespace URI, or
nullif no schema was available.
-
isSchemaAvailable
Deprecated.Returnstrueif there is a schema available for the given namespace,falseotherwise.- Parameters:
aNameSpace- the namespace of the schema for which to check if it is available- Returns:
- if the schema is available for the given namespace
-
com.format.xml.schemaAPI has been deprecated. Instead, use thecom.format.xml.bind.schemaAPI.