This is an internal Ponder2 XML object type. It represents an XML structure which can be operated upon with XPath commands
Operation | Return | Description |
xpathNodeSet: anXPathExpression |
P2Array |
Answers an array with XML elements generated by applying anXPathExpression to the receiver |
xpathNode: anXPathExpression |
P2XML |
Answers an XML element generated by applying anXPathExpression to the receiver |
xpathString: anXPathExpression |
String |
Answers a string generated by applying anXPathExpression to the receiver |
xpathBoolean: anXPathExpression |
boolean |
Answers a boolean generated by applying anXPathExpression to the receiver |
xpathNumber: anXPathExpression |
int |
Answers a number generated by applying anXPathExpression to the receiver |
asString |
String |
|
asXML |
P2Object |
Returns itself, used for compatibility with other types |