Searched defs:findNamespaceContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1291 findNamespaceContext(_parent(elementNodeIndex));
1339 protected SuballocatedIntVector findNamespaceContext(int elementNodeIndex) method in class:DTMDefaultBase
1407 * %REVIEW% Inlne this into findNamespaceContext? Create SortedSuballocatedIntVector type?
1466 SuballocatedIntVector nsContext=findNamespaceContext(identity);
1519 //SuballocatedIntVector nsContext=findNamespaceContext(nodeHandle & m_mask);
1521 SuballocatedIntVector nsContext=findNamespaceContext(makeNodeIdentity(baseHandle));

Completed in 37 milliseconds