Searched defs:defaultProperties (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java458 boolean defaultProperties,
510 if (defaultProperties)
579 * @param defaultProperties true if the properties are the default
588 boolean defaultProperties)
607 // init(new WriterToUTF8(output), format, defaultProperties, true);
611 // init(new WriterToUTF8Buffered(output), format, defaultProperties, true);
617 // init(new WriterToUTF8(output), format, defaultProperties, true);
624 defaultProperties,
634 init(new WriterToASCI(output), format, defaultProperties, true);
658 init(osw, format, defaultProperties, tru
455 init( Writer writer, Properties format, boolean defaultProperties, boolean shouldFlush) argument
585 init( OutputStream output, Properties format, boolean defaultProperties) argument
[all...]

Completed in 33 milliseconds