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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSchemaLocation(String aNameSpace, String aSchemaLocation) Deprecated.Adds the given schema to the schema provider's schema table.voidclearSchemaLocations(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.intgetLocationCount(String aSchemaURI) Deprecated.Returns the number of locations, registered for the given namespace.intDeprecated.Returns the number of namespaces, available in this map.getNamespaceURI(int aIndex) Deprecated.Returns the namespace at the given index.voidremoveSchemaLocation(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:ILcdXMLSchemaLocationsMapReturns the number of namespaces, available in this map.- Specified by:
getNamespaceCountin interfaceILcdXMLSchemaLocationsMap- Returns:
- the number of namespaces, available in this map.
-
getNamespaceURI
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMapReturns the namespace at the given index.- Specified by:
getNamespaceURIin interfaceILcdXMLSchemaLocationsMap- Parameters:
aIndex- the index of the namespace to be returned- Returns:
- the namespace at the given indexs.
-
getLocationCount
Deprecated.Description copied from interface:ILcdXMLSchemaLocationsMapReturns the number of locations, registered for the given namespace.- Specified by:
getLocationCountin 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:ILcdXMLSchemaLocationsMapReturns the schema location for the given namespace, at the given index.- Specified by:
getLocationin 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:ILcdXMLSchemaLocationsMapAdds the given schema to the schema provider's schema table.- Specified by:
addSchemaLocationin interfaceILcdXMLSchemaLocationsMap- Parameters:
aNameSpace- the namespace of the given location.aSchemaLocation- the location to be added.
-
com.format.xml.schemaAPI has been deprecated. Instead, use thecom.format.xml.bind.schemaAPI.