Interface NamespaceDefinition


@NoImplement public interface NamespaceDefinition
Represents the namespace definition of an ArtifactAst
Since:
1.0
  • Method Details

    • getUnresovedNamespaces

      Map<String,String> getUnresovedNamespaces()
      Returns:
      a Map with the unresolved namespaces with its' schema locations
    • getSchemaLocations

      Map<String,String> getSchemaLocations()
      Returns:
      a Map with the namespaces' schema locations.
    • getPrefix

      String getPrefix()
      Returns:
      this namespace's prefix
    • getNamespace

      String getNamespace()
      Returns:
      this namespace's name (definition)