Uses of Class
frysk.dom.DOMSource

Packages that use DOMSource
frysk.dom   
frysk.dom.cparser   
frysk.rt   
 

Uses of DOMSource in frysk.dom
 

Methods in frysk.dom that return DOMSource
 DOMSource DOMImage.addSource(Proc proc, SourceLocation line, DOMFrysk dom)
          adds a source element under this DOMImage
 DOMSource DOMFunction.getSource()
          Since all functions are contained in source files, just return the parent source file.
 DOMSource DOMImage.getSource(String name)
          Attempts to fetch an image of the given name from the DOM.
 

Methods in frysk.dom with parameters of type DOMSource
 void DOMImage.addSource(DOMSource source)
          Adds the given DOMSource as a source in this image
static DOMFunction DOMFunction.createDOMFunction(DOMSource parent, String name, String source, int lineStart, int lineEnd, int start, int end, String func_call)
          creates a DOMFunction element to a source file in the DOM
 void StaticParser.parse(DOMFrysk dom, DOMSource source, DOMImage image)
          Parses the given file for syntax and other static information and stores the info in the specified buffer
 void DOMInlineInstance.setParent(DOMSource parent)
          Set the parent Element for this DOMInlineInstance
 void DOMFunction.setParent(DOMSource parent)
          Set the parent Element for this DOMFunction
 

Uses of DOMSource in frysk.dom.cparser
 

Methods in frysk.dom.cparser with parameters of type DOMSource
 void CTagsParser.parse(DOMFrysk dom, DOMSource source, DOMImage image)
           
 void SimpleParser.parse(DOMFrysk dom, DOMSource source, DOMImage image)
           
 

Uses of DOMSource in frysk.rt
 

Methods in frysk.rt that return DOMSource
 DOMSource LineXXX.getDOMSource()