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

Packages that use XMLElement
net.sourceforge.spedit.app   
net.sourceforge.spedit.core   
 

Uses of XMLElement in net.sourceforge.spedit.app
 

Fields in net.sourceforge.spedit.app declared as XMLElement
protected  XMLElement Application.DocumentFrame.ActionElementInsert.newElement
           
 

Constructors in net.sourceforge.spedit.app with parameters of type XMLElement
Application.DocumentFrame.ActionElementInsert(XMLElementWrapper wrp, XMLElement elt, int pos)
           
 

Uses of XMLElement in net.sourceforge.spedit.core
 

Fields in net.sourceforge.spedit.core declared as XMLElement
protected  XMLElement XMLElementWrapper.element
           
protected  XMLElement XMLTextWrapper.parent
           
 

Methods in net.sourceforge.spedit.core that return XMLElement
 XMLElement XMLElementWrapper.getXMLElement()
          Returns the XMLElement that this wrapper wraps.
 

Methods in net.sourceforge.spedit.core with parameters of type XMLElement
 void XMLText.setParent(XMLElement parent)
           
 void XMLDocument.insertElement(XMLElement element, int offset)
          Prepends the element at the given offset in the text.
 void XMLElementWrapper.insert(XMLElement elt, int offset, Position.Bias bias)
          Inserts the given element at the given offset in the text.
 

Constructors in net.sourceforge.spedit.core with parameters of type XMLElement
XMLText(String s, XMLElement parent)
           
XMLElementWrapper(XMLElement element)
          Constructs a new XMLElemetWrapper fron the given XMLElement, which is a JDOM Element sublass.