Home
last modified time | relevance | path

Searched refs:rootHandle (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1364 int rootHandle = getDocumentRoot(makeNodeHandle(elementNodeIndex)); in findNamespaceContext() local
1365 int rootID = makeNodeIdentity(rootHandle); in findNamespaceContext()
1368 if (getNodeType(rootHandle) == DTM.DOCUMENT_NODE) { in findNamespaceContext()