OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_name_atv
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemPI.java
53
private AVT
m_name_atv
= null;
field in class:ElemPI
63
m_name_atv
= v;
74
return
m_name_atv
;
87
if(null !=
m_name_atv
)
88
m_name_atv
.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
132
String piName =
m_name_atv
== null ? null :
m_name_atv
.evaluate(xctxt, sourceNode, this);
147
else if ((!
m_name_atv
.isSimple()) && (!XML11Char.isXML11ValidNCName(piName)))
Completed in 127 milliseconds