Java preserveCharacterRefCR - XmlObjectBase
In This Topic
public static bool getPreserveCharacterRef();
public static void setPreserveCharacterRef(bool value);
|
|
Property |
Description |
|
|
|
Method Name |
noBanner |
|
|
|
Description |
When set to false (default) all Carriage Return characters (\r) and Carriage Return character references (
 ) will be removed during ToXmll.. and FromXml... method calls.
When set true the FromXml... methods will preserve any Carriage Return characters (\r) and Carriage Return character references (
 ) as \r characters in the object model, and the ToXml... methods will convert any \r characters in the object model to character references 
 in the output XML document.
|
|