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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 879 private TemplateList m_whiteSpaceInfoList;
888 if (null == m_whiteSpaceInfoList)
889 m_whiteSpaceInfoList = new TemplateList();
891 m_whiteSpaceInfoList.setTemplate(wsi);
903 return null != m_whiteSpaceInfoList;
921 if (null != m_whiteSpaceInfoList)
922 return (WhiteSpaceInfo) m_whiteSpaceInfoList.getTemplate(support,
942 if (null != m_whiteSpaceInfoList)
947 WhiteSpaceInfo info = (WhiteSpaceInfo) m_whiteSpaceInfoList.getTemplate(support,
970 return (null != m_whiteSpaceInfoList);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 497 milliseconds