Package com.luciad.format.xml.schema
Class TLcdXMLSchemaLocationsMap
java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaLocationsMap
- All Implemented Interfaces:
ILcdXMLSchemaLocationsMap
- Direct Known Subclasses:
TLcdGML3SchemaLocationsMap
Deprecated.
Default implementation of
ILcdXMLSchemaLocationsMap
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSchemaLocation
(String aNameSpace, String aSchemaLocation) Deprecated.Adds the given schema to the schema provider's schema table.void
clearSchemaLocations
(String aNameSpace) Deprecated.Removes all locations, registered for the given namespace.getLocation
(String aNamespaceURI, int aIndex) Deprecated.Returns the schema location for the given namespace, at the given index.int
getLocationCount
(String aSchemaURI) Deprecated.Returns the number of locations, registered for the given namespace.int
Deprecated.Returns the number of namespaces, available in this map.getNamespaceURI
(int aIndex) Deprecated.Returns the namespace at the given index.void
removeSchemaLocation
(String aNameSpace, String aSchemaLocation) Deprecated.Removes the specified schema location from this schema locations map.
-
Constructor Details
-
TLcdXMLSchemaLocationsMap
public TLcdXMLSchemaLocationsMap()Deprecated.
-
-
Method Details
-
removeSchemaLocation
Deprecated.Removes the specified schema location from this schema locations map.- Parameters:
aNameSpace
- the namespace of the schema location to be removed.aSchemaLocation
- the schema location to be removed.
-
clearSchemaLocations
Deprecated.Removes all locations, registered for the given namespace.- Parameters:
aNameSpace
- the namespace whose locations are to be removed from this schema locations map.
-
getNamespaceCount
public int getNamespaceCount()Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMap
Returns the number of namespaces, available in this map.- Specified by:
getNamespaceCount
in interfaceILcdXMLSchemaLocationsMap
- Returns:
- the number of namespaces, available in this map.
-
getNamespaceURI
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMap
Returns the namespace at the given index.- Specified by:
getNamespaceURI
in interfaceILcdXMLSchemaLocationsMap
- Parameters:
aIndex
- the index of the namespace to be returned- Returns:
- the namespace at the given indexs.
-
getLocationCount
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMap
Returns the number of locations, registered for the given namespace.- Specified by:
getLocationCount
in interfaceILcdXMLSchemaLocationsMap
- Parameters:
aSchemaURI
- the namespace for which to return the number of locations available.- Returns:
- the number of locations, registered for the given namespace.
-
getLocation
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMap
Returns the schema location for the given namespace, at the given index.- Specified by:
getLocation
in interfaceILcdXMLSchemaLocationsMap
- Parameters:
aNamespaceURI
- the namespace for which to return a schema location.aIndex
- the index of the location to be returned.- Returns:
- the schema location for the given namespace, at the given index.
-
addSchemaLocation
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMap
Adds the given schema to the schema provider's schema table.- Specified by:
addSchemaLocation
in interfaceILcdXMLSchemaLocationsMap
- Parameters:
aNameSpace
- the namespace of the given location.aSchemaLocation
- the location to be added.
-
com.format.xml.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.