Home
last modified time | relevance | path

Searched refs:explicitValue (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java580 String explicitValue = (String) format.get(key); in setOutputFormat() local
581 if (explicitValue == null && value != null) { in setOutputFormat()
585 if (explicitValue != null) { in setOutputFormat()
587 this.setOutputProperty(key,explicitValue); in setOutputFormat()