public abstract class Browser
extends java.lang.Object
| Constructor and Description |
|---|
Browser(RuleDictionary rd)
Create a browswer instance.
|
| Modifier and Type | Method and Description |
|---|---|
RuleDictionary |
getDictionary()
Return the dictionary used to create this browser.
|
NodeTable |
getNodeTable()
Retrieves the NodeTable associated with the set of class paths or schema paths that have been added to this browser instance.
|
public Browser(RuleDictionary rd)
public RuleDictionary getDictionary()
public NodeTable getNodeTable() throws SDKException
NodeTableSDKException