Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jclark.xsl.dom.NodeBase
com.jclark.xsl.dom.ContainerNode
com.jclark.xsl.dom.RootNode
public class RootNode
extends ContainerNode
Field Summary | |
(package private) URL | |
(package private) int | |
(package private) boolean | |
(package private) boolean | |
(package private) LoadContext | |
(package private) NameTable | |
(package private) org.w3c.dom.Document |
Fields inherited from class com.jclark.xsl.dom.ContainerNode | |
prefixMap , preserveSpace |
Fields inherited from interface com.jclark.xsl.om.Node | |
ALLTYPES , ATTRIBUTE , COMMENT , ELEMENT , N_TYPES , PROCESSING_INSTRUCTION , ROOT , TEXT |
Constructor Summary | |
|
Method Summary | |
(package private) int |
|
Node |
|
Node |
|
ContainerNode |
|
Node |
|
Node |
|
Node |
|
SafeNodeIterator |
|
String |
|
byte |
|
URL |
|
String |
|
(package private) boolean |
|
Methods inherited from class com.jclark.xsl.dom.ContainerNode | |
getChildren , getNamespacePrefixMap , getPreserveSpace , getUnparsedEntityURI |
Methods inherited from class com.jclark.xsl.dom.NodeBase | |
compareTo , equals , getAttribute , getAttributeValue , getAttributes , getChildren , getColumnNumber , getData , getElementWithId , getFollowingSiblings , getGeneratedId , getLineNumber , getName , getNamespacePrefixMap , getParent , getPublicId , getRoot , getSystemId , getURL , getUnparsedEntityURI , isId |
(package private) URL baseURL
(package private) int documentIndex
(package private) boolean includeComments
(package private) boolean includeProcessingInstructions
(package private) org.w3c.dom.Document ownerDocument
public RootNode(org.w3c.dom.Node node, DOMExtensions extend, LoadContext loadContext, NameTable nameTable, String baseURL, int documentIndex)
public Node getElementWithId(String id)
finds an Element Node, in the this node's document, with the given ID
- Specified by:
- getElementWithId in interface Node
- Overrides:
- getElementWithId in interface NodeBase
public SafeNodeIterator getFollowingSiblings()
as the name implies ...
- Specified by:
- getFollowingSiblings in interface Node
- Overrides:
- getFollowingSiblings in interface NodeBase
public String getGeneratedId()
guaranteed to be unique (and repeatable)
- Specified by:
- getGeneratedId in interface Node
- Overrides:
- getGeneratedId in interface NodeBase
public byte getType()
returns one of:ELEMENT, TEXT, ATTRIBUTE, ROOT, PROCESSING_INSTRUCTION or COMMENT
public URL getURL()
base URL ??
public String getUnparsedEntityURI(String name)
- Specified by:
- getUnparsedEntityURI in interface Node
- Overrides:
- getUnparsedEntityURI in interface ContainerNode
(package private) boolean isId(org.w3c.dom.Node node, String id)