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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java454 // NB: If fixupPropertyString ends up changing the property
484 String newKey = fixupPropertyString(key, true);
495 newValue = fixupPropertyString(value, false);
497 newValue = fixupPropertyString(newValue, false);
517 static private String fixupPropertyString(String s, boolean doClipping) method in class:OutputPropertiesFactory

Completed in 357 milliseconds