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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java240 private boolean _preserveEmptyAttributes = false; field in class:OutputFormat
815 */ public boolean getPreserveEmptyAttributes () { return _preserveEmptyAttributes; } /**
820 */ public void setPreserveEmptyAttributes (boolean preserve) { _preserveEmptyAttributes = preserve; }

Completed in 84 milliseconds