public interface TreeParser
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultNamespace()
Get the namespace that will be used by default in the documents.
|
GraphNode |
getNode(String name)
Return a specific GraphNode.
|
GraphNode[] |
getNodes()
Return the list of all the GraphNode objects of the DTD object graph.
|
GraphNode |
getRoot()
Return the root of the DTD object graph.
|
Copyright © 2017. All Rights Reserved.