Searched refs:PsuedoNames (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DPsuedoNames.java21 * $Id: PsuedoNames.java,v 1.1.2.1 2005/08/01 01:30:33 jeffsuttor Exp $
29 public class PsuedoNames class
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DStepPattern.java34 import com.sun.org.apache.xpath.internal.compiler.PsuedoNames;
93 * @see com.sun.org.apache.xpath.internal.compiler.PsuedoNames
103 m_targetString = PsuedoNames.PSEUDONAME_COMMENT;
108 m_targetString = PsuedoNames.PSEUDONAME_TEXT;
111 m_targetString = PsuedoNames.PSEUDONAME_ANY;
115 m_targetString = PsuedoNames.PSEUDONAME_ROOT;
119 m_targetString = PsuedoNames.PSEUDONAME_ANY;
124 m_targetString = PsuedoNames.PSEUDONAME_ANY;
135 * @see com.sun.org.apache.xpath.internal.compiler.PsuedoNames

Completed in 207 milliseconds