com.jclark.xsl.dom

Class RootNode

class RootNode extends ContainerNode

Field Summary
URLbaseURL
intdocumentIndex
booleanincludeComments
booleanincludeProcessingInstructions
LoadContextloadContext
NameTablenameTable
DocumentownerDocument
Constructor Summary
RootNode(Node node, DOMExtensions extend, LoadContext loadContext, NameTable nameTable, String baseURL, int documentIndex)
Method Summary
intcompareRootTo(RootNode node)
NodegetElementWithId(String id)
SafeNodeIteratorgetFollowingSiblings()
StringgetGeneratedId()
bytegetType()
StringgetUnparsedEntityURI(String name)
URLgetURL()
booleanisId(Node node, String id)

Field Detail

baseURL

URL baseURL

documentIndex

int documentIndex

includeComments

boolean includeComments

includeProcessingInstructions

boolean includeProcessingInstructions

loadContext

LoadContext loadContext

nameTable

NameTable nameTable

ownerDocument

Document ownerDocument

Constructor Detail

RootNode

RootNode(Node node, DOMExtensions extend, LoadContext loadContext, NameTable nameTable, String baseURL, int documentIndex)

Method Detail

compareRootTo

int compareRootTo(RootNode node)

getElementWithId

public Node getElementWithId(String id)

getFollowingSiblings

public SafeNodeIterator getFollowingSiblings()

getGeneratedId

public String getGeneratedId()

getType

public byte getType()

getUnparsedEntityURI

public String getUnparsedEntityURI(String name)

getURL

public URL getURL()

isId

boolean isId(Node node, String id)