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

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

Uses of XMLDocument in net.sourceforge.spedit.app
 

Fields in net.sourceforge.spedit.app declared as XMLDocument
protected  XMLDocument NavigationTree.Model.document
           
protected  XMLDocument Application.DocumentFrame.document
           
 

Methods in net.sourceforge.spedit.app that return XMLDocument
 XMLDocument Application.DocumentFrame.getDocument()
           
 

Methods in net.sourceforge.spedit.app with parameters of type XMLDocument
 void NavigationTree.setDocument(XMLDocument doc)
           
 void Application.setCurrentDocument(XMLDocument doc)
           
 void Application.DocumentFrame.setDocument(XMLDocument doc)
           
 

Constructors in net.sourceforge.spedit.app with parameters of type XMLDocument
NavigationTree.Model(XMLDocument doc)
           
 

Uses of XMLDocument in net.sourceforge.spedit.core
 

Methods in net.sourceforge.spedit.core that return XMLDocument
static XMLDocument XMLDocument.loadFromFile(File file, XMLViewFactory fact)
          Loads the given file and tries to generate an XMLDocument instance from its content.
 

Methods in net.sourceforge.spedit.core with parameters of type XMLDocument
 void XMLElement.setDocument(XMLDocument doc)
          Sets the parent document of this XMLElement.
 

Constructors in net.sourceforge.spedit.core with parameters of type XMLDocument
XMLDocument.DocumentEvent(XMLDocument doc, int offs, int len)
          Cretes a new document event that represents a removal of len characters starting at offset offs in document doc..
XMLDocument.DocumentEvent(XMLDocument doc, int offs, String value)
          Cretes a new document event that represents an insertion of the value string at starting at offset offs in document doc..