Class ElementElementPair

java.lang.Object
  |
  +--ElementElementPair

public class ElementElementPair
extends java.lang.Object

Wrapper Class for Pair of Elements

Version:
Fri Feb 16 14:10:10 2001
Author:
M. Oliver Möller

Field Summary
 org.w3c.dom.Element first
          First of pair
 org.w3c.dom.Element second
          Second of pair
 
Constructor Summary
ElementElementPair(org.w3c.dom.Element theFirst, org.w3c.dom.Element theSecond)
          The only constructor.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

first

public org.w3c.dom.Element first
First of pair

second

public org.w3c.dom.Element second
Second of pair
Constructor Detail

ElementElementPair

public ElementElementPair(org.w3c.dom.Element theFirst,
                          org.w3c.dom.Element theSecond)
The only constructor.