Class TLcdXMLSchemaLocationsMap

java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaLocationsMap
All Implemented Interfaces:
ILcdXMLSchemaLocationsMap
Direct Known Subclasses:
TLcdGML3SchemaLocationsMap

public class TLcdXMLSchemaLocationsMap extends Object implements ILcdXMLSchemaLocationsMap
Deprecated.
Use of the com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API.
Default implementation of ILcdXMLSchemaLocationsMap.
  • Constructor Details

    • TLcdXMLSchemaLocationsMap

      public TLcdXMLSchemaLocationsMap()
      Deprecated.
  • Method Details

    • removeSchemaLocation

      public void removeSchemaLocation(String aNameSpace, String aSchemaLocation)
      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

      public void clearSchemaLocations(String aNameSpace)
      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 interface ILcdXMLSchemaLocationsMap
      Returns:
      the number of namespaces, available in this map.
    • getNamespaceURI

      public String getNamespaceURI(int aIndex)
      Deprecated.
      Description copied from interface: ILcdXMLSchemaLocationsMap
      Returns the namespace at the given index.
      Specified by:
      getNamespaceURI in interface ILcdXMLSchemaLocationsMap
      Parameters:
      aIndex - the index of the namespace to be returned
      Returns:
      the namespace at the given indexs.
    • getLocationCount

      public int getLocationCount(String aSchemaURI)
      Deprecated.
      Description copied from interface: ILcdXMLSchemaLocationsMap
      Returns the number of locations, registered for the given namespace.
      Specified by:
      getLocationCount in interface ILcdXMLSchemaLocationsMap
      Parameters:
      aSchemaURI - the namespace for which to return the number of locations available.
      Returns:
      the number of locations, registered for the given namespace.
    • getLocation

      public String getLocation(String aNamespaceURI, int aIndex)
      Deprecated.
      Description copied from interface: ILcdXMLSchemaLocationsMap
      Returns the schema location for the given namespace, at the given index.
      Specified by:
      getLocation in interface ILcdXMLSchemaLocationsMap
      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

      public void addSchemaLocation(String aNameSpace, String aSchemaLocation)
      Deprecated.
      Description copied from interface: ILcdXMLSchemaLocationsMap
      Adds the given schema to the schema provider's schema table.
      Specified by:
      addSchemaLocation in interface ILcdXMLSchemaLocationsMap
      Parameters:
      aNameSpace - the namespace of the given location.
      aSchemaLocation - the location to be added.