OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PsuedoNames
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
PsuedoNames.java
19
* $Id:
PsuedoNames
.java 468655 2006-10-28 07:12:06Z minchau $
27
public class
PsuedoNames
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java
32
import org.apache.xpath.compiler.
PsuedoNames
;
91
* @see org.apache.xpath.compiler.
PsuedoNames
101
m_targetString =
PsuedoNames
.PSEUDONAME_COMMENT;
106
m_targetString =
PsuedoNames
.PSEUDONAME_TEXT;
109
m_targetString =
PsuedoNames
.PSEUDONAME_ANY;
113
m_targetString =
PsuedoNames
.PSEUDONAME_ROOT;
117
m_targetString =
PsuedoNames
.PSEUDONAME_ANY;
122
m_targetString =
PsuedoNames
.PSEUDONAME_ANY;
133
* @see org.apache.xpath.compiler.
PsuedoNames
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java
35
import org.apache.xpath.compiler.
PsuedoNames
;
845
if (key.equals(
PsuedoNames
.PSEUDONAME_TEXT))
847
else if (key.equals(
PsuedoNames
.PSEUDONAME_ROOT))
849
else if (key.equals(
PsuedoNames
.PSEUDONAME_COMMENT))
Completed in 42 milliseconds