com.jclark.xsl.dom
Class RootNode
- Node, SourceLocator
(package private) class RootNode
compareTo , equals , getAttribute , getAttributeValue , getAttributes , getChildren , getColumnNumber , getData , getElementWithId , getFollowingSiblings , getGeneratedId , getLineNumber , getName , getNamespacePrefixMap , getParent , getPublicId , getRoot , getSystemId , getURL , getUnparsedEntityURI , isId |
baseURL
(package private) URL baseURL
documentIndex
(package private) int documentIndex
includeComments
(package private) boolean includeComments
includeProcessingInstructions
(package private) boolean includeProcessingInstructions
nameTable
(package private) NameTable nameTable
ownerDocument
(package private) org.w3c.dom.Document ownerDocument
compareRootTo
(package private) int compareRootTo(RootNode node)
getElementWithId
public Node getElementWithId(String id)
finds an Element Node, in the this node's document,
with the given ID
- getElementWithId in interface Node
- getElementWithId in interface NodeBase
getGeneratedId
public String getGeneratedId()
guaranteed to be unique (and repeatable)
- getGeneratedId in interface Node
- getGeneratedId in interface NodeBase
getType
public byte getType()
returns one of: ELEMENT, TEXT, ATTRIBUTE,
ROOT, PROCESSING_INSTRUCTION or COMMENT
- getType in interface Node
getURL
public URL getURL()
base URL ??
- getURL in interface Node
- getURL in interface NodeBase
isId
(package private) boolean isId(org.w3c.dom.Node node,
String id)