Home | History | Annotate | Download | only in impl

Lines Matching refs:forAttribute

1186 	 * @param forAttribute flag if value is an attribute value
1189 private void appendNodeValue(String value, boolean forAttribute) throws IOException
1191 write (Utils.escapeXML(value, forAttribute, true));