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

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

Uses of XMLViewFactory in net.sourceforge.spedit.app
 

Fields in net.sourceforge.spedit.app declared as XMLViewFactory
protected  XMLViewFactory Application.DocumentFrame.factory
           
 

Uses of XMLViewFactory in net.sourceforge.spedit.core
 

Methods in net.sourceforge.spedit.core with parameters of type XMLViewFactory
static XMLDocument XMLDocument.loadFromFile(File file, XMLViewFactory fact)
          Loads the given file and tries to generate an XMLDocument instance from its content.
 void XMLDocument.filter(XMLViewFactory factory)
          Filters the given document, removing text nodes that contain no characters.
protected  void XMLDocument.filter(org.jdom.Element element, XMLViewFactory factory)
          Filters the given element recursively.