OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_processor
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java
48
XPathParser
m_processor
;
field in class:Lexer
86
m_processor
= xpathProcessor;
174
m_processor
.error(XPATHErrorResources.ER_EXPECTED_DOUBLE_QUOTE,
208
m_processor
.error(XPATHErrorResources.ER_EXPECTED_SINGLE_QUOTE,
375
m_processor
.error(XPATHErrorResources.ER_EMPTY_EXPRESSION, null); //"Empty expression!");
382
m_processor
.m_queueMark = 0;
449
m_processor
.m_queueMark = (mark > 0)
452
if (
m_processor
.m_queueMark < qsz)
454
m_processor
.m_token =
455
(String) m_compiler.getTokenQueue().elementAt(
m_processor
.m_queueMark++)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSortKey.java
58
TransformerImpl
m_processor
; // needed for error reporting.
field in class:NodeSortKey
81
m_processor
= transformer;
110
//
m_processor
.warn("Could not find locale for <sort xml:lang="+langValue);
123
m_processor
.getMsgMgr().warn(null, XSLTErrorResources.WG_CANNOT_FIND_COLLATOR,
/external/expat/lib/
xmlparse.c
510
Processor *
m_processor
;
member in struct:XML_ParserStruct
611
#define processor (parser->
m_processor
)
[
all
...]
Completed in 240 milliseconds