ProcessingInstruction.firstChild

ProcessingInstruction.firstChild as XMLNode

Summary

This is inherited from the XMLNode object.

The first child of this node, if any.

Usage Notes

The result is null except for document and element nodes.

Example

cts.doc("example.xml").root.firstChild
Powered by MarkLogic Server | Terms of Use | Privacy Policy