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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 45 private OutputProperties m_outputProperties;
54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue);
64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue);
74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue);
84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue);
94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue);
104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue);
114 m_outputProperties.setQNameProperty(OutputKeys.METHOD, newValue);
124 m_outputProperties.setBooleanProperty(OutputKeys.OMIT_XML_DECLARATION, newValue);
134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 206 return m_outputProperties.getProperties();
288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN);
289 // m_outputProperties = new OutputProperties(Method.XML);
326 m_outputProperties.compose(this);
327 m_outputProperties.endCompose(this);
491 private OutputProperties m_outputProperties;
502 m_outputProperties.copyFrom(oprops);
519 // System.out.println("getOutputComposed.getIndent: "+m_outputProperties.getIndent());
520 // System.out.println("getOutputComposed.getIndenting: "+m_outputProperties.getIndenting());
521 return m_outputProperties;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 62 milliseconds