Creates an XML document with one empty node.
Useful for places where you need a node that
can be queried against.
Returns: Document
Document with one empty node.
|
code » | |
Check whether a node is an empty text node. Nodes consisting of only white
space (#x20, #xD, #xA, #x9) can generally be collapsed to a zero length
text string.
|
code » |