Home
last modified time | relevance | path

Searched refs:m_compiler (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DLexer.java38 private Compiler m_compiler; field in Lexer
84 m_compiler = compiler; in Lexer()
113 m_compiler.m_currentPattern = pat; in tokenize()
122 m_compiler.m_opMap = new OpMapVector(initTokQueueSize, in tokenize()
373 if (0 == m_compiler.getTokenQueueSize()) in tokenize()
414 (m_compiler.getTokenQueueSize() - (isAttrName ? 1 : 0)) + TARGETEXTRA; in mapPatternElemPos()
447 int qsz = m_compiler.getTokenQueueSize(); in resetTokenMark()
455 (String) m_compiler.getTokenQueue().elementAt(m_processor.m_queueMark++); in resetTokenMark()
549 targetStrings.addElement(m_compiler.getTokenQueue().elementAt(tokPos)); in recordTokenString()
561 m_compiler.getTokenQueue().addElement(s); in addToTokenQueue()