Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttribute(Attribute) - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Adds an attribute to the list of attributes for this directive.
- addDirective(Directive) - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directives
-
Adds an directive to the list of directives.
- addEscapes(String) - Static method in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addJar(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds all the tag libraries found in the given JAR.
- addTagDir(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds the given directory of tag files.
- addTagLibrary(TagLibrary) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds the given Tag Library to the list of Tag Libraries to generate documentation for.
- addTld(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds the given individual TLD file.
- addWar(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds all the tag libraries found in the given web application packaged as a WAR file.
- addWebApp(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Adds all the tag libraries found in the given web application.
- adjustBeginLineColumn(int, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- Attribute - Class in io.github.weblegacy.tlddoc.tagfileparser
-
An attribute for this directive.
- Attribute(String, String) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Creates a new instance of Attribute.
B
- backtrackPath(Path, String) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Start from the dir and backtrack, using the path as a relative path.
- backup(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Backup a number of characters.
- BEGIN_QUOTE_DOUBLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- BEGIN_QUOTE_SINGLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- beginColumn - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Start.
- bufcolumn - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- buffer - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- bufline - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- bufpos - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Position in buffer.
C
- children - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- clearNodeScope(Node) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- close() - Method in class io.github.weblegacy.tlddoc.TagDirImplicitTagLibrary
- close() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Provider
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.StreamProvider
- close() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.StringProvider
- close() - Method in class io.github.weblegacy.tlddoc.TldFileTagLibrary
- close() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
- closeNodeScope(Node, boolean) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- closeNodeScope(Node, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- column - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- Comment() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- Constants - Class in io.github.weblegacy.tlddoc
-
Various constants used by TldDoc.
- curChar - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
- currentToken - Variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
This is the last token that has been consumed successfully.
D
- DEBUG_INPUT_DOCUMENT - Static variable in class io.github.weblegacy.tlddoc.Constants
-
If
true, outputs the input to the transform before generation. - debugStream - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Debug output.
- DEFAULT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- DEFAULT_DOC_TITLE - Static variable in class io.github.weblegacy.tlddoc.Constants
-
Default Document-title.
- DEFAULT_SEPARATOR - Static variable in class io.github.weblegacy.tlddoc.Utils
-
The name separator as a string from the default-file-system.
- DEFAULT_WINDOW_TITLE - Static variable in class io.github.weblegacy.tlddoc.Constants
-
Default Window-title.
- Directive - Class in io.github.weblegacy.tlddoc.tagfileparser
-
Encapsulates a directive in a tag file.
- Directive() - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Creates a new instance of Directive.
- directives - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
The set of directives in this tag file
- Directives - Class in io.github.weblegacy.tlddoc.tagfileparser
-
Encapsulates all directives in a tag file.
- Directives() - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.Directives
-
Creates a new instance of Directives.
- disable_tracing() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Disable tracing.
- Done() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Reset buffer when finished.
- dump(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
E
- enable_tracing() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Enable tracing.
- END_DIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- END_QUOTE_DOUBLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- END_QUOTE_SINGLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- endColumn - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
The column number of the last character of this Token.
- endLine - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
The line number of the last character of this Token.
- ensureOpen() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Opens the WAR/JAR-file if it is not open yet.
- EOF - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
End of File.
- EOL - Static variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
The end of line string (we do not use System.getProperty("") so that we are compatible with Android/GWT);
- EQ - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- ExpandBuff(boolean) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- expectedTokenSequences - Variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
Each entry in this array is an array of integers.
F
- FillBuff() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
G
- generate() - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Commences documentation generation.
- generateParseException() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Generate ParseException.
- GeneratorException - Exception Class in io.github.weblegacy.tlddoc.main
-
Exception for generations-errors.
- GeneratorException() - Constructor for exception class io.github.weblegacy.tlddoc.main.GeneratorException
-
Creates a new instance of
GeneratorExceptionwithout detail message. - GeneratorException(String) - Constructor for exception class io.github.weblegacy.tlddoc.main.GeneratorException
-
Constructs an instance of
GeneratorExceptionwith the specified detail message. - GeneratorException(Throwable) - Constructor for exception class io.github.weblegacy.tlddoc.main.GeneratorException
-
Constructs an instance of
GeneratorExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - getAttributes() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Returns the unmodifiable list of attributes in this directive.
- getBeginColumn() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get token beginning line number.
- getColumn() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Deprecated.
- getDirectiveName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Getter for property directiveName.
- getDirectives() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directives
-
Returns the unmodifiable list of directives.
- getDirectives() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Returns the list of directives in this tag file.
- getEndColumn() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get token end line number.
- getEntry() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns the name of the JarEntry.
- getId() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
- getId() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- GetImage() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get token literal value.
- getInputStream(String) - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns an input stream for reading the contents of the specified WAR/JAR-file entry.
- getInputStream(String) - Method in class io.github.weblegacy.tlddoc.WarJarTldFileTagLibrary
-
Returns an input stream for reading the contents of the specified JAR-file entry from the JAR-file in the WAR-file.
- getLine() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Deprecated.
- getLowerFileName(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Returns from the file the file-name-part in lower-case.
- getMessage() - Method in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Getter for property name.
- getNextToken() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Get the next Token.
- getNextToken() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Get the next Token.
- getPathDescription() - Method in interface io.github.weblegacy.tlddoc.main.TagLibrary
-
Returns a String that the user would recognize as a location for this tag library.
- getPathDescription() - Method in class io.github.weblegacy.tlddoc.TagDirImplicitTagLibrary
-
Returns a String that the user would recognize as a location for this tag library.
- getPathDescription() - Method in class io.github.weblegacy.tlddoc.TldFileTagLibrary
-
Returns a String that the user would recognize as a location for this tag library.
- getPathDescription() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns a String that the user would recognize as a location for this tag library.
- getPathDescription() - Method in class io.github.weblegacy.tlddoc.WarJarTldFileTagLibrary
-
Returns a String that the user would recognize as a location for this tag library.
- getResource(String) - Method in interface io.github.weblegacy.tlddoc.main.TagLibrary
-
Returns an input stream for the given resource, or
nullif the resource could not be found. - getResource(String) - Method in class io.github.weblegacy.tlddoc.TagDirImplicitTagLibrary
-
Returns an input stream for the given resource, or
nullif the resource could not be found. - getResource(String) - Method in class io.github.weblegacy.tlddoc.TldFileTagLibrary
-
Returns an input stream for the given resource, or
nullif the resource could not be found. - getResource(String) - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns an input stream for the given resource, or
nullif the resource could not be found. - GetSuffix(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Get the suffix.
- getTabSize() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- getTldDocument(DocumentBuilder) - Method in interface io.github.weblegacy.tlddoc.main.TagLibrary
-
Returns a Document of the effective tag library descriptor for this tag library.
- getTldDocument(DocumentBuilder) - Method in class io.github.weblegacy.tlddoc.TagDirImplicitTagLibrary
-
Returns a Document of the effective tag library descriptor for this tag library.
- getTldDocument(DocumentBuilder) - Method in class io.github.weblegacy.tlddoc.TldFileTagLibrary
-
Returns a Document of the effective tag library descriptor for this tag library.
- getTldDocument(DocumentBuilder) - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns a Document of the effective tag library descriptor for this tag library.
- getTldDocument(DocumentBuilder) - Method in class io.github.weblegacy.tlddoc.WarTagDirImplicitTagLibrary
-
Returns a Document of the effective tag library descriptor for this tag library.
- getToken(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Get the specific Token.
- getValue() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Getter for property value.
- getValue() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
An optional attribute value of the Token.
- getWarJar() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns the WAR/JAR container-file.
- getWarJarFile() - Method in class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Returns the WAR/JAR-file itself.
I
- id - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- image - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
The string image of the token.
- inBuf - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- Input() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- input_stream - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
- inputStream - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- INVALID_LEXICAL_STATE - Static variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Tried to change to an invalid lexical state.
- io.github.weblegacy.tlddoc - module io.github.weblegacy.tlddoc
-
Module-Info for TldDoc-Generator.
- io.github.weblegacy.tlddoc - package io.github.weblegacy.tlddoc
- io.github.weblegacy.tlddoc.main - package io.github.weblegacy.tlddoc.main
- io.github.weblegacy.tlddoc.tagfileparser - package io.github.weblegacy.tlddoc.tagfileparser
- io.github.weblegacy.tlddoc.tagfileparser.javacc - package io.github.weblegacy.tlddoc.tagfileparser.javacc
- isJar(String) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a jar-file (ends with
.jar). - isJar(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a jar-file (ends with
.jar). - isQuiet() - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Returns
trueif the generator is in quiet mode orfalseif not. - isTag(String) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a tag-file (ends with
.tagor.tagx). - isTag(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a tag-file (ends with
.tagor.tagx). - isTld(String) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a tld-file (ends with
.tld). - isTld(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Checks if the file is a tld-file (ends with
.tld). - isVerbose() - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Returns
trueif the generator is in verbose mode orfalseif not. - isWebInf(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Tests if the path is the WEB-INF directory.
J
- JarTldFileTagLibrary - Class in io.github.weblegacy.tlddoc
-
Tag library that gets its information from a TLD file in a JAR.
- JarTldFileTagLibrary(Path, String) - Constructor for class io.github.weblegacy.tlddoc.JarTldFileTagLibrary
-
Creates a new instance of
JarTldFileTagLibrary. - jj_nt - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Next token.
- jjFillToken() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
- jjnewLexState - Static variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Token literal values.
- jjtAddChild(Node, int) - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- jjtClose() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- JJTCOMMENT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- jjtGetChild(int) - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- jjtGetNumChildren() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- jjtGetParent() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
- jjtGetParent() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- jjtGetValue() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- JJTINPUT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTJSPATTRIBUTENAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTJSPATTRIBUTEVALUE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTJSPDIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTJSPDIRECTIVENAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTJSPTAGDEF - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- jjtNodeName - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- jjtOpen() - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- JJTOTHERCONTENT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- jjtree - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- jjtSetParent(Node) - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- jjtSetValue(Object) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- JJTTagFileState - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
- JJTTagFileState() - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- JJTXMLATTRIBUTENAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTXMLATTRIBUTEVALUE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTXMLDIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JJTXMLDIRECTIVENAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTreeConstants
- JSP_ATTRIBUTE_NAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSP_ATTRIBUTE_VALUE1 - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSP_ATTRIBUTE_VALUE2 - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSP_COMMENT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSP_DIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSP_DIRECTIVE_NAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- JSPAttributeName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- JSPAttributeValue() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- JSPDirective() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- JSPDirectiveAttributeName - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- JSPDirectiveAttributeValueDouble - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- JSPDirectiveAttributeValueSingle - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- JSPDirectiveName - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- JSPDirectiveName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- JSPTagDef() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
K
- kind - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
An integer that describes the kind of this token.
L
- LEXICAL_ERROR - Static variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Lexer state names.
- line - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- LOOP_DETECTED - Static variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Detected (and bailed out of) an infinite loop in the token manager.
M
- main(String[]) - Static method in class io.github.weblegacy.tlddoc.main.TldDoc
-
The main-entry-point for TldDoc.
- main(String[]) - Static method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- maxNextCharInd - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
N
- newToken(int) - Static method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
- newToken(int, String) - Static method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
Returns a new Token object, by default.
- next - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
A reference to the next regular (non-special) token from the input stream.
- Node - Interface in io.github.weblegacy.tlddoc.tagfileparser.javacc
- nodeArity() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- nodeCreated() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- NS_J2EE - Static variable in class io.github.weblegacy.tlddoc.Constants
-
Namespace for J2EE.
- NS_JAKARTAEE - Static variable in class io.github.weblegacy.tlddoc.Constants
-
Namespace for Jakarta EE.
- NS_JAVAEE - Static variable in class io.github.weblegacy.tlddoc.Constants
-
Namespace for Java EE.
O
- openNodeScope(Node) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- OTHER_CONTENT - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- OtherContent() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
P
- parent - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- parse(InputStream) - Static method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- ParseException - Exception Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
- ParseException(Token, int[][], String[], String) - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
Constructor with message.
- parser - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- pathContains(Path, String) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Tests if the path contains the directory-part.
- pathString(Path) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Retuns the neutral string of the path (path-name-separator is always '/').
- peekNode() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- popNode() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- prevCharIsCR - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- prevCharIsLF - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- processDirs(Path, Consumer) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Process all directories under the given directory, recursively.
- processFiles(Path, Predicate, Consumer) - Static method in class io.github.weblegacy.tlddoc.Utils
-
Process all filtered files under the given directory, recursively.
- Provider - Interface in io.github.weblegacy.tlddoc.tagfileparser.javacc
- pushNode(Node) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
R
- read(char[], int, int) - Method in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.Provider
-
Reads characters into an array
- read(char[], int, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.StreamProvider
- read(char[], int, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.StringProvider
- readChar() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Read a character.
- ReInit(Provider) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(Provider) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Reinitialise.
- ReInit(Provider, int, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(Provider, int, int, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Reinitialise parser.
- ReInit(TagFileTokenManager) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Reinitialise.
- ReInit(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- reset() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
- rootNode() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.JJTTagFileState
S
- setDebugStream(PrintStream) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Set debug output.
- setDirectiveName(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Setter for property directiveName.
- setDocTitle(String) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets the title for the TLD index (first) page.
- setName(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Setter for property name.
- setOutputDirectory(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets the output directory for generated files.
- setQuiet(boolean) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets quiet mode (produce no
stdoutduring generation). - setTabSize(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- setValue(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Setter for property value.
- setVerbose(boolean) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets verbose mode (produce
stdoutwith all tld-conversions during generation). - setWindowTitle(String) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets the browser window title for the documentation.
- setXsltDirectory(Path) - Method in class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Sets the directory from which to obtain the XSLT stylesheets.
- SimpleCharStream - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(Provider) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(Provider, int, int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(Provider, int, int, int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Constructor.
- SimpleNode - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
- SimpleNode(int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- SimpleNode(TagFile, int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- specialToken - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- STATIC_LEXER_ERROR - Static variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
-
Whether parser is static.
- StreamProvider - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
- StreamProvider(InputStream) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.StreamProvider
- StreamProvider(InputStream, String) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.StreamProvider
- StreamProvider(Reader) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.StreamProvider
- StringProvider - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
- StringProvider(String) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.StringProvider
- SwitchTo(int) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Switch to specified lex state.
T
- tabSize - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- TagDirImplicitTagLibrary - Class in io.github.weblegacy.tlddoc
-
Implicit Tag Library for a directory of tag files.
- TagDirImplicitTagLibrary(Path) - Constructor for class io.github.weblegacy.tlddoc.TagDirImplicitTagLibrary
-
Creates a new instance of
TagDirImplicitTagLibrary. - TagFile - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
Simple parser for tag files that only actually parses the directives.
- TagFile(Provider) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Constructor.
- TagFile(TagFileTokenManager) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Constructor with generated Token Manager.
- TagFile(String) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Constructor.
- TagFileConstants - Interface in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
Token literal values and constants.
- TagFileTokenManager - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
Token Manager.
- TagFileTokenManager(SimpleCharStream) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Constructor.
- TagFileTokenManager(SimpleCharStream, int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileTokenManager
-
Constructor.
- TagFileTreeConstants - Interface in io.github.weblegacy.tlddoc.tagfileparser.javacc
- TagLibrary - Interface in io.github.weblegacy.tlddoc.main
-
Base class for a tag library source.
- TldDoc - Class in io.github.weblegacy.tlddoc.main
-
Main entry point for TldDoc.
- TldDocGenerator - Class in io.github.weblegacy.tlddoc.main
-
TldDoc Generator.
- TldDocGenerator() - Constructor for class io.github.weblegacy.tlddoc.main.TldDocGenerator
-
Creates a new TldDocGenerator.
- TldFileTagLibrary - Class in io.github.weblegacy.tlddoc
-
Tag library represented by a single standalone TLD file.
- TldFileTagLibrary(Path) - Constructor for class io.github.weblegacy.tlddoc.TldFileTagLibrary
-
Creates a new instance of
TldFileTagLibrary. - token - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Current token.
- Token - Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
Describes the input token stream.
- Token() - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
No-argument constructor
- Token(int) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Generated Token Manager.
- tokenImage - Variable in exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Literal token values.
- TokenMgrException - Exception Class in io.github.weblegacy.tlddoc.tagfileparser.javacc
-
Token Manager Error.
- TokenMgrException() - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
No arg constructor.
- TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Full Constructor.
- TokenMgrException(String, int) - Constructor for exception class io.github.weblegacy.tlddoc.tagfileparser.javacc.TokenMgrException
-
Constructor with message and reason.
- toString() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Attribute
-
Returns a String representation of this attribute.
- toString() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directive
-
Returns a string representation of this directive.
- toString() - Method in class io.github.weblegacy.tlddoc.tagfileparser.Directives
-
Returns a string representation of this directives.
- toString() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- toString() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.Token
-
Returns the image.
- toString(String) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- trace_enabled() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
-
Trace enabled.
- trackLineColumn - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
U
- UpdateLineColumn(char) - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleCharStream
- Utils - Class in io.github.weblegacy.tlddoc
-
Various utils used by TldDoc.
V
- value - Variable in class io.github.weblegacy.tlddoc.tagfileparser.javacc.SimpleNode
- Version - Class in io.github.weblegacy.tlddoc
-
Various constants used by TldDoc.
- VERSION - Static variable in class io.github.weblegacy.tlddoc.Version
-
The Program-Version.
W
- WarJarTagLibrary - Class in io.github.weblegacy.tlddoc
-
Base class for a WAR/JAR container-file.
- WarJarTagLibrary(Path, String) - Constructor for class io.github.weblegacy.tlddoc.WarJarTagLibrary
-
Creates a new instance of
WarJarTagLibrary. - WarJarTldFileTagLibrary - Class in io.github.weblegacy.tlddoc
-
Tag library that gets its information from a TLD file in a JAR that's packaged inside a WAR.
- WarJarTldFileTagLibrary(Path, String, String) - Constructor for class io.github.weblegacy.tlddoc.WarJarTldFileTagLibrary
-
Creates a new instance of
WarJarTldFileTagLibrary. - WarTagDirImplicitTagLibrary - Class in io.github.weblegacy.tlddoc
-
Implicit Tag Library for a directory of tag files that is encapsulated in a WAR file.
- WarTagDirImplicitTagLibrary(Path, String) - Constructor for class io.github.weblegacy.tlddoc.WarTagDirImplicitTagLibrary
-
Creates a new instance of
WarTagDirImplicitTagLibrary. - WithinComment - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- WithinOtherContent - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
X
- X_BEGIN_QUOTE_DOUBLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- X_BEGIN_QUOTE_SINGLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- X_END_DIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- X_END_QUOTE_DOUBLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- X_END_QUOTE_SINGLE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- X_EQ - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XML_ATTRIBUTE_NAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XML_ATTRIBUTE_VALUE1 - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XML_ATTRIBUTE_VALUE2 - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XML_DIRECTIVE - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XML_DIRECTIVE_NAME - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
RegularExpression Id.
- XMLAttributeName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- XMLAttributeValue() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- XMLDirective() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
- XMLDirectiveAttributeName - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- XMLDirectiveAttributeValueDouble - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- XMLDirectiveAttributeValueSingle - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- XMLDirectiveName - Static variable in interface io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFileConstants
-
Lexical state.
- XMLDirectiveName() - Method in class io.github.weblegacy.tlddoc.tagfileparser.javacc.TagFile
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form