wt.dataops.util.xml
Class XMLNode

java.lang.Object
  extended bywt.dataops.util.xml.XMLNode

public class XMLNode
extends Object


Field Summary
private  Document doc
           
private  Element elem
           
 
Constructor Summary
XMLNode(Document doc, Element elem)
           
 
Method Summary
 Document getDocument()
           
 Element getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

private Document doc

elem

private Element elem
Constructor Detail

XMLNode

public XMLNode(Document doc,
               Element elem)
Method Detail

getDocument

public Document getDocument()

getElement

public Element getElement()