com.jclark.xsl.dom
class RootNode extends ContainerNode
| Field Summary | |
|---|---|
| URL | baseURL |
| int | documentIndex |
| boolean | includeComments |
| boolean | includeProcessingInstructions |
| LoadContext | loadContext |
| NameTable | nameTable |
| Document | ownerDocument |
| Constructor Summary | |
|---|---|
| RootNode(Node node, DOMExtensions extend, LoadContext loadContext, NameTable nameTable, String baseURL, int documentIndex) | |
| Method Summary | |
|---|---|
| int | compareRootTo(RootNode node) |
| Node | getElementWithId(String id) |
| SafeNodeIterator | getFollowingSiblings() |
| String | getGeneratedId() |
| byte | getType() |
| String | getUnparsedEntityURI(String name) |
| URL | getURL() |
| boolean | isId(Node node, String id) |