Uses of Class
de.betabeans.scroogexhtml.dom.Document

Packages that use Document
de.betabeans.scroogexhtml.converter Provides the main converter classes. 
de.betabeans.scroogexhtml.debugging Provides the debugging classes. 
de.betabeans.scroogexhtml.dom Provides a light-weight 'document object model'. 
 

Uses of Document in de.betabeans.scroogexhtml.converter
 

Methods in de.betabeans.scroogexhtml.converter that return Document
 Document Writer.getDocument()
          Returns the document.
 Document DOMWriter.getDocument()
          Gets the document.
 

Uses of Document in de.betabeans.scroogexhtml.debugging
 

Methods in de.betabeans.scroogexhtml.debugging with parameters of type Document
 void DefaultDebugger.setDocument(Document adocument)
          Sets the document attribute of the Debugger object.
 void DebugInterface.setDocument(Document adocument)
          Sets the document attribute of the DebugInterface object.
 void EmptyDebugger.setDocument(Document adocument)
          Sets the document attribute of the EmptyDebugger object.
 

Uses of Document in de.betabeans.scroogexhtml.dom
 

Methods in de.betabeans.scroogexhtml.dom that return Document
protected  Document Paragraph.getDocument()
          Gets the document attribute.
 

Constructors in de.betabeans.scroogexhtml.dom with parameters of type Document
Paragraph(Document adocument)
          Constructor for the Paragraph object.
 



Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.