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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java524 protected int _firstch(int identity) method in class:DTMDefaultBase
726 int firstChild = _firstch(index);
883 int firstChild = _firstch(identity);
973 int firstChild = _firstch(identity);
991 for (firstChild = _firstch(makeNodeIdentity(nodeHandle));
1002 for (firstChild = _firstch(makeNodeIdentity(nodeHandle));
1026 int child = _firstch(identity);
1190 int node = _firstch(parent);
1369 int ch = _firstch(rootID);

Completed in 51 milliseconds