Interface SchemaDescription

All Superinterfaces:
DebugDumpable, Freezable

public interface SchemaDescription extends DebugDumpable, Freezable
Schema (prism or non-prism) with additional information.
  • Method Details

    • getPath

      String getPath()
      Returns:
      Path to schema source data (e.g. XSD file) - if known.
    • getNamespace

      String getNamespace()
      Returns:
      Namespace for elements in this schema.
    • getUsualPrefix

      String getUsualPrefix()
      Returns:
      Prefix that is usually used for this schema/namespace (e.g. "c" for common-3).
    • isDeclaredByDefault

      boolean isDeclaredByDefault()
      Returns:
      True if this prefix should be declared in XML files by default at the top of the file.
    • isDefault

      boolean isDefault()
    • getSourceDescription

      String getSourceDescription()
    • isPrismSchema

      boolean isPrismSchema()
    • getCompileTimeClassesPackage

      Package getCompileTimeClassesPackage()
    • canInputStream

      boolean canInputStream()
    • openInputStream

      InputStream openInputStream()
    • getSource

      Source getSource()
    • getDomElement

      Element getDomElement()