HomeSort by relevance Sort by last modified time
    Searched defs:m_simpleString (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 61 private String m_simpleString = null;
178 m_simpleString = stringedValue; // then do the simple thing
432 if (null == m_parts && (null == m_simpleString))
436 m_simpleString = "";
448 if (null != m_simpleString){
449 return m_simpleString;
490 if (null != m_simpleString){
491 return m_simpleString;
524 * @return True if the m_simpleString member of this AVT is not null
528 return null != m_simpleString;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 23 milliseconds