This pseudo-element represents the whole XML document.
It is directly connected to an instance of org.w3c.dom.Document
interface.
If you need to process all possible nodes in the XML document, you should start from this pseudo-element.
For any given element, you can find an XML document containing it using
getXMLDocument()
function.
This function returns an instance of #DOCUMENT
type.
See Also:
getXMLDocument(), findXMLDocument(), loadXMLDocument()