Usage
## S3 method for class 'XMLNode':
print(x, ..., indent= "", tagSeparator = "\n")
## S3 method for class 'XMLComment':
print(x, ..., indent = "", tagSeparator = "\n")
## S3 method for class 'XMLTextNode':
print(x, ..., indent = "", tagSeparator = "\n")
## S3 method for class 'XMLCDataNode':
print(x, ..., indent="", tagSeparator = "\n")
## S3 method for class 'XMLProcessingInstruction':
print(x, ..., indent="", tagSeparator = "\n")
## S3 method for class 'XMLAttributeDef':
print(x, ...)
## S3 method for class 'XMLElementContent':
print(x, ...)
## S3 method for class 'XMLElementDef':
print(x, ...)
## S3 method for class 'XMLEntity':
print(x, ...)
## S3 method for class 'XMLEntityRef':
print(x, ..., indent= "", tagSeparator = "\n")
## S3 method for class 'XMLOrContent':
print(x, ...)
## S3 method for class 'XMLSequenceContent':
print(x, ...)