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

Packages that use XMLText
net.sourceforge.spedit.core   
 

Uses of XMLText in net.sourceforge.spedit.core
 

Fields in net.sourceforge.spedit.core declared as XMLText
protected  XMLText XMLTextWrapper.element
           
 

Methods in net.sourceforge.spedit.core with parameters of type XMLText
protected  boolean XMLDocument.isGarbage(XMLText elt)
          Tells wether or not the given element is a garbage element.
 org.jdom.Element XMLElement.addContent(XMLText text)
           
protected  org.jdom.Element XMLElement.silentAddContent(XMLText text)
          Just the same as the addContent method, but this time no notice is made to the containing document.
 

Constructors in net.sourceforge.spedit.core with parameters of type XMLText
XMLTextWrapper(XMLText element)