Uses of Class
org.vmguys.vmtools.utils.DiffElement

Packages that use DiffElement
org.vmguys.vmtools.utils This package contains classes that manipulate XML data. 
 

Uses of DiffElement in org.vmguys.vmtools.utils
 

Fields in org.vmguys.vmtools.utils declared as DiffElement
protected  DiffElement AbstractOperation.node
          This is a reference to the Element being operated upon.
 

Methods in org.vmguys.vmtools.utils that return DiffElement
 DiffElement DiffElement.getDiffParent()
          Similar to Element.getParent().
 DiffElement DiffElement.getRoot()
          Returns the root element of the tree containing this node.
 

Methods in org.vmguys.vmtools.utils with parameters of type DiffElement
 CostOps DifferenceFinder2.findDifferences(DiffElement root1, DiffElement root2)
          Determines what needs to be done to convert the tree rooted at n1 into the tree rooted at n2.
 

Constructors in org.vmguys.vmtools.utils with parameters of type DiffElement
ContentModifyOperation(DiffElement node, java.lang.Object oldContent, java.lang.Object newContent)
          Constructs an operation that will delete content from the given node.
ContentModifyOperation(DiffElement node, java.lang.Object oldContent, java.lang.Object newContent, java.lang.String comment)
          Constructs an operation that will delete content from the given node.
AttributeInsertOperation(DiffElement node, org.jdom.Attribute attr)
          Constructs an operation that will insert an attribute of the given node.
AttributeInsertOperation(DiffElement node, org.jdom.Attribute attr, java.lang.String Comment)
          Constructs an operation that will insert an attribute of the given node.
AttributeDeleteOperation(DiffElement node, org.jdom.Attribute attr)
          Constructs an operation that will delete an attribute of the given node.
AttributeDeleteOperation(DiffElement node, org.jdom.Attribute attr, java.lang.String comment)
          Constructs an operation that will delete an attribute of the given node.
ElementRenameOperation(DiffElement node, java.lang.String newName)
          Constructs an object that will rename a node.
ElementRenameOperation(DiffElement node, java.lang.String newName, java.lang.String comment)
          Constructs an object that will rename a node.
ContentDeleteOperation(DiffElement node, java.lang.Object content)
          Constructs an operation that will delete content from the given node.
ContentDeleteOperation(DiffElement node, java.lang.Object content, java.lang.String comment)
          Constructs an operation that will delete content from the given node.
SubtreeDeleteOperation(DiffElement node)
          Constructs an operation that will delete a subtree from the tree.
SubtreeDeleteOperation(DiffElement node, java.lang.String comment)
          Constructs an operation that will delete a subtree from the tree.
AttributeModifyOperation(DiffElement node, org.jdom.Attribute newAttr)
          Constructs an operation that will modify an attribute of the given node.
AttributeModifyOperation(DiffElement node, org.jdom.Attribute newAttr, java.lang.String comment)
          Constructs an operation that will modify an attribute of the given node.
ContentAddOperation(DiffElement node, java.lang.Object content)
          Constructs an operation that will add content to the given node.
ContentAddOperation(DiffElement node, java.lang.Object content, java.lang.String comment)
          Constructs an operation that will add content to the given node.
SubtreeInsertOperation(DiffElement node)
          Constructs an operation that will insert a subtree into the tree.
SubtreeInsertOperation(DiffElement node, java.lang.String comment)
          Constructs an operation that will insert a subtree into the tree.
ElementDeleteOperation(DiffElement node)
          Constructs an operation that will delete an Element from the tree.
ElementDeleteOperation(DiffElement node, java.lang.String comment)
          Constructs an operation that will delete an Element from the tree.
 



Copyright © 2001 VM Systems, Inc. All Rights Reserved.