HomeSort by relevance Sort by last modified time
    Searched refs:OutputPropertiesFactory (Results 1 - 9 of 9) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 36 * the OutputPropertiesFactory. Although the properties object
38 * from OutputPropertiesFactory,
55 * The non-standard property keys supported are defined in {@link OutputPropertiesFactory}.
57 * @see OutputPropertiesFactory
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
111 // Missing Content Handler property, load default using OutputPropertiesFactory
113 OutputPropertiesFactory.getDefaultMethodProperties(method);
115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
119 new Object[] { OutputPropertiesFactory.S_KEY_CONTENT_HANDLER});
OutputPropertiesFactory.java 19 * $Id: OutputPropertiesFactory.java 468654 2006-10-28 07:09:23Z minchau $
84 public final class OutputPropertiesFactory
368 return OutputPropertiesFactory.class
376 is = OutputPropertiesFactory.class
ToHTMLStream.java 574 value = format.getProperty(OutputPropertiesFactory.S_USE_URL_ESCAPING);
578 OutputPropertiesFactory.S_USE_URL_ESCAPING,
587 value = format.getProperty(OutputPropertiesFactory.S_OMIT_META_TAG);
591 OutputPropertiesFactory.S_OMIT_META_TAG,
    [all...]
ToStream.java 502 if (OutputPropertiesFactory.S_KEY_INDENT_AMOUNT.equals(name)) {
511 if (OutputPropertiesFactory.S_KEY_LINE_SEPARATOR.equals(name)) {
595 (String) format.get(OutputPropertiesFactory.S_KEY_ENTITIES);
    [all...]
ToUnknownStream.java 985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 32 import org.apache.xml.serializer.OutputPropertiesFactory;
84 OutputPropertiesFactory.getDefaultMethodProperties(method));
137 if (key.startsWith(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL))
138 key = OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL
139 + key.substring(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL_LEN);
169 if (key.startsWith(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL))
170 key = OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL
171 + key.substring(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL_LEN);
324 OutputPropertiesFactory.getDefaultMethodProperties(method);
687 return org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(method)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 28 import org.apache.xml.serializer.OutputPropertiesFactory;
200 (String) m_outputProperties.getProperties().get(OutputPropertiesFactory.S_KEY_ENTITIES);
208 m_outputProperties.getProperties().put(OutputPropertiesFactory.S_KEY_ENTITIES, absURL);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 39 import org.apache.xml.serializer.OutputPropertiesFactory;
233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml");
364 OutputPropertiesFactory.S_KEY_INDENT_AMOUNT, Integer.toString(3));
    [all...]
DOM3TreeWalker.java 32 import org.apache.xml.serializer.OutputPropertiesFactory;
    [all...]

Completed in 377 milliseconds