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

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

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.bean
 

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

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