@NoImplement
public interface NamespaceDefinition
Represents the namespace definition of an
ArtifactAst- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getUnresovedNamespaces
- Returns:
- a
Mapwith the unresolved namespaces with its' schema locations
-
getSchemaLocations
- Returns:
- a
Mapwith the namespaces' schema locations.
-
getPrefix
String getPrefix()- Returns:
- this namespace's prefix
-
getNamespace
String getNamespace()- Returns:
- this namespace's name (definition)
-