Searched refs:OutputPropertiesFactory (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerFactory.java39 * the OutputPropertiesFactory. Although the properties object
41 * from OutputPropertiesFactory,
58 * The non-standard property keys supported are defined in {@link OutputPropertiesFactory}.
60 * @see OutputPropertiesFactory
109 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
114 // Missing Content Handler property, load default using OutputPropertiesFactory
116 OutputPropertiesFactory.getDefaultMethodProperties(method);
118 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
122 new Object[] { OutputPropertiesFactory.S_KEY_CONTENT_HANDLER});
H A DOutputPropertiesFactory.java21 * $Id: OutputPropertiesFactory.java,v 1.2.4.1 2005/09/15 08:15:21 suresh_emailid Exp $
87 public final class OutputPropertiesFactory class
391 return OutputPropertiesFactory.class
399 is = OutputPropertiesFactory.class
H A DToHTMLStream.java571 OutputPropertiesFactory.S_USE_URL_ESCAPING,
576 OutputPropertiesFactory.S_OMIT_META_TAG,
1793 format = OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
1816 format = OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
H A DToStream.java483 OutputPropertiesFactory.S_KEY_INDENT_AMOUNT,
490 format.getProperty(OutputPropertiesFactory.S_KEY_LINE_SEPARATOR);
549 (String) format.get(OutputPropertiesFactory.S_KEY_ENTITIES);
729 OutputPropertiesFactory.getDefaultMethodProperties(
H A DToUnknownStream.java1015 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java75 import com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory;
987 else if (name.equals(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL +"indent-amount")) {
992 else if (name.equals(OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL +"indent-amount")) {
1006 else if (name.equals(OutputPropertiesFactory.ORACLE_IS_STANDALONE)) {
1060 else if (name.equals(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL +"indent-amount")) {
1065 else if (name.equals(OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL +"indent-amount")) {
1070 else if (name.equals(OutputPropertiesFactory.ORACLE_IS_STANDALONE)) {
1163 OutputPropertiesFactory.getDefaultMethodProperties(method);
1188 name.equals(OutputPropertiesFactory.ORACLE_IS_STANDALONE) ||

Completed in 51 milliseconds