Interface ILcdXMLSchemaProvider

All Known Subinterfaces:
ILcdXMLEditableSchemaProvider
All Known Implementing Classes:
TLcdXMLSchemaProvider

public interface ILcdXMLSchemaProvider
Deprecated.
Use of the com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API.
An interfaces for classes that can provide XML schemas.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getSchema(String aNameSpace)
    Deprecated.
    Returns the schema corresponding to the given namespace URI, or null if no schema is available for the given namespace URI.
    boolean
    Deprecated.
    Returns true if there is a schema available for the given namespace, false otherwise.
  • Method Details

    • getSchema

      TLcdXMLSchema getSchema(String aNameSpace)
      Deprecated.
      Returns the schema corresponding to the given namespace URI, or null 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

      boolean isSchemaAvailable(String aNameSpace)
      Deprecated.
      Returns true 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