Located in File: /src/QueryPath/Extension/QPXML.php
Constructor __construct (line 21)
Method cdata (line 53)
If this is given text, it will create a CDATA section in each matched element, setting that item's value to $text.
If no parameter is passed in, this will return the first CDATA section that it finds in the matched elements.
Method comment (line 95)
This function is used to get or set comments in an XML or HTML document. If a $text value is passed in (and is not NULL), then this will add a comment (with the value $text) to every match in the set.
If no text is passed in, this will return the first comment in the set of matches. If no comments are found, NULL will be returned.
Method pi (line 116)