|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
nondeterm | XML_REFERENCE PARENT, | (i,i,o),(i,i,i),(i,o,o) | Get/Set/Verify/Destroy attribute of the XML node. | |
determ | XML_REFERENCE XML_REFERENCE, | (i,o) | Return list of attributes for the given XML node | |
determ | XML_REFERENCE PARENT, | (i,i,i,o) | Creates child XML Object for given XML Object. | |
nondeterm | XML_REFERENCE PARENT, | (i,i) | non-deterministically return reference to child of XML Object. Fails after all child nodes processed | |
determ | XML_REFERENCE XML_REFERENCE, | (i,o) | Returns list of child XML Objects for given XML Object. | |
determ | (o) | Creates XML node and returns reference to it | ||
determ | XML_REFERENCE XML_REFERENCE, | (i,o,o),(i,i,i) | Get/Set value of the XML Object(node name and node value) | |
determ | (i) | Destroys XML Object and it's related elements(child nodes and attributes) | ||
determ | XML_REFERENCE , | (i,i) | Delete all NODES from the XML object. Node specified by name. | |
determ | STRING FILENAME, | (i,o) | Create XML Object from text file using EXPAT XML parser | |
determ | XML_REFERENCE XML_REF, | (i,o) | Get text representation of the XML node | |
determ | XML_REFERENCE XML_REF, | (i,o) | Get tree representation of the XML object Each tree node has reference to the corresponding XML node | |
determ | XML_REFERENCE XML_REF, | (i,i) | Save XML Object into text file. |