org.sourcejammer.project.model.filesys
Class NodeXMLBean

java.lang.Object
  |
  +--org.sourcejammer.project.model.filesys.NodeXMLBean

public class NodeXMLBean
extends java.lang.Object

Contains an XML document for a filesys project Node, along with handy pointers to some significant nodes on the XML doc.


Field Summary
private  org.w3c.dom.Document mdoc
           
private  org.w3c.dom.Element melmInfo
           
private  org.w3c.dom.Element melmRoot
           
 
Constructor Summary
NodeXMLBean()
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 org.w3c.dom.Element getInfoElement()
           
 org.w3c.dom.Element getRootElement()
           
 void setDocument(org.w3c.dom.Document doc)
           
 void setInfoElement(org.w3c.dom.Element elm)
           
 void setRootElement(org.w3c.dom.Element elm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mdoc

private org.w3c.dom.Document mdoc

melmRoot

private org.w3c.dom.Element melmRoot

melmInfo

private org.w3c.dom.Element melmInfo
Constructor Detail

NodeXMLBean

public NodeXMLBean()
Method Detail

setDocument

public void setDocument(org.w3c.dom.Document doc)

getDocument

public org.w3c.dom.Document getDocument()

setRootElement

public void setRootElement(org.w3c.dom.Element elm)

getRootElement

public org.w3c.dom.Element getRootElement()

setInfoElement

public void setInfoElement(org.w3c.dom.Element elm)

getInfoElement

public org.w3c.dom.Element getInfoElement()


Copyright © 2003 Soucejammer project.