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