Uses of Interface
de.goerntkai.scot.app.document.ISCoTComponent

Packages that use ISCoTComponent
de.goerntkai.scot.app.document Provides for handling SCoT documents and their contents.  
de.goerntkai.scot.app.misc Provides for miscellaneous jobs.  
 

Uses of ISCoTComponent in de.goerntkai.scot.app.document
 

Classes in de.goerntkai.scot.app.document that implement ISCoTComponent
 class AnchorElement
          Represents an anchor element (<a>).
 class CommentElement
          Represents a comment element like <!
 class DivisionBlock
          Represents a block which may contain all other blocks.
 class EntityCommando
          Represents an HTML entity.
 class FragmentBlock
          Represents a block that contains all blocks in a fragment file.
 class FrameComponent
          Represents a frame definition, found in a FramesetDocument.
 class FramesetComponent
          Represents a frameset definition, found in a FramesetDocument.
 class ListBlock
          Represents a block of lines forming an ordered list, an unordered list or a definition list.
 class NoframesComponent
          Represents a noframes definition, found in a FramesetDocument.
 class SCoTBlock
          A SCoTBlock is just a container for ISCoTComponents.
 class SCoTCommando
          A SCoTCommando is content which HTML representation is an inline tag or an entity like &nbsp;.
 class SCoTElement
          A SCoTElement is content which HTML representation is a blockbuilding tag.
 class SimpleBlock
          Represents a block that exactly consist of one SCoTElement.
 class SimpleCommando
          Represents an usual commando like <img>.
 class SimpleComponent
          Represents a HTML element that may contain attributes as well as a text content.
 class SimpleElement
          Represents an usual element like <p>.
 class TableBlock
          Represents a block of lines forming a table.
 class TablerowBlock
          Represents a line forming a tablerow.
 

Methods in de.goerntkai.scot.app.document that return ISCoTComponent
 ISCoTComponent[] SCoTBlock.getComponents()
          Returns all components belonging to this block as an array.
 ISCoTComponent SCoTBlock.getLastComponent()
          Returns the last component.
 ISCoTComponent HeaderDocument.getStylesheet()
          Deprecated.  
 ISCoTComponent[] HeaderDocument.getStylesheets()
          Returns the array of stylesheets for that HTML document.
 ISCoTComponent HeaderDocument.getTitle()
          Returns the title element for that HTML document.
 ISCoTComponent FramesetDocument.getStylesheet()
          Deprecated.  
 ISCoTComponent[] FramesetDocument.getStylesheets()
          Returns the array of stylesheets for that HTML document.
 ISCoTComponent FramesetDocument.getTitle()
          Returns the title element for that HTML document.
 

Methods in de.goerntkai.scot.app.document with parameters of type ISCoTComponent
 void SCoTBlock.add(ISCoTComponent component)
          Adds another component.
 void SCoTBlock.replaceLastComponentBy(ISCoTComponent component)
          Replaces the last component by the given one.
 

Uses of ISCoTComponent in de.goerntkai.scot.app.misc
 

Methods in de.goerntkai.scot.app.misc that return ISCoTComponent
static ISCoTComponent[] ComponentFactory.getStylesheets(java.lang.String line, Configuration configuration, java.lang.String title)
          Returns the array of stylesheets for that HTML document.
 

Methods in de.goerntkai.scot.app.misc with parameters of type ISCoTComponent
 void HTMLDocument.addMetaData(ISCoTComponent metaData)
          Adds a new meta tag to the documents head.
 void HTMLDocument.addMetaData(ISCoTComponent[] metaData)
          Adds an array of new meta tags to the documents head.
 



© 2004 by Kai Görnt