|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.merge.AbstractMergeSet
org.codehaus.cargo.module.merge.MergeElement
MergeElement - a MergeSet that only contains one element from left or right.
Field Summary |
Fields inherited from class org.codehaus.cargo.module.merge.AbstractMergeSet |
inBoth, inLeftOnly, inRightOnly |
Constructor Summary | |
MergeElement(org.w3c.dom.Element leftParent,
org.w3c.dom.Element left,
org.w3c.dom.Element right)
Constructor. |
Method Summary | |
void |
add(org.w3c.dom.Element e)
As a result of the merge, add an element to the output. |
void |
remove(org.w3c.dom.Element e)
As a result of the merge, remove an element from the output. |
Methods inherited from class org.codehaus.cargo.module.merge.AbstractMergeSet |
merge |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MergeElement(org.w3c.dom.Element leftParent, org.w3c.dom.Element left, org.w3c.dom.Element right)
leftParent
- in the left hand elements parentleft
- in the left hand elementright
- in the right hand elementMethod Detail |
public void add(org.w3c.dom.Element e)
add
in class AbstractMergeSet
e
- the element to be addedAbstractMergeSet.add(org.w3c.dom.Element)
public void remove(org.w3c.dom.Element e)
remove
in class AbstractMergeSet
e
- the element to be removedAbstractMergeSet.remove(org.w3c.dom.Element)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |