Interface NamespaceCollection
-
- All Known Implementing Classes:
DefaultNamespaceCollection
public interface NamespaceCollection
A collection of all namespace information for a document.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceDefinition
getDefinition(String namespace)
String[]
getNamespaces()
-
-
-
Method Detail
-
getNamespaces
String[] getNamespaces()
-
getDefinition
NamespaceDefinition getDefinition(String namespace)
-
-