Interface NodeTypeSet
-
- All Known Subinterfaces:
CNDReader
- All Known Implementing Classes:
DefaultNodeTypeSet
@ProviderType public interface NodeTypeSet
Defines a generic set of node types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceMapping
getNamespaceMapping()
Map<Name,QNodeTypeDefinition>
getNodeTypes()
String
getSystemId()
-
-
-
Method Detail
-
getNodeTypes
Map<Name,QNodeTypeDefinition> getNodeTypes()
-
getNamespaceMapping
NamespaceMapping getNamespaceMapping()
-
getSystemId
String getSystemId()
-
-