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, ornull
if no schema is available for the given namespace URI.boolean
isSchemaAvailable
(String aNameSpace) Deprecated.Returnstrue
if there is a schema available for the given namespace,false
otherwise.
-
Method Details
-
getSchema
Deprecated.Returns the schema corresponding to the given namespace URI, ornull
if 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
null
if no schema was available.
-
isSchemaAvailable
Deprecated.Returnstrue
if there is a schema available for the given namespace,false
otherwise.- 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.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.