Interface SchemaDescription

    • Method Detail

      • 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()
      • getSource

        Source getSource()
      • getDomElement

        Element getDomElement()