OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_firstch
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java
522
protected int
_firstch
(int identity)
method in class:DTMDefaultBase
724
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);
[
all
...]
DTMDefaultBaseTraversers.java
433
int firstMatch = getNextIndexed(identity,
_firstch
(identity),
441
for (int current =
_firstch
(makeNodeIdentity(context));
851
first =
_firstch
(context);
[
all
...]
DTMDefaultBaseIterators.java
311
:
_firstch
(makeNodeIdentity(node));
457
:
_firstch
(makeNodeIdentity(_startNode));
563
?
_firstch
(makeNodeIdentity(_startNode))
1134
_currentNode =
_firstch
(_currentNode);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
524
int firstChild =
_firstch
(identity);
[
all
...]
Completed in 66 milliseconds