Package de.goerntkai.scot.app.document

Provides for handling SCoT documents and their contents.

See:
          Description

Interface Summary
ISCoTComponent A ISCoTComponent is something that a SCoTBlock contains.
 

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

Package de.goerntkai.scot.app.document Description

Provides for handling SCoT documents and their contents. There is everything in here that is a document itself or is a part of a document.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.4.1_02


© 2004 by Kai Görnt