|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractOperation | |
| org.vmguys.vmtools.utils | This package contains classes that manipulate XML data. |
| Uses of AbstractOperation in org.vmguys.vmtools.utils |
| Subclasses of AbstractOperation in org.vmguys.vmtools.utils | |
class |
AttributeDeleteOperation
This class represents an operation to delete an attribute of an Element. |
class |
AttributeInsertOperation
This class represents an operation to insert a new attribute of an Element. |
class |
AttributeModifyOperation
This class represents a change to an attribute of an Element. |
class |
ContentAddOperation
This class represents an addition to the content of an Element. |
class |
ContentDeleteOperation
This class represents a deletion of some of the content of an Element. |
class |
ContentModifyOperation
This class represents a modification of some of the content of an Element. |
class |
ElementDeleteOperation
This class represents a deletion of a single node from the tree. |
class |
ElementRenameOperation
This class represents a change to the name of a node in the tree. |
class |
SubtreeDeleteOperation
This class contains the information needed to delete a subtree. |
class |
SubtreeInsertOperation
This class contains the information needed to insert a subtree. |
| Methods in org.vmguys.vmtools.utils with parameters of type AbstractOperation | |
void |
CostOps.add(AbstractOperation op)
Adds another operation to the list. |
| Constructors in org.vmguys.vmtools.utils with parameters of type AbstractOperation | |
CostOps(AbstractOperation op)
Constructs a CostOps with the specified operation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||