Uses of Class
net.sourceforge.spedit.core.XMLInformation

Packages that use XMLInformation
net.sourceforge.spedit.core   
 

Uses of XMLInformation in net.sourceforge.spedit.core
 

Fields in net.sourceforge.spedit.core declared as XMLInformation
protected  XMLInformation XMLElementWrapper.information
           
 

Methods in net.sourceforge.spedit.core that return XMLInformation
 XMLInformation XMLViewFactory.getElementInformation(Element e)
           
 XMLInformation XMLViewFactory.createXMLInformation(org.jdom.Element elt)
           
 XMLInformation XMLNode.getInformation()
           
 XMLInformation XMLElementWrapper.getInformation()
          Returns the information attached to this element.
 XMLInformation XMLTextWrapper.getInformation()
           
 

Methods in net.sourceforge.spedit.core with parameters of type XMLInformation
 void XMLNode.setInformation(XMLInformation info)
           
 void XMLElementWrapper.setInformation(XMLInformation info)
          Sets the information attached to this particular element.
 void XMLTextWrapper.setInformation(XMLInformation info)