OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSEUDONAME_COMMENT
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
PsuedoNames.java
48
public static final String
PSEUDONAME_COMMENT
= "#comment";
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java
101
m_targetString = PsuedoNames.
PSEUDONAME_COMMENT
;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java
849
else if (key.equals(PsuedoNames.
PSEUDONAME_COMMENT
))
Completed in 473 milliseconds