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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java56 transient String m_token; field in class:XPathParser
59 * The first char in m_token, the theory being that this
133 if (null != m_token)
137 while (null != m_token)
139 extraTokens += "'" + m_token + "'";
143 if (null != m_token)
198 if (null != m_token)
202 while (null != m_token)
204 extraTokens += "'" + m_token + "'";
208 if (null != m_token)
[all...]

Completed in 23 milliseconds