Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DUtils.java370 public static String escapeXML(String value, boolean forAttribute, boolean escapeWhitespaces) in escapeXML() argument
380 (forAttribute && c == '"')) in escapeXML()
408 case '"': buffer.append(forAttribute ? """ : "\""); continue; in escapeXML()
DXMPSerializerRDF.java1189 private void appendNodeValue(String value, boolean forAttribute) throws IOException in appendNodeValue() argument
1191 write (Utils.escapeXML(value, forAttribute, true)); in appendNodeValue()
/external/testng/ant/3rdparty/
DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger ...