Class Summary |
BasicUpdatingExpression |
A basic updating expression: insert, replace, delete, rename (but not copy) |
CopyModifyExpression |
A copy-modify expression (called a "transform" expression in the XQuery Update specification) |
DeleteAction |
A pending update action representing the effect of a delete expression |
DeleteExpression |
A delete expression in XQuery Update |
InsertAction |
A pending update action representing the effect of an insert expression |
InsertAttributeAction |
A pending update action representing the insert attribute action. |
InsertExpression |
An insert expression in XQuery Update |
PendingUpdateListImpl |
Concrete implementation of the Pending Update List |
PutAction |
A saved put() call on the pending update list. |
RenameAction |
A pending update action representing the effect of a rename expression |
RenameExpression |
A rename expression in XQuery Update |
ReplaceAttributeAction |
A pending update action representing a replace node expression applied to an attribute. |
ReplaceNodeAction |
A pending update action representing the effect of a "replace node" expression |
ReplaceNodeExpression |
A "replace node" expression in XQuery Update |
ReplaceValueAction |
A pending update action representing the effect of a "replace value" expression. |
ReplaceValueExpression |
A "replace value of" expression in XQuery Update |
UpdateParser |
Parser for the XQuery Update extensions |