OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exptype
(Results
1 - 7
of
7
) sorted by null
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
280
// need to compare the
expType
with DTM.NTYPES. A child node of
376
int
expType
= _exptype2(makeNodeIdentity(node));
381
if (_nodeType ==
expType
) {
386
if (
expType
< DTM.NTYPES) {
387
if (
expType
== _nodeType) {
392
if (m_extendedTypes[
expType
].getNodeType() == _nodeType) {
1006
int
expType
;
1022
expType
= _exptype2(node);
1023
if (
expType
< DTM.NTYPES) {
1024
if (
expType
== nodeType)
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
772
int
expType
= getExpandedTypeID(node);
777
if (nodeType ==
expType
) {
781
if (
expType
< DTM.NTYPES) {
782
if (
expType
== nodeType) {
786
if (m_expandedNameTable.getType(
expType
) == nodeType) {
1197
int
expType
;
1208
expType
= _exptype(node);
1209
if (
expType
< DTM.NTYPES)
[
all
...]
DTMDefaultBaseTraversers.java
744
int
exptype
= _exptype(current); // may call nextNode()
local
749
if (
exptype
!= expandedTypeID)
1281
int
exptype
= m_
exptype
.elementAt(current);
local
1344
int
exptype
= m_
exptype
.elementAt(current);
local
1537
int
exptype
= _
exptype
(current); \/\/ may call nextNode()
local
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java
338
int
expType
= dtm.getExpandedTypeID(currentNode);
340
return execute(xctxt, currentNode, dtm,
expType
);
374
* @param
expType
The expanded type ID of the current node.
382
XPathContext xctxt, int currentNode, DTM dtm, int
expType
)
398
score = super.execute(xctxt, currentNode, dtm,
expType
);
FunctionPattern.java
146
DTM dtm, int
expType
)
NodeTest.java
600
DTM dtm, int
expType
)
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
Expression.java
107
* @param
expType
The expanded type ID of the current node.
115
XPathContext xctxt, int currentNode, DTM dtm, int
expType
)
Completed in 43 milliseconds