Uses of Class
ca.cbc.sportwire.servlet.data.DOMFile

Packages that use DOMFile
ca.cbc.sportwire.servlet.data   
 

Uses of DOMFile in ca.cbc.sportwire.servlet.data
 

Subclasses of DOMFile in ca.cbc.sportwire.servlet.data
 class JDOMDB
          JDOMDB is a JDOMFile that loads it's document via periodic updates from a database.
 class JDOMFile
          JDOMFile: Creates a JDOM wrapper around an XML Document; this class also provides an empty getInstance method for creating a javabean that can subsequently be loaded with an arbitrary XML document.
 class JDOMtext
          JDOMtext.java: Highly experimental -- uses an external process to create an HTML version of an ascii string, and then parses that text to get at the JDOM model.
 

Methods in ca.cbc.sportwire.servlet.data that return DOMFile
 DOMFile DOMDBFactory.dom(PathList pathinfo)
          dom: Returns the DOM object from pathlist; this is used in SportPage to get a DOM from the remainder of the path_info (not yet implemented for the SQL case)
 DOMFile DOMDBFactory.dom(java.lang.String spec)
          dom returns the DOM object according to a possibly custom DOM class specified by a dom.data.class property.
 DOMFile DOMDBFactory.loadDom(java.lang.String sql)
          loadDom: fetches the SQL as a DOMFile, based on the dom.db.class property setting for the type of DOM object
 DOMFile DOMFileFactory.dom(PathList pathinfo)
          dom: Returns the DOM object from pathlist; this is used in SportPage to get a DOM from the remainder of the path_info
 DOMFile DOMFileFactory.dom(java.lang.String pathinfo)
          dom returns the DOM object according to a possibly custom DOM class specified by a dom.data.class property.
 DOMFile DOMFileFactory.loadDom(java.lang.String filename)
          loadDom: loads the file as a DOMFile, based on the property setting for the type of DOM object
 DOMFile DOMFactory.dom(PathList pathinfo)
          dom: Returns the DOM object from a pathlist
 DOMFile DOMFactory.dom(java.lang.String spec)
          dom returns the DOM object according to a possibly custom DOM class specified by property.