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