Uses of Class
com.japisoft.xmlpad.editor.XMLDocument

Packages that use XMLDocument
com.japisoft.xmlpad   
com.japisoft.xmlpad.editor   
 

Uses of XMLDocument in com.japisoft.xmlpad
 

Methods in com.japisoft.xmlpad that return XMLDocument
 XMLDocument XMLContainer.getDocument()
           
 

Uses of XMLDocument in com.japisoft.xmlpad.editor
 

Methods in com.japisoft.xmlpad.editor that return XMLDocument
 XMLDocument XMLEditor.getXMLDocument()
           
 

Methods in com.japisoft.xmlpad.editor with parameters of type XMLDocument
 void XMLEditor.resetDocument(XMLDocument doc)
           
 

Constructors in com.japisoft.xmlpad.editor with parameters of type XMLDocument
XMLEditorKit(XMLDocument doc)