OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_last_kid
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java
82
private int
m_last_kid
=NULL;
field in class:DOM2DTM
129
m_last_parent=
m_last_kid
=NULL;
130
m_last_kid
=addNode(m_root, m_last_parent,
m_last_kid
, NULL);
162
// IMPORTANT: This does NOT change m_last_parent or
m_last_kid
!
360
m_last_parent=
m_last_kid
;
361
m_last_kid
=NULL;
378
if(
m_last_kid
!=NULL)
382
if(m_firstch.elementAt(
m_last_kid
)==NOTPROCESSED)
383
m_firstch.setElementAt(NULL,
m_last_kid
);
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 1400 milliseconds