| Add |
A menu containing a series of functions for adding nodes. |
| Add Attribute |
Add an attribute name-value pair to the current element. |
|
| Add Text |
Add text content to the current element. |
|
|
| Add Element Before |
Add an element immediately preceeding the current element. |
|
| Add Element After |
Add an element immediately following
the current element. |
|
| Add Child Element |
Add an element as a child of
the current element. |
|
|
| Add Attribute Column |
Add an attribute to all the elements in the current table |
|
| Add Text Column |
Add a text node to all the elements in the current table. |
|
|
| Edit |
A menu containing a series of editing functions. |
| Copy Special |
A sub-menu containing copying functions. |
|
| Copy Shallow |
Copy only the current element and its attributes, but not its sub-structure. |
|
| Paste Special |
A sub-menu containing pasting functions. |
|
| Paste Before |
Insert the element from the clipboard as a sibling immediately preceding the current element. |
|
| Paste After |
Insert the element from the clipboard as a sibling immediately following the current element. |
|
| Paste As Child |
Insert the element from the clipboard as a child of the current element. |
|
| Rename Attribute |
Change the name of the current attribute on the current element. |
|
| Rename Attribute Column |
Change the name of the current attribute for all the elements in the current table. |
|
|
| Delete |
A menu containing a series of functions for removing nodes. |
| Delete Attribute |
Delete the current attribute name-value pair from the current element. |
|
| Delete Text |
Delete the text content from the current element. |
|
| Delete Element |
Delete the current element, including all its attributes, text content and sub-structure. |
|
| Delete Attributes and Text |
Delete all the attributes and text from the current element. |
|
| Delete Children |
Delete the sub-elements from the current element, but leave the attributes and text content. |
|
| Delete Column |
Delete the current column from all the elements in the current table. |
|
|
| Move/Sort |
A menu containing a series of functions for reordering and visually sorting elements. |
| Move Element Up |
Move the current element before its immediately preceeding sibling in document order. |
|
| Move Element Down |
Move the current element before its after its immediate following sibling in document order. |
|
| Sort Ascending |
Sort the current column vusually, in ascending alphabetic order. |
|
| Sort Descending |
Sort the current column vusually, in descending alphabetic order. |
|
| Unsort |
Return the elements to document order. |
|
|
| Navigate |
A menu containing a series of functions for moving up and down the tree. |
| Expand Row |
Expand the current element, displaying its children in a table. |
|
| Collapse Row |
Collapse the current element, hiding any descendant tables that are visible. |
|
| Goto Child Table |
Moves focus to the first child element for the current element. This function will expand the child table if not already done. |
|
| Goto Parent Table |
Moves focus to the parent of the current element. This function will not collapse the child table. |
|
| Collapse Current Table |
This function collapses the current table and moves focus to the parent element. |
|