A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

ASCII_CharStream - class org.jboss.portal.format.template.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(Reader, int, int, int) - Constructor for class org.jboss.portal.format.template.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class org.jboss.portal.format.template.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class org.jboss.portal.format.template.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int) - Constructor for class org.jboss.portal.format.template.ASCII_CharStream
 
AbstractContext - class org.jboss.portal.format.template.AbstractContext.
 
AbstractContext() - Constructor for class org.jboss.portal.format.template.AbstractContext
 
AbstractParser - class org.jboss.portal.format.parser.AbstractParser.
This is an abstract parser.
AbstractParser() - Constructor for class org.jboss.portal.format.parser.AbstractParser
 
AbstractRenderer - class org.jboss.portal.format.render.AbstractRenderer.
An abstract renderer.
AbstractRenderer() - Constructor for class org.jboss.portal.format.render.AbstractRenderer
 
Analyzer - class org.jboss.portal.format.parser.bbcode.Analyzer.
This class is a scanner generated by JFlex 1.4.1 on 1/16/05 9:27 PM from the specification file /Users/julien/Java/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/bbcode/Analyzer.flex
Analyzer(Reader) - Constructor for class org.jboss.portal.format.parser.bbcode.Analyzer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Analyzer(InputStream) - Constructor for class org.jboss.portal.format.parser.bbcode.Analyzer
Creates a new scanner.
Analyzer - class org.jboss.portal.format.parser.html.Analyzer.
This class is a scanner generated by JFlex 1.4.1 on 1/16/05 9:27 PM from the specification file /Users/julien/Java/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/html/Analyzer.flex
Analyzer(Reader) - Constructor for class org.jboss.portal.format.parser.html.Analyzer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Analyzer(InputStream) - Constructor for class org.jboss.portal.format.parser.html.Analyzer
Creates a new scanner.
add(Filter) - Method in class org.jboss.portal.format.parser.chars.StackFilter
 
addConstructor() - Method in class org.jboss.portal.format.template.TemplateBuilder
 
addEscapes(String) - Static method in class org.jboss.portal.format.template.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addTemplate(String, String) - Method in class org.jboss.portal.format.template.TemplateLoader
 
addTemplate(String, String, Set) - Method in class org.jboss.portal.format.template.TemplateLoader
 
addTemplate(Document, Set) - Method in class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
addTemplate(Element, Set) - Method in class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
addTemplate(String, Document) - Method in class org.jboss.portal.format.template.TemplateRepository
 
addTemplate(String, Element) - Method in class org.jboss.portal.format.template.TemplateRepository
 
addTemplate(String, Document, Set) - Method in class org.jboss.portal.format.template.TemplateRepository
 
addTemplate(String, Element, Set) - Method in class org.jboss.portal.format.template.TemplateRepository
 
add_escapes(String) - Method in class org.jboss.portal.format.template.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
analyzer - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
analyzer - Variable in class org.jboss.portal.format.parser.html.TagParser
 
analyzer - Variable in class org.jboss.portal.format.template.TemplateParser
 
append(String) - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
append(char[], int, int) - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
append(char) - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
append(String, Context) - Method in class org.jboss.portal.format.template.ChildrenStrategy
 
append(String, Context) - Method in class org.jboss.portal.format.template.DelegateContext
add an existing data context into this context for use in template loops or nested template data.
appendTo(Writer) - Method in interface org.jboss.portal.format.parser.chars.Chars
Append the chars to a Writer.
appendTo(Writer) - Method in class org.jboss.portal.format.parser.chars.ImmutableChars
 
appendTo(Writer) - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
attributes - Variable in class org.jboss.portal.format.parser.html.TagParser.OpenEvent
 
available - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 

B

BASIC - Static variable in class org.jboss.portal.format.util.EntityTable
All HTML entities except the HTML chars which are used to do HTML itself.
BBCodeHTML2HTMLTestCase - class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase.
 
BBCodeHTML2HTMLTestCase() - Constructor for class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
BBCodeHTML2TextTestCase - class org.jboss.portal.test.format.BBCodeHTML2TextTestCase.
 
BBCodeHTML2TextTestCase() - Constructor for class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
BBCodeParser - class org.jboss.portal.format.parser.bbcode.BBCodeParser.
This nasty class parse BB code and create events.
BBCodeParser() - Constructor for class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
BBCodeParser.CloseEvent - class org.jboss.portal.format.parser.bbcode.BBCodeParser.CloseEvent.
 
BBCodeParser.CloseEvent() - Constructor for class org.jboss.portal.format.parser.bbcode.BBCodeParser.CloseEvent
 
BBCodeParser.CodeKey - class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey.
 
BBCodeParser.CodeKey() - Constructor for class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey
 
BBCodeParser.OpenEvent - class org.jboss.portal.format.parser.bbcode.BBCodeParser.OpenEvent.
 
BBCodeParser.OpenEvent() - Constructor for class org.jboss.portal.format.parser.bbcode.BBCodeParser.OpenEvent
 
BEGIN - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
BeginToken() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
BuildException - exception org.jboss.portal.format.template.BuildException.
 
BuildException() - Constructor for class org.jboss.portal.format.template.BuildException
 
BuildException(String) - Constructor for class org.jboss.portal.format.template.BuildException
 
BuildException(Exception) - Constructor for class org.jboss.portal.format.template.BuildException
 
BuildException(String, Exception) - Constructor for class org.jboss.portal.format.template.BuildException
 
backup(int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
base - Variable in class org.jboss.portal.format.util.CLLoader
 
bbCodeHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
beginColumn - Variable in class org.jboss.portal.format.template.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.jboss.portal.format.template.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
bufcolumn - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
buffer - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
buffer - Variable in class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser
 
buffer - Variable in class org.jboss.portal.format.parser.html.TagParser
 
buffer - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
bufline - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
bufpos - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
bufsize - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
build() - Method in class org.jboss.portal.format.template.TemplateBuilder
 

C

CDATA - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
CLLoader - class org.jboss.portal.format.util.CLLoader.
Loader implementation that loads through a ClassLoader.
CLLoader() - Constructor for class org.jboss.portal.format.util.CLLoader
 
CLLoader(ClassLoader, String) - Constructor for class org.jboss.portal.format.util.CLLoader
 
CLLoader(ClassLoader) - Constructor for class org.jboss.portal.format.util.CLLoader
 
CLLoader(String) - Constructor for class org.jboss.portal.format.util.CLLoader
 
CLOSE_B - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_CODE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_COLOR - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_I - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_LIST - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_QUOTE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_SIZE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CLOSE_U - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
CONTEXT - Static variable in class org.jboss.portal.format.template.TemplateBuilder
 
CharacterEntityReferenceEvent - class org.jboss.portal.format.parser.entity.CharacterEntityReferenceEvent.
 
CharacterEntityReferenceEvent() - Constructor for class org.jboss.portal.format.parser.entity.CharacterEntityReferenceEvent
 
Chars - interface org.jboss.portal.format.parser.chars.Chars.
An ordered collection of char.
ChildrenStrategy - class org.jboss.portal.format.template.ChildrenStrategy.
 
ChildrenStrategy(Map) - Constructor for class org.jboss.portal.format.template.ChildrenStrategy
 
Context - interface org.jboss.portal.format.template.Context.
 
cc - Variable in class org.jboss.portal.format.template.TemplateBuilder
 
cere - Variable in class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser
 
cere - Variable in class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
 
charToEntity - Variable in class org.jboss.portal.format.util.EntityTable
 
chars - Variable in class org.jboss.portal.format.parser.TextEvent
 
chars() - Method in class org.jboss.portal.format.parser.TextEvent
 
chars - Variable in class org.jboss.portal.format.parser.chars.MutableChars
 
chars() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
childIterator(String) - Method in class org.jboss.portal.format.template.AbstractContext
 
childIterator(String) - Method in class org.jboss.portal.format.template.ChildrenStrategy
 
childIterator(String) - Method in interface org.jboss.portal.format.template.Context
get an iterator for the nested/loop data contexts
childIterator(String) - Method in class org.jboss.portal.format.template.DelegateContext
 
children - Variable in class org.jboss.portal.format.template.ChildrenStrategy
 
children - Variable in class org.jboss.portal.format.template.DelegateContext
context's children
cl - Variable in class org.jboss.portal.format.util.CLLoader
 
classNameCounter - Static variable in class org.jboss.portal.format.template.TemplateBuilder
 
classes - Variable in class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
classes - Variable in class org.jboss.portal.format.template.TemplateRepository
Template name -> Class object.
clear() - Method in class org.jboss.portal.format.template.TemplateRepository
 
close() - Method in class org.jboss.portal.format.parser.chars.MutableChars.MyWriter
 
close() - Method in class org.jboss.portal.format.template.TemplateParser
 
codeHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
codeParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
codeParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
collectFields(Class, String) - Static method in class org.jboss.portal.format.template.TemplateUtils
collect the fields out of any class that match the specified prefix.
column - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
config - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
Config.
convertEntities(String) - Method in class org.jboss.portal.format.util.EntityTable
 
create(ClassLoader, String) - Static method in class org.jboss.portal.format.template.TemplateLoader
 
createKey() - Method in class org.jboss.portal.format.util.Stack
The implementation must provide a reusable key.
createRepository(Loader) - Static method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
createTemplate(String) - Method in class org.jboss.portal.format.template.TemplateRepository
 
createTemplate(String, Context) - Method in class org.jboss.portal.format.template.TemplateRepository
Creates a new template instance.
createWithChildren(Map) - Static method in class org.jboss.portal.format.template.DelegateContext
create a new "root" data context and name/value pairs to be used as nested or loop data
createWithValues(Map) - Static method in class org.jboss.portal.format.template.DelegateContext
create a new data context with already existing name/value pairs
ctx - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
Context used by the code handler templates.
curChar - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
curLexState - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
current - Variable in class org.jboss.portal.format.template.TemplateParser
 
currentToken - Variable in class org.jboss.portal.format.template.ParseException
This is the last token that has been consumed successfully.

D

DEFAULT - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
DELTA - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
DelegateContext - class org.jboss.portal.format.template.DelegateContext.
 
DelegateContext() - Constructor for class org.jboss.portal.format.template.DelegateContext
creates a new DelegateContext object.
DelegateContext(Map, Map) - Constructor for class org.jboss.portal.format.template.DelegateContext
creates a new DelegateContext object.
Done() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
defaultLexState - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
defaultRepository - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
delegate - Variable in class org.jboss.portal.format.template.DelegateContext
template name/value pairs for substitution
disable_tracing() - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 

E

EMPTY - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
END - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
EOF - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
ETAG - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
EVENT_ALPHABETICALLY_ORDERED_LIST - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_BOLD - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_CODE - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_COLOR - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_ITALIC - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_ITEM - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_LINK - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_NORMAL - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_NORMAL - Static variable in class org.jboss.portal.format.parser.html.TagParser
 
EVENT_NUMERICALLY_ORDERED_LIST - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_QUOTE - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_SIZE - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_TAG - Static variable in class org.jboss.portal.format.parser.html.TagParser
 
EVENT_UNDERLINE - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EVENT_UNORDERED_LIST - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
EntityTable - class org.jboss.portal.format.util.EntityTable.
This table provides lookup for converting a char to its HTML entity representation.
EntityTable() - Constructor for class org.jboss.portal.format.util.EntityTable
 
EntityTable.BasicEntityTable - class org.jboss.portal.format.util.EntityTable.BasicEntityTable.
 
EntityTable.BasicEntityTable() - Constructor for class org.jboss.portal.format.util.EntityTable.BasicEntityTable
 
ExpandBuff(boolean) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
enable_tracing() - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
endColumn - Variable in class org.jboss.portal.format.template.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.jboss.portal.format.template.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
enlarge() - Method in class org.jboss.portal.format.util.Stack
Enlarge the key stack.
eol - Variable in class org.jboss.portal.format.template.ParseException
The end of line string for this machine.
equals(Stack.Key, Stack.Key) - Method in class org.jboss.portal.format.util.Stack
The implementation must test keys equality.
errorCode - Variable in class org.jboss.portal.format.template.TokenMgrError
Indicates the reason why the exception is thrown.
event - Static variable in class org.jboss.portal.format.parser.linebreak.LineBreakParser
 
expectedTokenSequences - Variable in class org.jboss.portal.format.template.ParseException
Each entry in this array is an array of integers.
explode(String, String) - Static method in class org.jboss.portal.format.util.Tools
Explode the a string according to a delimiter.

F

FILTER_MODE_ALWAYS_PRINT - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
FILTER_MODE_NEVER_PRINT - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
FILTER_MODE_PRINT_IF_IN_TAGS - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
FILTER_MODE_PRINT_IF_NOT_IN_TAGS - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
FROM_1 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
FROM_2 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
FULL - Static variable in class org.jboss.portal.format.util.EntityTable
All HTML entities.
FillBuff() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
Filter - interface org.jboss.portal.format.parser.chars.Filter.
Filter an input stream and produce the result into an output stream.
filter(Reader, Writer) - Method in interface org.jboss.portal.format.parser.chars.Filter
Filters.
filter(Reader, Writer) - Method in class org.jboss.portal.format.parser.chars.StackFilter
 
filterMode - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
findClass(String) - Method in class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
flush() - Method in class org.jboss.portal.format.parser.chars.MutableChars.MyWriter
 
from - Variable in class org.jboss.portal.format.util.Stack.KeyIterator
 

G

GetImage() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
GetSuffix(int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
generate(Element, Set) - Method in class org.jboss.portal.format.template.TemplateRepository
 
generateParseException() - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
generateRender(LinkedList, StringBuffer, String, Element) - Method in class org.jboss.portal.format.template.TemplateBuilder
 
get(String) - Method in class org.jboss.portal.format.template.AbstractContext
 
get(String) - Method in interface org.jboss.portal.format.template.Context
get the template data from the context
get(String) - Method in class org.jboss.portal.format.template.DelegateContext
 
getAttribute() - Method in class org.jboss.portal.format.parser.html.TagParser.OpenEvent
 
getBase() - Method in class org.jboss.portal.format.util.CLLoader
 
getBeginColumn() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
getBeginLine() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
getClassNames() - Method in class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
getColumn() - Method in class org.jboss.portal.format.template.ASCII_CharStream
Deprecated.  
getConfig() - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
getEndColumn() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
getEndLine() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
getFilterMode() - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
getGeneratedClass() - Method in class org.jboss.portal.format.template.TemplateBuilder
 
getLine() - Method in class org.jboss.portal.format.template.ASCII_CharStream
Deprecated.  
getLoader() - Method in class org.jboss.portal.format.template.TemplateLoader
 
getLocalContext() - Method in class org.jboss.portal.format.template.Template
 
getMaxTextWidth() - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
getMessage() - Method in class org.jboss.portal.format.template.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.jboss.portal.format.template.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
getNextToken() - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
getOuputMode() - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
getReader() - Method in interface org.jboss.portal.format.parser.chars.Chars
Get a Reader for the chars.
getReader() - Method in class org.jboss.portal.format.parser.chars.ImmutableChars
 
getReader() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
getString() - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey
 
getTag() - Method in class org.jboss.portal.format.parser.html.TagParser.HTMLKey
 
getTags() - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
getToken(int) - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
getType() - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey
 
getType() - Method in class org.jboss.portal.format.parser.html.TagParser.HTMLKey
 
getWriter() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 

H

HTML4_0CharacterEntityReferenceParser - class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser.
Convert chars that have an an HTML 4 character reference.
HTML4_0CharacterEntityReferenceParser() - Constructor for class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser
 
HTMLCERP - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
HTMLCRPHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
handle(ParseEvent) - Method in interface org.jboss.portal.format.parser.ParseEventHandler
 
handler - Variable in class org.jboss.portal.format.parser.AbstractParser
The event handler.
hasNext() - Method in class org.jboss.portal.format.util.Stack.KeyIterator
 

I

INVALID_LEXICAL_STATE - Static variable in class org.jboss.portal.format.template.TokenMgrError
Tried to change to an invalid lexical state.
ITERATOR - Static variable in class org.jboss.portal.format.template.TemplateBuilder
 
ImmutableChars - class org.jboss.portal.format.parser.chars.ImmutableChars.
 
ImmutableChars(String) - Constructor for class org.jboss.portal.format.parser.chars.ImmutableChars
 
image - Variable in class org.jboss.portal.format.template.Token
The string image of the token.
implementRender() - Method in class org.jboss.portal.format.template.TemplateBuilder
 
inBuf - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
increase() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
indentLevel - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
Indentation level.
index - Variable in class org.jboss.portal.format.parser.chars.MutableChars
 
index - Variable in class org.jboss.portal.format.template.TemplateBuilder
 
inputStream - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
input_stream - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
isInCode - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
Code depth.
isInPre - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
Code depth.
iterator - Variable in class org.jboss.portal.format.util.Stack
The reusable iterator.

J

jjAddStates(int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjCheckNAdd(int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjCheckNAddStates(int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjFillToken() - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjStopAtPos(int, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jj_consume_token(int) - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_expentries - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_expentry - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_gen - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_input_stream - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_kind - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_la1 - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_la1_0 - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_nt - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_ntk - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
jj_ntk() - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
jjbitVec0 - Static variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjmatchedKind - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjmatchedPos - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjnewStateCnt - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjnextStates - Static variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjround - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjrounds - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjstateSet - Variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
jjstrLiteralImages - Static variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 

K

kind - Variable in class org.jboss.portal.format.template.Token
An integer that describes the kind of this token.

L

LEXICAL_ERROR - Static variable in class org.jboss.portal.format.template.TokenMgrError
Lexical error occured.
LINK - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
LIST_ITEM - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
LITTERAL - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
LOOP_DETECTED - Static variable in class org.jboss.portal.format.template.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LexicalError(boolean, int, int, int, String, char) - Static method in class org.jboss.portal.format.template.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LineBreakParser - class org.jboss.portal.format.parser.linebreak.LineBreakParser.
Break the parsed chars into text events and line break events.
LineBreakParser() - Constructor for class org.jboss.portal.format.parser.linebreak.LineBreakParser
 
LineBreakParser.LineBreakEvent - class org.jboss.portal.format.parser.linebreak.LineBreakParser.LineBreakEvent.
 
LineBreakParser.LineBreakEvent() - Constructor for class org.jboss.portal.format.parser.linebreak.LineBreakParser.LineBreakEvent
 
Loader - interface org.jboss.portal.format.util.Loader.
A generic interface which define loading capabilities.
length - Variable in class org.jboss.portal.format.parser.TextEvent
 
length() - Method in class org.jboss.portal.format.parser.TextEvent
 
length() - Method in interface org.jboss.portal.format.parser.chars.Chars
Returns how many chars there are.
length() - Method in class org.jboss.portal.format.parser.chars.ImmutableChars
 
length() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
lexStateNames - Static variable in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
line - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
lineBreakHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
lineBreakHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
lineBreakParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
lineBreakParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
load(String) - Method in class org.jboss.portal.format.util.CLLoader
 
load(String) - Method in interface org.jboss.portal.format.util.Loader
Returns an InputStream or null if not found.
loadTemplate(TemplateLoader, String) - Static method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
loadTemplate(String) - Method in class org.jboss.portal.format.template.TemplateLoader
Simply loads a template and returns it.
loader - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
loader - Variable in class org.jboss.portal.format.template.TemplateLoader
 
local - Variable in class org.jboss.portal.format.template.Template
 
log - Variable in class org.jboss.portal.format.render.AbstractRenderer
The logger.
log - Variable in class org.jboss.portal.format.template.Template
 
log - Variable in class org.jboss.portal.format.template.TemplateBuilder
 
log - Variable in class org.jboss.portal.format.template.TemplateRepository
The class logger.
log - Static variable in class org.jboss.portal.format.util.Tools
 
lookup(char) - Method in class org.jboss.portal.format.util.EntityTable
Returns null if no entity is found or return the converted entity.

M

MutableChars - class org.jboss.portal.format.parser.chars.MutableChars.
 
MutableChars(int) - Constructor for class org.jboss.portal.format.parser.chars.MutableChars
 
MutableChars() - Constructor for class org.jboss.portal.format.parser.chars.MutableChars
 
MutableChars(char[]) - Constructor for class org.jboss.portal.format.parser.chars.MutableChars
 
MutableChars(String) - Constructor for class org.jboss.portal.format.parser.chars.MutableChars
 
MutableChars.MyWriter - class org.jboss.portal.format.parser.chars.MutableChars.MyWriter.
 
MutableChars.MyWriter() - Constructor for class org.jboss.portal.format.parser.chars.MutableChars.MyWriter
 
maxNextCharInd - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
maxTextWidth - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
myKey - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 

N

NAME_VALIDATOR - Static variable in interface org.jboss.portal.format.util.Loader
 
NEWLINE - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
NULL_CONTEXT - Static variable in interface org.jboss.portal.format.template.Context
null context
NULL_READER - Static variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
newToken(int) - Static method in class org.jboss.portal.format.template.Token
Returns a new Token object, by default.
next() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
next() - Method in class org.jboss.portal.format.parser.html.Analyzer
 
next(String) - Method in class org.jboss.portal.format.template.DelegateContext
create a new object to place data for use in template loops or nested template data.
next - Variable in class org.jboss.portal.format.template.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.jboss.portal.format.util.Stack.KeyIterator
 
node - Variable in class org.jboss.portal.format.template.TemplateBuilder
 

O

OPEN_B - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_CODE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_COLOR - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_I - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_LIST_ORDERED_ALPHABETICAL - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_LIST_ORDERED_NUMERICAL - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_LIST_UNORDERED - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_QUOTE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_QUOTE_ANONYMOUS - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_SIZE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OPEN_U - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
OUTPUT_MODE_DISPLAY - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
OUTPUT_MODE_REMOVE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
offset - Variable in class org.jboss.portal.format.parser.TextEvent
 
offset() - Method in class org.jboss.portal.format.parser.TextEvent
 
openEvent - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
openEvent - Variable in class org.jboss.portal.format.parser.html.TagParser
 
org.jboss.portal.format.parser - package org.jboss.portal.format.parser
 
org.jboss.portal.format.parser.bbcode - package org.jboss.portal.format.parser.bbcode
 
org.jboss.portal.format.parser.chars - package org.jboss.portal.format.parser.chars
 
org.jboss.portal.format.parser.entity - package org.jboss.portal.format.parser.entity
 
org.jboss.portal.format.parser.html - package org.jboss.portal.format.parser.html
 
org.jboss.portal.format.parser.linebreak - package org.jboss.portal.format.parser.linebreak
 
org.jboss.portal.format.render - package org.jboss.portal.format.render
 
org.jboss.portal.format.render.bbcodehtml - package org.jboss.portal.format.render.bbcodehtml
 
org.jboss.portal.format.template - package org.jboss.portal.format.template
 
org.jboss.portal.format.util - package org.jboss.portal.format.util
 
org.jboss.portal.test.format - package org.jboss.portal.test.format
 
ouputMode - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 

P

PRECEDE_CODE - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
PROPERTY - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
ParseEvent - interface org.jboss.portal.format.parser.ParseEvent.
An event that is emmited by ParseEventNotifier implementations.
ParseEventHandler - interface org.jboss.portal.format.parser.ParseEventHandler.
Implementors want to receive events produced by a parser.
ParseEventNotifier - interface org.jboss.portal.format.parser.ParseEventNotifier.
Implemented by any class that wants to generate parsing events.
ParseException - exception org.jboss.portal.format.template.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.jboss.portal.format.template.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.jboss.portal.format.template.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.jboss.portal.format.template.ParseException
 
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.AbstractParser
Ask the parser to its job.
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser
 
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
 
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.html.TagParser
 
parse(char[], int, int) - Method in class org.jboss.portal.format.parser.linebreak.LineBreakParser
 
parse() - Method in class org.jboss.portal.format.template.TemplateParser
This method should be called only once.
pattern - Static variable in class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
 
peek(int) - Method in class org.jboss.portal.format.util.Stack
Peek a key on the stack.
pool - Variable in class org.jboss.portal.format.template.TemplateBuilder
 
pop() - Method in class org.jboss.portal.format.template.TemplateParser
 
pop(Stack.Key) - Method in class org.jboss.portal.format.util.Stack
Pop keys until it finds the good one.
prevCharIsCR - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
prevCharIsLF - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
print(String) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
propertyNames - Variable in class org.jboss.portal.format.template.TemplateBuilder
 
ptr - Variable in class org.jboss.portal.format.util.Stack
The stack pointer which always points the first available element.
push(Element) - Method in class org.jboss.portal.format.template.TemplateParser
 
push() - Method in class org.jboss.portal.format.util.Stack
Push a key on the stack.
put(String, String) - Method in class org.jboss.portal.format.template.AbstractContext
 
put(String, String) - Method in interface org.jboss.portal.format.template.Context
add data to be rendered in the template through variable substitution
put(String, String) - Method in class org.jboss.portal.format.template.DelegateContext
 
put(int, String) - Method in class org.jboss.portal.format.util.EntityTable
 

R

REF - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
ReInit(Reader, int, int, int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
ReInit(Reader, int, int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
ReInit(InputStream, int, int) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
ReInit(InputStream) - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
ReInit(Reader) - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
ReInit(TemplateAnalyzerTokenManager) - Method in class org.jboss.portal.format.template.TemplateAnalyzer
 
ReInit(ASCII_CharStream) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
ReInitRounds() - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
r_b_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_b_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_code_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_code_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_color_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_color_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_email - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_i_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_i_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_img - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_listitem - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_olist_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_olist_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_quote_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_quote_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_quote_username_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_size_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_size_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_u_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_u_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_ulist_close - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_ulist_open - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
r_url - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
readChar() - Method in class org.jboss.portal.format.template.ASCII_CharStream
 
remove(int) - Method in class org.jboss.portal.format.util.EntityTable
 
remove() - Method in class org.jboss.portal.format.util.Stack.KeyIterator
 
render(char[], int, int) - Method in class org.jboss.portal.format.render.AbstractRenderer
Render.
render(String) - Method in class org.jboss.portal.format.render.AbstractRenderer
Render.
render(char[], int, int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
render(char[], int, int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
render(Context) - Method in class org.jboss.portal.format.template.Template
 
render(Context, Writer) - Method in class org.jboss.portal.format.template.Template
This may be subclassed.
replace(String, String, String) - Static method in class org.jboss.portal.format.util.Tools
Replace occurence in a string.
reset(char[], int, int) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
reset() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
reset(char[], int, int) - Method in class org.jboss.portal.format.parser.html.Analyzer
 
reset() - Method in class org.jboss.portal.format.util.Stack
Reset the stack state.

S

STAG - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
STATIC_LEXER_ERROR - Static variable in class org.jboss.portal.format.template.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
Stack - class org.jboss.portal.format.util.Stack.
The goal of this class is to ensure that any event with open/close well formdness semantics are respected.
Stack(int) - Constructor for class org.jboss.portal.format.util.Stack
Create a new stack with a specified depth.
Stack.Key - interface org.jboss.portal.format.util.Stack.Key.
A key for the stack.
Stack.KeyIterator - class org.jboss.portal.format.util.Stack.KeyIterator.
Iterates over the poped keys.
Stack.KeyIterator() - Constructor for class org.jboss.portal.format.util.Stack.KeyIterator
 
StackFilter - class org.jboss.portal.format.parser.chars.StackFilter.
 
StackFilter() - Constructor for class org.jboss.portal.format.parser.chars.StackFilter
 
SwitchTo(int) - Method in class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
s - Variable in class org.jboss.portal.format.parser.chars.ImmutableChars
 
safeClose(OutputStream) - Static method in class org.jboss.portal.format.util.Tools
Close a stream safely.
safeClose(InputStream) - Static method in class org.jboss.portal.format.util.Tools
Close a stream safely.
safeClose(Reader) - Static method in class org.jboss.portal.format.util.Tools
Close a stream safely.
setBase(String) - Method in class org.jboss.portal.format.util.CLLoader
 
setConfig(ToHTMLConfig) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
setFilterMode(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setHandler(ParseEventHandler) - Method in class org.jboss.portal.format.parser.AbstractParser
Set the event handler on this parser.
setHandler(ParseEventHandler) - Method in interface org.jboss.portal.format.parser.ParseEventNotifier
 
setLoader(Loader) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setLoader(Loader) - Method in class org.jboss.portal.format.template.TemplateLoader
 
setMaxTextWidth(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setOuputMode(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setRepository(TemplateRepository) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setTags(Set) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setText(char[], int, int) - Method in class org.jboss.portal.format.parser.TextEvent
 
setUp() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
setUp() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
setWriter(Writer) - Method in class org.jboss.portal.format.render.AbstractRenderer
Set the write that will hold the rendered results.
source - Variable in class org.jboss.portal.format.template.TemplateParser
 
specialConstructor - Variable in class org.jboss.portal.format.template.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.jboss.portal.format.template.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
stack - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
stack - Variable in class org.jboss.portal.format.parser.chars.StackFilter
 
stack - Variable in class org.jboss.portal.format.parser.html.TagParser
 
stack - Variable in class org.jboss.portal.format.template.TemplateParser
 
stack - Variable in class org.jboss.portal.format.util.Stack
The stack holder.
staticFlag - Static variable in class org.jboss.portal.format.template.ASCII_CharStream
 
string - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey
 
stringWriter - Variable in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
stringWriter - Variable in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 

T

TEXT - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
TEXT - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
TPL_THEME_CODE_B_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
Template name constants.
TPL_THEME_CODE_B_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_CODE_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_CODE_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_COLOR_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_COLOR_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_EMAIL - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_IMG - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_I_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_I_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_LISTITEM - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_OLIST_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_OLIST_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_QUOTE_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_QUOTE_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_QUOTE_USERNAME_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_SIZE_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_SIZE_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_ULIST_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_ULIST_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_URL - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_U_CLOSE - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TPL_THEME_CODE_U_OPEN - Static variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
TagParser - class org.jboss.portal.format.parser.html.TagParser.
 
TagParser() - Constructor for class org.jboss.portal.format.parser.html.TagParser
 
TagParser.CloseEvent - class org.jboss.portal.format.parser.html.TagParser.CloseEvent.
 
TagParser.CloseEvent() - Constructor for class org.jboss.portal.format.parser.html.TagParser.CloseEvent
 
TagParser.HTMLKey - class org.jboss.portal.format.parser.html.TagParser.HTMLKey.
 
TagParser.HTMLKey() - Constructor for class org.jboss.portal.format.parser.html.TagParser.HTMLKey
 
TagParser.OpenEvent - class org.jboss.portal.format.parser.html.TagParser.OpenEvent.
 
TagParser.OpenEvent() - Constructor for class org.jboss.portal.format.parser.html.TagParser.OpenEvent
 
Template - class org.jboss.portal.format.template.Template.
 
Template(Context) - Constructor for class org.jboss.portal.format.template.Template
 
TemplateAnalyzer - class org.jboss.portal.format.template.TemplateAnalyzer.
 
TemplateAnalyzer(InputStream) - Constructor for class org.jboss.portal.format.template.TemplateAnalyzer
 
TemplateAnalyzer(Reader) - Constructor for class org.jboss.portal.format.template.TemplateAnalyzer
 
TemplateAnalyzer(TemplateAnalyzerTokenManager) - Constructor for class org.jboss.portal.format.template.TemplateAnalyzer
 
TemplateAnalyzerConstants - interface org.jboss.portal.format.template.TemplateAnalyzerConstants.
 
TemplateAnalyzerTokenManager - class org.jboss.portal.format.template.TemplateAnalyzerTokenManager.
 
TemplateAnalyzerTokenManager(ASCII_CharStream) - Constructor for class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
TemplateAnalyzerTokenManager(ASCII_CharStream, int) - Constructor for class org.jboss.portal.format.template.TemplateAnalyzerTokenManager
 
TemplateBuilder - class org.jboss.portal.format.template.TemplateBuilder.
 
TemplateBuilder(Document, Set) - Constructor for class org.jboss.portal.format.template.TemplateBuilder
 
TemplateBuilder(Element, Set) - Constructor for class org.jboss.portal.format.template.TemplateBuilder
 
TemplateBuilder(ClassPool, Document, Set) - Constructor for class org.jboss.portal.format.template.TemplateBuilder
 
TemplateBuilder(ClassPool, Element, Set) - Constructor for class org.jboss.portal.format.template.TemplateBuilder
 
TemplateLoader - class org.jboss.portal.format.template.TemplateLoader.
 
TemplateLoader(Loader) - Constructor for class org.jboss.portal.format.template.TemplateLoader
 
TemplateParser - class org.jboss.portal.format.template.TemplateParser.
 
TemplateParser(File) - Constructor for class org.jboss.portal.format.template.TemplateParser
 
TemplateParser(String) - Constructor for class org.jboss.portal.format.template.TemplateParser
 
TemplateParser(Reader) - Constructor for class org.jboss.portal.format.template.TemplateParser
 
TemplateRepository - class org.jboss.portal.format.template.TemplateRepository.
 
TemplateRepository() - Constructor for class org.jboss.portal.format.template.TemplateRepository
 
TemplateRepository.TemplateClassLoader - class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader.
 
TemplateRepository.TemplateClassLoader(ClassLoader) - Constructor for class org.jboss.portal.format.template.TemplateRepository.TemplateClassLoader
 
TemplateUtils - class org.jboss.portal.format.template.TemplateUtils.
various methods to assist with using templates
TemplateUtils() - Constructor for class org.jboss.portal.format.template.TemplateUtils
 
TextEvent - class org.jboss.portal.format.parser.TextEvent.
An event implementation that says there is some text to handle.
TextEvent() - Constructor for class org.jboss.portal.format.parser.TextEvent
 
ToHTMLConfig - class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig.
 
ToHTMLConfig() - Constructor for class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
ToHTMLRenderer - class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer.
 
ToHTMLRenderer(ToHTMLConfig) - Constructor for class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
Setup the renderer with the given template repository.
ToHTMLRenderer() - Constructor for class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
ToTextRenderer - class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer.
 
ToTextRenderer() - Constructor for class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
Token - class org.jboss.portal.format.parser.Token.
 
Token() - Constructor for class org.jboss.portal.format.parser.Token
 
Token - class org.jboss.portal.format.template.Token.
Describes the input token stream.
Token() - Constructor for class org.jboss.portal.format.template.Token
 
TokenMgrError - error org.jboss.portal.format.template.TokenMgrError.
 
TokenMgrError() - Constructor for class org.jboss.portal.format.template.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.jboss.portal.format.template.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.jboss.portal.format.template.TokenMgrError
 
Tools - class org.jboss.portal.format.util.Tools.
 
Tools() - Constructor for class org.jboss.portal.format.util.Tools
 
tag - Variable in class org.jboss.portal.format.parser.html.TagParser.HTMLKey
 
tagHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
tagHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
tagParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
tagParser - Variable in class org.jboss.portal.format.render.bbcodehtml.ToTextRenderer
 
tags - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
tcl - Variable in class org.jboss.portal.format.template.TemplateRepository
Compile the template definitions to bytecode.
tearDown() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
tearDown() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
template - Variable in class org.jboss.portal.format.template.TemplateParser
 
templates - Variable in class org.jboss.portal.format.template.TemplateRepository
Template name -> template object.
temporaryKey - Variable in class org.jboss.portal.format.parser.html.TagParser
 
testBBCode2URL() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCode2URL() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeBold() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeBold() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeCode() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeCodeMultiLine() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
| BBBold | HTMLBold | normal
testBBCodeColor() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeColor() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeItalic() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeItalic() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeList() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeList() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeList1() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeList1() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeList1Item() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeList1Item() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeList1Items() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeList1Items() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeListA() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeListA() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeListAItem() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeListAItem() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeListAItems() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeListAItems() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeListItem() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeListItem() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeListItems() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeListItems() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeMultiQuoteMultiline() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeQuote() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeQuote() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeQuoteAnonymous() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeQuoteAnonymous() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeQuoteMultiline() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeSize() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeSize() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeURL() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeURL() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testBBCodeUnderline() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testBBCodeUnderline() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testHTML01() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testHTML01() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
testHTML02() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
testHTML02() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
text() - Method in class org.jboss.portal.format.parser.html.TagParser
 
text - Variable in class org.jboss.portal.format.template.TemplateParser
 
textEvent - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
textEvent - Variable in class org.jboss.portal.format.parser.entity.HTML4_0CharacterEntityReferenceParser
 
textEvent - Variable in class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
 
textEvent - Variable in class org.jboss.portal.format.parser.html.TagParser
 
textEvent - Variable in class org.jboss.portal.format.parser.linebreak.LineBreakParser
 
to - Variable in class org.jboss.portal.format.util.Stack.KeyIterator
 
toHTMLRenderer - Variable in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
toString() - Method in class org.jboss.portal.format.parser.TextEvent
 
toString() - Method in class org.jboss.portal.format.parser.Token
 
toString() - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser.CloseEvent
 
toString() - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser.OpenEvent
 
toString() - Method in interface org.jboss.portal.format.parser.chars.Chars
Returns a String made of the chars.
toString() - Method in class org.jboss.portal.format.parser.chars.ImmutableChars
 
toString() - Method in class org.jboss.portal.format.parser.chars.MutableChars
 
toString() - Method in class org.jboss.portal.format.parser.entity.CharacterEntityReferenceEvent
 
toString() - Method in class org.jboss.portal.format.template.Token
Returns the image.
toTextRenderer - Variable in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
token - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
token(int, String) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
token - Variable in class org.jboss.portal.format.parser.html.Analyzer
 
token(int, String) - Method in class org.jboss.portal.format.parser.html.Analyzer
 
token - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
tokenBegin - Variable in class org.jboss.portal.format.template.ASCII_CharStream
 
tokenImage - Variable in class org.jboss.portal.format.template.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.jboss.portal.format.template.TemplateAnalyzerConstants
 
token_source - Variable in class org.jboss.portal.format.template.TemplateAnalyzer
 
type - Variable in class org.jboss.portal.format.parser.Token
 
type - Variable in class org.jboss.portal.format.parser.bbcode.BBCodeParser.CodeKey
 
type - Variable in class org.jboss.portal.format.parser.html.TagParser.HTMLKey
 

U

UpdateLineColumn(char) - Method in class org.jboss.portal.format.template.ASCII_CharStream
 

V

VMID - Static variable in class org.jboss.portal.format.util.Tools
16 chars long VMID.
VMID() - Static method in class org.jboss.portal.format.util.Tools
 
value - Variable in class org.jboss.portal.format.parser.Token
 

W

write(char[], int, int) - Method in class org.jboss.portal.format.parser.chars.MutableChars.MyWriter
 
write(String) - Method in class org.jboss.portal.format.render.AbstractRenderer
Helper method that catch any IOException throw by the write.
write(char[], int, int) - Method in class org.jboss.portal.format.render.AbstractRenderer
 
writer - Variable in class org.jboss.portal.format.parser.chars.MutableChars
 
writer - Variable in class org.jboss.portal.format.render.AbstractRenderer
Hold the final result.

X

XML1_0CharacterEntityReferenceParser - class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser.
Detect XML 1.0 character entity references.
XML1_0CharacterEntityReferenceParser() - Constructor for class org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
 
XMLCERP - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
XMLCRPHandler - Variable in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 

Y

YYEOF - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
This character denotes the end of file
YYEOF - Static variable in class org.jboss.portal.format.parser.html.Analyzer
This character denotes the end of file
YYINITIAL - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
lexical states
YYINITIAL - Static variable in class org.jboss.portal.format.parser.html.Analyzer
lexical states
yybegin(int) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Enters a new lexical state
yybegin(int) - Method in class org.jboss.portal.format.parser.html.Analyzer
Enters a new lexical state
yychar - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the number of characters up to the start of the matched text
yychar - Variable in class org.jboss.portal.format.parser.html.Analyzer
the number of characters up to the start of the matched text
yycharat(int) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.jboss.portal.format.parser.html.Analyzer
Returns the character at position pos from the matched text.
yyclose() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Closes the input stream.
yyclose() - Method in class org.jboss.portal.format.parser.html.Analyzer
Closes the input stream.
yycolumn - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the number of characters from the last newline up to the start of the matched text
yycolumn - Variable in class org.jboss.portal.format.parser.html.Analyzer
the number of characters from the last newline up to the start of the matched text
yylength() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Returns the length of the matched text region.
yylength() - Method in class org.jboss.portal.format.parser.html.Analyzer
Returns the length of the matched text region.
yylex() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.jboss.portal.format.parser.html.Analyzer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yyline - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
number of newlines encountered up to the start of the matched text
yyline - Variable in class org.jboss.portal.format.parser.html.Analyzer
number of newlines encountered up to the start of the matched text
yypushback(int) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.jboss.portal.format.parser.html.Analyzer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.jboss.portal.format.parser.html.Analyzer
Resets the scanner to read from a new input stream.
yystate() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Returns the current lexical state.
yystate() - Method in class org.jboss.portal.format.parser.html.Analyzer
Returns the current lexical state.
yytext() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Returns the text matched by the current regular expression.
yytext() - Method in class org.jboss.portal.format.parser.html.Analyzer
Returns the text matched by the current regular expression.

Z

ZZ_ACTION - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
Translates DFA states to action switch labels.
ZZ_ACTION - Static variable in class org.jboss.portal.format.parser.html.Analyzer
Translates DFA states to action switch labels.
ZZ_ACTION_PACKED_0 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_ACTION_PACKED_0 - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_ATTRIBUTE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE - Static variable in class org.jboss.portal.format.parser.html.Analyzer
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_BUFFERSIZE - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
initial size of the lookahead buffer
ZZ_BUFFERSIZE - Static variable in class org.jboss.portal.format.parser.html.Analyzer
initial size of the lookahead buffer
ZZ_CMAP - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
Translates characters to character classes
ZZ_CMAP - Static variable in class org.jboss.portal.format.parser.html.Analyzer
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class org.jboss.portal.format.parser.html.Analyzer
Translates characters to character classes
ZZ_ERROR_MSG - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_ERROR_MSG - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_NO_MATCH - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_NO_MATCH - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_PUSHBACK_2BIG - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_PUSHBACK_2BIG - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_ROWMAP - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
Translates a state to a row index in the transition table
ZZ_ROWMAP - Static variable in class org.jboss.portal.format.parser.html.Analyzer
Translates a state to a row index in the transition table
ZZ_ROWMAP_PACKED_0 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_ROWMAP_PACKED_0 - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_TRANS - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
The transition table of the DFA
ZZ_TRANS - Static variable in class org.jboss.portal.format.parser.html.Analyzer
The transition table of the DFA
ZZ_TRANS_PACKED_0 - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_TRANS_PACKED_0 - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
ZZ_UNKNOWN_ERROR - Static variable in class org.jboss.portal.format.parser.bbcode.Analyzer
 
ZZ_UNKNOWN_ERROR - Static variable in class org.jboss.portal.format.parser.html.Analyzer
 
zzAtBOL - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
zzAtBOL == true <=> the scanner is currently at the beginning of a line
zzAtBOL - Variable in class org.jboss.portal.format.parser.html.Analyzer
zzAtBOL == true <=> the scanner is currently at the beginning of a line
zzAtEOF - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
zzAtEOF == true <=> the scanner is at the EOF
zzAtEOF - Variable in class org.jboss.portal.format.parser.html.Analyzer
zzAtEOF == true <=> the scanner is at the EOF
zzBuffer - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
this buffer contains the current text to be matched and is the source of the yytext() string
zzBuffer - Variable in class org.jboss.portal.format.parser.html.Analyzer
this buffer contains the current text to be matched and is the source of the yytext() string
zzCurrentPos - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the current text position in the buffer
zzCurrentPos - Variable in class org.jboss.portal.format.parser.html.Analyzer
the current text position in the buffer
zzEndRead - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
endRead marks the last character in the buffer, that has been read from input
zzEndRead - Variable in class org.jboss.portal.format.parser.html.Analyzer
endRead marks the last character in the buffer, that has been read from input
zzLexicalState - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the current lexical state
zzLexicalState - Variable in class org.jboss.portal.format.parser.html.Analyzer
the current lexical state
zzMarkedPos - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the textposition at the last accepting state
zzMarkedPos - Variable in class org.jboss.portal.format.parser.html.Analyzer
the textposition at the last accepting state
zzPushbackPos - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the textposition at the last state to be included in yytext
zzPushbackPos - Variable in class org.jboss.portal.format.parser.html.Analyzer
the textposition at the last state to be included in yytext
zzReader - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the input device
zzReader - Variable in class org.jboss.portal.format.parser.html.Analyzer
the input device
zzRefill() - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Refills the input buffer.
zzRefill() - Method in class org.jboss.portal.format.parser.html.Analyzer
Refills the input buffer.
zzScanError(int) - Method in class org.jboss.portal.format.parser.bbcode.Analyzer
Reports an error that occured while scanning.
zzScanError(int) - Method in class org.jboss.portal.format.parser.html.Analyzer
Reports an error that occured while scanning.
zzStartRead - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
startRead marks the beginning of the yytext() string in the buffer
zzStartRead - Variable in class org.jboss.portal.format.parser.html.Analyzer
startRead marks the beginning of the yytext() string in the buffer
zzState - Variable in class org.jboss.portal.format.parser.bbcode.Analyzer
the current state of the DFA
zzState - Variable in class org.jboss.portal.format.parser.html.Analyzer
the current state of the DFA
zzUnpackAction() - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackAction(String, int, int[]) - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackAction() - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackAction(String, int, int[]) - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackAttribute() - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackAttribute(String, int, int[]) - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackAttribute() - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackAttribute(String, int, int[]) - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackCMap(String) - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
Unpacks the compressed character translation table.
zzUnpackCMap(String) - Static method in class org.jboss.portal.format.parser.html.Analyzer
Unpacks the compressed character translation table.
zzUnpackRowMap() - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackRowMap(String, int, int[]) - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackRowMap() - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackRowMap(String, int, int[]) - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackTrans() - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackTrans(String, int, int[]) - Static method in class org.jboss.portal.format.parser.bbcode.Analyzer
 
zzUnpackTrans() - Static method in class org.jboss.portal.format.parser.html.Analyzer
 
zzUnpackTrans(String, int, int[]) - Static method in class org.jboss.portal.format.parser.html.Analyzer
 

_

_end(int) - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
_start(int, String) - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 
_text() - Method in class org.jboss.portal.format.parser.bbcode.BBCodeParser
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _

Copyright © 2002 JBoss Group, LLC. All Rights Reserved.