augSerializecontentOnlyprettyPrint
|
|
Parameters
|
booleancontentOnly
If false (the default), the name and attributes of the node are included in the serialization. If true, the name and attributes of the node are omitted. In both cases, all information from the nodes children is included
booleanprettyPrint
If true, will format the serialized augmented node. If contentOnly is true, then it will not format the augmented node.
|
Returns
|
String. The serialized version of the augmented node.
|
serializecontentOnlyprettyPrint
|
|
Parameters
|
booleancontentOnly
If false (the default), the name and attributes of the node are included in the serialization. If true, the name and attributes of the node are omitted. In both cases, all information from the nodes children is included
booleanprettyPrint
If true, will format the serialized node. If contentOnly is true, then it will not format the node.
|
Returns
|
String. The serialized version of the node.
|