Home | History | Annotate | Download | only in ref

Lines Matching full:nscontext

1466               SuballocatedIntVector nsContext=findNamespaceContext(identity);
1467 if(nsContext==null || nsContext.size()<1)
1470 return nsContext.elementAt(0);
1519 //SuballocatedIntVector nsContext=findNamespaceContext(nodeHandle & m_mask);
1521 SuballocatedIntVector nsContext=findNamespaceContext(makeNodeIdentity(baseHandle));
1523 if(nsContext==null)
1525 int i=1 + nsContext.indexOf(nodeHandle);
1526 if(i<=0 || i==nsContext.size())
1529 return nsContext.elementAt(i);