ChangeAttributeOperation |
An implementation of an operation to change the value of an attribute.
|
ChangeAttributesOperation |
Operation that can change/insert/remove one or more attributes of one or more elements.
|
ChangePseudoClassesOperation |
An implementation of an operation to set a list of pseudo class values to nodes identified by an XPath expression
and to remove a list of values from nodes identified by an XPath expression.
|
CommonsOperationsUtil |
Util methods for common Author operations.
|
CommonsOperationsUtil.ConversionElementHelper |
Interface used to check the elements that will be converted in other elements
(table cells or list entries)
|
CommonsOperationsUtil.SelectedFragmentInfo |
Class containing the new fragment and info about it.
|
DeleteElementOperation |
An implementation of a delete operation that deletes the node at caret.
|
DeleteElementsOperation |
An implementation of a delete operation that deletes all the nodes identified by a XPath expression.
|
EditImageMapOperation |
Operation used to edit an ImageMap in some documents.
|
ExecuteCommandLineOperation |
Author operation allowing the execution of command lines.
|
ExecuteCustomizableTransformationScenarioOperation |
An implementation of an operation which runs a single transformation scenario.
|
ExecuteMultipleActionsOperation |
An implementation of an operation which runs a sequence of actions, defined as a list of IDs.
|
ExecuteMultipleWebappCompatibleActionsOperation |
An implementation of an operation which runs a sequence of webapp-compatible
( WebappCompatible ) actions, defined as a list of IDs.
|
ExecuteTransformationScenariosOperation |
An implementation of an operation which runs a certain transformation scenario.
|
ExecuteValidationScenariosOperation |
An implementation of an operation which runs validation scenarios.
|
GetCurrentElementSaxonExtension |
Returns the current element for an XSLT operation.
|
InsertEquationOperation |
Operation used to insert an MathML Equation in any documents.
|
InsertFragmentOperation |
An implementation of an insert operation for an argument of type fragment.
|
InsertListOperation |
Operation used to convert a selection to an ordered/unordered list.
|
InsertOrReplaceFragmentOperation |
|
InsertOrReplaceTextOperation |
An implementation of an insert/replace operation for an argument of type String .
|
InsertXIncludeOperation |
Insert an XInclude.
|
JSOperation |
An implementation of an operation that allows you to call the Java API from custom JavaScript content.
|
MoveBlockAuthorOperation |
Operation capable of moving the block element from the caret
or the selected block elements by one position up or down.
|
MoveCaretOperation |
Author operation capable of moving the caret relative to an XML node
identified by an XPath expression.
|
MoveCaretUtil |
Utility to detect an editor variable in the Author page and move the caret to that place.
|
MoveElementOperation |
Flexible operation for moving an element to another location.
|
OpenInSystemAppOperation |
Detects the application that is associated with the given file in the OS
and uses it to open the file.
|
PromoteDemoteItemOperation |
Operation that promotes or demotes a list item.
|
PseudoClassOperation |
A base class for the operations that changes a pseudo-class from an element.
|
ReloadContentOperation |
Reloads the content of the editor by reading again from the URL used to open it.
|
RemovePseudoClassOperation |
An operation that removes a pseudo-class from an element.
|
RenameElementOperation |
An implementation of an operation that renames one or more elements identified by the given XPath expression.
|
ReplaceContentOperation |
An implementation of an operation to replace the content of the document.
|
ReplaceElementContentOperation |
Replaces the content of the:
- specified element (indicated by an XPath expression) or
- fully selected element or
- element at caret (if the selection is empty or a node is not entirely selected).
|
SetPseudoClassOperation |
An operation that sets a pseudo-class to an element.
|
SetReadOnlyStatusOperation |
Operation that sets the read-only status of a document.
|
ShowElementDocumentationOperation |
Operation that opens the associated specification html page for the
current element.
|
StopCurrentTransformationScenarioOperation |
An implementation of an operation which stops the currently running transformation scenario.
|
SurroundWithFragmentOperation |
Surround with fragment operation.
|
SurroundWithTextOperation |
Surround with text operation.
|
ToggleCommentOperation |
Provides an operation to toggle comment.
|
TogglePseudoClassOperation |
An implementation of an operation to toggle on/off the pseudo-class of an element.
|
ToggleSurroundWithElementOperation |
Toggle "surround with element" operation.
|
TransformOperation |
An implementation of an operation to apply a script (XSLT or XQuery) on a element and replacing it with
the result of the transformation or inserting the result in the document.
|
UnwrapTagsOperation |
Unwrap tags operation.
|
WebappMarkAsSavedOperation |
Operation that marks a webapp document as saved.
|
XQueryOperation |
An implementation of an operation to apply an XQuery script on a element and replacing it with
the result of the XQuery transformation, or inserting the result in the document.
|
XQueryUpdateOperation |
An implementation of an operation that applies an XQuery Update script.
|
XSLTOperation |
An implementation of an operation to apply an XSLT stylesheet on a element and replacing it with
the result of the XSLT transformation or inserting the result in the document.
|