P2XML

This is an internal Ponder2 XML object type. It represents an XML structure which can be operated upon with XPath commands

Factory Messages
OperationDescription

Operational Messages
OperationReturnDescription
asString String
asXML P2Object Returns itself, used for compatibility with other types
xpathBoolean: anXPathExpression boolean Answers a boolean generated by applying anXPathExpression to the receiver
xpathNode: anXPathExpression P2XML Answers an XML element generated by applying anXPathExpression to the receiver
xpathNodeSet: anXPathExpression P2Array Answers an array with XML elements generated by applying anXPathExpression to the receiver
xpathNumber: anXPathExpression int Answers a number generated by applying anXPathExpression to the receiver
xpathString: anXPathExpression String Answers a string generated by applying anXPathExpression to the receiver