Return type:
Applies to:
WRITE-FRAGMENT ( chardata longchar x-noderef )Call this method to add un-escaped CHARACTER data to the XML document. This allows the adding of XML fragments to the document without the special characters being escaped to their XML representation. For example, "<" escapes to <. It is up to the developer to ensure that the characters written are proper XML with the correct characters escaped. Even if the STRICT attribute is TRUE, the SAX-writer will not validate what is written.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |