A B C D E F G H I L M N O P R S T U

A

A - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML anchor.
ATTRIBUTES - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML attributes for elements.
AnchorElement - class de.goerntkai.scot.app.document.AnchorElement.
Represents an anchor element (<a>).
AnchorElement(String) - Constructor for class de.goerntkai.scot.app.document.AnchorElement
Inherited from the SCoTElement.
add(String) - Method in class de.goerntkai.scot.app.document.DivisionBlock
Adds a new element to the components.
add(String) - Method in class de.goerntkai.scot.app.document.FragmentBlock
Adds a new element to the components.
add(String) - Method in class de.goerntkai.scot.app.document.ListBlock
Adds a new element to the components.
add(ISCoTComponent) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Adds another component.
add(String) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Adds another component from a line string.
add(String) - Method in class de.goerntkai.scot.app.document.SimpleBlock
Adds another component from a line string.
add(String) - Method in class de.goerntkai.scot.app.document.TableBlock
Adds a new tablerow to the components.
add(String) - Method in class de.goerntkai.scot.app.document.TablerowBlock
Adds another component from a line string.
addContent(SCoTBlock[]) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Adds a new content block to the documents body.
addFrame(FrameComponent) - Method in class de.goerntkai.scot.app.document.FramesetComponent
Adds another frame to the definition.
addMetaData(ISCoTComponent) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Adds a new meta tag to the documents head.
addMetaData(ISCoTComponent[]) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Adds an array of new meta tags to the documents head.

B

BlockFactory - class de.goerntkai.scot.app.misc.BlockFactory.
A SCoTBlock should better be instantiated by the factory, because the factory knows what kind of SCoTBlock fits best.
BlockFactory() - Constructor for class de.goerntkai.scot.app.misc.BlockFactory
 

C

COMMENT - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML commenting line.
CommentElement - class de.goerntkai.scot.app.document.CommentElement.
Represents a comment element like <!
CommentElement(String) - Constructor for class de.goerntkai.scot.app.document.CommentElement
Inherited from the SCoTElement.
ComponentFactory - class de.goerntkai.scot.app.misc.ComponentFactory.
This class encapsulates Methods which create ISCoTComponents.
ComponentFactory() - Constructor for class de.goerntkai.scot.app.misc.ComponentFactory
 
Configuration - class de.goerntkai.scot.app.misc.Configuration.
Represents the configuration of SCoT from command line as well as from the configuration files.
Configuration(CmdLn, Properties) - Constructor for class de.goerntkai.scot.app.misc.Configuration
The constructor.
ContentDocument - class de.goerntkai.scot.app.document.ContentDocument.
Represents a file which is found in .
ContentDocument(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.ContentDocument
Instantiates one standard SCoT content file.
create(String, String) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Creates a new HTML document.
createBlock(String, Configuration) - Static method in class de.goerntkai.scot.app.misc.BlockFactory
Creates the proper kind of SCoTBlock for the line.
createFrameset(FramesetComponent, String, String) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Creates a new xHTML frameset document.

D

DD - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML definition list definition element.
DIV - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML division.
DT - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML definition list term.
DivisionBlock - class de.goerntkai.scot.app.document.DivisionBlock.
Represents a block which may contain all other blocks.
DivisionBlock(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.DivisionBlock
This constructor interpretes the given line.
de.goerntkai.scot.app - package de.goerntkai.scot.app
Provides for starting up the application, setting the environment and handling all SCoT things.
de.goerntkai.scot.app.document - package de.goerntkai.scot.app.document
Provides for handling SCoT documents and their contents.
de.goerntkai.scot.app.misc - package de.goerntkai.scot.app.misc
Provides for miscellaneous jobs.

E

EntityCommando - class de.goerntkai.scot.app.document.EntityCommando.
Represents an HTML entity.
EntityCommando(String) - Constructor for class de.goerntkai.scot.app.document.EntityCommando
Inherited from the SCoTCommando.

F

FRAGMENT - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML fragment for include.
FragmentBlock - class de.goerntkai.scot.app.document.FragmentBlock.
Represents a block that contains all blocks in a fragment file.
FragmentBlock() - Constructor for class de.goerntkai.scot.app.document.FragmentBlock
The standard constructor.
FrameComponent - class de.goerntkai.scot.app.document.FrameComponent.
Represents a frame definition, found in a FramesetDocument.
FrameComponent(String) - Constructor for class de.goerntkai.scot.app.document.FrameComponent
This construtor parses the line and sets the internal values.
FramesetComponent - class de.goerntkai.scot.app.document.FramesetComponent.
Represents a frameset definition, found in a FramesetDocument.
FramesetComponent(String) - Constructor for class de.goerntkai.scot.app.document.FramesetComponent
This constructor parses the frameset definition line.
FramesetDocument - class de.goerntkai.scot.app.document.FramesetDocument.
Represents a file which is found in .
FramesetDocument(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.FramesetDocument
Instantiates one frameset definition file.
format(LogRecord) - Method in class de.goerntkai.scot.app.misc.LogFormatter
Formats the log output.

G

getAttributes(Document) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Returns the attributes for this block as an array of DOM nodes.
getBaseURL() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getBlocks(int) - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns the lines beginning with the starting index as an array of block definitions.
getCommandoAsHTML(Document, int) - Method in class de.goerntkai.scot.app.document.SCoTCommando
Returns the given subcommando as its HTML representation.
getComponents() - Method in class de.goerntkai.scot.app.document.SCoTBlock
Returns all components belonging to this block as an array.
getConfiguration() - Method in class de.goerntkai.scot.app.document.SCoTBlock
 
getConfiguration() - Method in class de.goerntkai.scot.app.document.SCoTDocument
 
getContent() - Method in class de.goerntkai.scot.app.document.ContentDocument
Returns the content as an array of SCoTBlocks.
getContent() - Method in class de.goerntkai.scot.app.document.HeaderDocument
Returns the content as an array of SCoTBlocks.
getDefaultBaseTarget() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getDefaultFavIcon() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getDestinationPath() - Method in class de.goerntkai.scot.app.misc.Configuration
Returns the destination path this instance has to work with.
getFrameset() - Method in class de.goerntkai.scot.app.document.FramesetDocument
Returns the frameset definition.
getHTMLEncoding() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getHTMLFavIcon() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getHTMLPublicID() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getHTMLStandardSuffix() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getHTMLSystemID() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getHypertextOverviewLinkMeaning() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getLastComponent() - Method in class de.goerntkai.scot.app.document.SCoTBlock
Returns the last component.
getLine(int) - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns the line with the given index.
getLines() - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns an array with all the lines in the file.
getLines(int) - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns an array of the lines from the file.
getLines(int, int) - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns an array of lines from the file.
getOverview(String) - Method in class de.goerntkai.scot.app.document.HeaderDocument
Returns the overview as an array of SCoTBlocks.
getParameter(int) - Method in class de.goerntkai.scot.app.document.SCoTCommando
Returns the parameter of the given index.
getParts() - Method in class de.goerntkai.scot.app.document.SCoTElement
Returns the parts, this element consists of.
getReference() - Method in class de.goerntkai.scot.app.document.SCoTDocument
Returns the reference that another file will need to set a link to this HTML document.
getSCoTAssignmentOperator() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSCoTSeparator() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSize() - Method in class de.goerntkai.scot.app.document.FramesetComponent
TODO comment me TODO test me
getSourceContentOrderFile() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourceContentsRoot() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourceFragmentsRoot() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourceFramesetsRoot() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourceImagesRoot() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourcePageFooterFile() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourcePageHeaderFile() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourcePath() - Method in class de.goerntkai.scot.app.misc.Configuration
Returns the source path this instance has to work with.
getSourceProjectPropertiesFile() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getSourceStandardSuffix() - Method in class de.goerntkai.scot.app.misc.Configuration
Returns the file name suffix of all SCoT source files.
getSourceStylesheetsRoot() - Method in class de.goerntkai.scot.app.misc.Configuration
 
getStylesheet() - Method in class de.goerntkai.scot.app.document.FramesetDocument
Deprecated.  
getStylesheet() - Method in class de.goerntkai.scot.app.document.HeaderDocument
Deprecated.  
getStylesheets() - Method in class de.goerntkai.scot.app.document.FramesetDocument
Returns the array of stylesheets for that HTML document.
getStylesheets() - Method in class de.goerntkai.scot.app.document.HeaderDocument
Returns the array of stylesheets for that HTML document.
getStylesheets(String, Configuration, String) - Static method in class de.goerntkai.scot.app.misc.ComponentFactory
Returns the array of stylesheets for that HTML document.
getTagName() - Method in class de.goerntkai.scot.app.document.SCoTElement
Returns the name of the HTML tag, this element gets, if there is any.
getTitle() - Method in class de.goerntkai.scot.app.document.FramesetDocument
Returns the title element for that HTML document.
getTitle() - Method in class de.goerntkai.scot.app.document.HeaderDocument
Returns the title element for that HTML document.
getURLSeparator() - Method in class de.goerntkai.scot.app.misc.Configuration
 

H

H1 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 1.
H2 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 2.
H3 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 3.
H4 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 4.
H5 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 5.
H6 - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML heading line tag of level 6.
HR - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML horizontal line.
HTMLDocument - class de.goerntkai.scot.app.misc.HTMLDocument.
Represents the HTML document.
HTMLDocument() - Constructor for class de.goerntkai.scot.app.misc.HTMLDocument
 
HeaderDocument - class de.goerntkai.scot.app.document.HeaderDocument.
Represents a file which is found in .
HeaderDocument(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.HeaderDocument
Instantiates one content.order file.

I

IMean - interface de.goerntkai.scot.app.misc.IMean.
Holds the meanings of the first character of every content line in a SCoT file.
ISCoTComponent - interface de.goerntkai.scot.app.document.ISCoTComponent.
A ISCoTComponent is something that a SCoTBlock contains.
isBaseSet() - Method in class de.goerntkai.scot.app.misc.Configuration
Returns wether the BinaryOption base is set or not.
isEmpty() - Method in class de.goerntkai.scot.app.misc.HTMLDocument
The given document is checked wether its body or frameset section has child nodes.
isKeepSet() - Method in class de.goerntkai.scot.app.misc.Configuration
Returns wether the UnaryOption keep is set or not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.DivisionBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.FragmentBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.ListBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.SimpleBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.TableBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.
isMeaningEqual(String) - Method in class de.goerntkai.scot.app.document.TablerowBlock
Returns true when the meaning of the line is the same as the meaning of the block and false if not.

L

ListBlock - class de.goerntkai.scot.app.document.ListBlock.
Represents a block of lines forming an ordered list, an unordered list or a definition list.
ListBlock(String) - Constructor for class de.goerntkai.scot.app.document.ListBlock
Deprecated.  
ListBlock(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.ListBlock
This constructor interpretes the given line.
LogFormatter - class de.goerntkai.scot.app.misc.LogFormatter.
LogFormatter formats the log output in a single line fashion for the log being more easy to read.
LogFormatter() - Constructor for class de.goerntkai.scot.app.misc.LogFormatter
Standard Constructor.
log() - Method in class de.goerntkai.scot.app.misc.Configuration
Prints the key-value-pairs of the command line and the properties to the log file.

M

Main - class de.goerntkai.scot.app.Main.
Main configures and starts up the application.
main(String[]) - Static method in class de.goerntkai.scot.app.Main
Instantiates Main and runs start.

N

NoframesComponent - class de.goerntkai.scot.app.document.NoframesComponent.
Represents a noframes definition, found in a FramesetDocument.
NoframesComponent(SCoTBlock[]) - Constructor for class de.goerntkai.scot.app.document.NoframesComponent
Stores the content blocks.

O

OL_LI - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML ordered list element.
OrderDocument - class de.goerntkai.scot.app.document.OrderDocument.
Represents the content.order file.
OrderDocument(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.OrderDocument
Instantiates one content.order file.

P

P - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML paragraph line.
printLogLocation() - Method in class de.goerntkai.scot.app.SCoT
Prints the location of the log files to standard out.

R

replaceLastComponentBy(ISCoTComponent) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Replaces the last component by the given one.

S

SCoT - class de.goerntkai.scot.app.SCoT.
The core of the application.
SCoT(CmdLn, String) - Constructor for class de.goerntkai.scot.app.SCoT
Instantiates the application core.
SCoTBlock - class de.goerntkai.scot.app.document.SCoTBlock.
A SCoTBlock is just a container for ISCoTComponents.
SCoTBlock() - Constructor for class de.goerntkai.scot.app.document.SCoTBlock
Deprecated.  
SCoTBlock(Configuration) - Constructor for class de.goerntkai.scot.app.document.SCoTBlock
This constructor sets the configuration.
SCoTCommando - class de.goerntkai.scot.app.document.SCoTCommando.
A SCoTCommando is content which HTML representation is an inline tag or an entity like &nbsp;.
SCoTCommando(String) - Constructor for class de.goerntkai.scot.app.document.SCoTCommando
This constructor parses the given commando.
SCoTDocument - class de.goerntkai.scot.app.document.SCoTDocument.
Every file that is a source to SCoT is a SCoTDocument.
SCoTDocument(String, Configuration) - Constructor for class de.goerntkai.scot.app.document.SCoTDocument
Instantiates and reads the file.
SCoTElement - class de.goerntkai.scot.app.document.SCoTElement.
A SCoTElement is content which HTML representation is a blockbuilding tag.
SCoTElement(String) - Constructor for class de.goerntkai.scot.app.document.SCoTElement
This constructor interpretes and parses the given line.
SCoTException - exception de.goerntkai.scot.app.misc.SCoTException.
Whenever there is an exception specific to SCoT, this one is thrown.
SCoTException() - Constructor for class de.goerntkai.scot.app.misc.SCoTException
Constructor inherited from java.lang.Exception.
SCoTException(String) - Constructor for class de.goerntkai.scot.app.misc.SCoTException
Constructor inherited from java.lang.Exception.
SCoTException(String, Throwable) - Constructor for class de.goerntkai.scot.app.misc.SCoTException
Constructor inherited from java.lang.Exception.
SCoTException(Throwable) - Constructor for class de.goerntkai.scot.app.misc.SCoTException
Constructor inherited from java.lang.Exception.
SimpleBlock - class de.goerntkai.scot.app.document.SimpleBlock.
Represents a block that exactly consist of one SCoTElement.
SimpleBlock(String) - Constructor for class de.goerntkai.scot.app.document.SimpleBlock
This constructor interpretes the given line.
SimpleCommando - class de.goerntkai.scot.app.document.SimpleCommando.
Represents an usual commando like <img>.
SimpleCommando(String) - Constructor for class de.goerntkai.scot.app.document.SimpleCommando
Inherited from the SCoTCommando.
SimpleComponent - class de.goerntkai.scot.app.document.SimpleComponent.
Represents a HTML element that may contain attributes as well as a text content.
SimpleComponent(String) - Constructor for class de.goerntkai.scot.app.document.SimpleComponent
This constructor stores the name of the HTML tag.
SimpleComponent(String, String) - Constructor for class de.goerntkai.scot.app.document.SimpleComponent
This constructor stores the name of the HTML tag.
SimpleElement - class de.goerntkai.scot.app.document.SimpleElement.
Represents an usual element like <p>.
SimpleElement(String) - Constructor for class de.goerntkai.scot.app.document.SimpleElement
Inherited from the SCoTElement.
save(String, String) - Method in class de.goerntkai.scot.app.misc.HTMLDocument
Stores the HTML document to the given path.
setAttribute(String, String) - Method in class de.goerntkai.scot.app.document.SimpleComponent
Sets an attribute of a given name to the given value.
setAttributes(String[]) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Sets the attributes for this block.
setNoframes(NoframesComponent) - Method in class de.goerntkai.scot.app.document.FramesetComponent
Sets the noframes definition.
start() - Method in class de.goerntkai.scot.app.SCoT
Starts SCoT.

T

TD - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML table cell.
TH - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML table heading cell.
TableBlock - class de.goerntkai.scot.app.document.TableBlock.
Represents a block of lines forming a table.
TableBlock(String) - Constructor for class de.goerntkai.scot.app.document.TableBlock
This constructor interpretes the given line.
TablerowBlock - class de.goerntkai.scot.app.document.TablerowBlock.
Represents a line forming a tablerow.
TablerowBlock(String) - Constructor for class de.goerntkai.scot.app.document.TablerowBlock
This constructor parses the given line.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.AnchorElement
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.CommentElement
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.DivisionBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.EntityCommando
Returns the HTML representation of the commando.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.FragmentBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.FrameComponent
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.FramesetComponent
Returns the HTML representation of the element.
toHTML(Document) - Method in interface de.goerntkai.scot.app.document.ISCoTComponent
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.ListBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.NoframesComponent
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SCoTBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SCoTCommando
Returns the HTML representation of the commando.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SCoTElement
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SimpleBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SimpleCommando
Returns the HTML representation of the commando.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SimpleComponent
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.SimpleElement
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.TableBlock
Returns the HTML representation of the element.
toHTML(Document) - Method in class de.goerntkai.scot.app.document.TablerowBlock
Returns the HTML representation of the element.
toString() - Method in class de.goerntkai.scot.app.document.SCoTDocument
This method is mainly contained for debugging.

U

UL_LI - Static variable in interface de.goerntkai.scot.app.misc.IMean
HTML unordered list element.

A B C D E F G H I L M N O P R S T U

© 2004 by Kai Görnt