* representation is a xml well-formed fragment corresponding to the
* representation of this node.
* @return the String representation of this AnyNode.
*/
public String toString() {
Serializer serializer = new BackwardCompatibilityContext().getSerializer();
if (serializer == null) {
throw new RuntimeException("Unable to obtain serializer");
}
StringWriter writer = new StringWriter();