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

A

add(FootNoteRefMarker) - Method in class com.admc.jcreole.marker.FootNotesMarker
 
add(String) - Method in class com.admc.jcreole.marker.FootNotesMarker
 
add(IndexedMarker) - Method in class com.admc.jcreole.marker.IndexMarker
 
add(DeferredUrlMarker) - Method in class com.admc.jcreole.marker.MasterDefListMarker
 
add(String) - Method in class com.admc.jcreole.marker.MasterDefListMarker
 
addCssClasses(String[]) - Method in class com.admc.jcreole.marker.TagMarker
 
addCssHrefs(List<String>) - Method in class com.admc.jcreole.JCreole
 
applied - Variable in class com.admc.jcreole.marker.BufferMarker
 
apply(StringBuilder, String) - Method in class com.admc.jcreole.marker.MarkerMap
 

B

BlockMarker - Class in com.admc.jcreole.marker
 
BlockMarker(int, String, boolean, boolean) - Constructor for class com.admc.jcreole.marker.BlockMarker
 
BodyUpdaterMarker - Class in com.admc.jcreole.marker
 
BodyUpdaterMarker(int, EntryOrdering) - Constructor for class com.admc.jcreole.marker.BodyUpdaterMarker
 
BufferMarker - Class in com.admc.jcreole.marker
Inserts CSS class names into the parser output.
BufferMarker(int) - Constructor for class com.admc.jcreole.marker.BufferMarker
 
buildTreeSymbol(List<Symbol>) - Method in class com.admc.jcreole.CreoleParser
 

C

CELL - Static variable in class com.admc.jcreole.Terminals
 
classNames - Variable in class com.admc.jcreole.marker.Styler
 
clean(String) - Static method in class com.admc.jcreole.CreoleParser
Uses character \b internally so INPUT STRING MAY NOT CONTAIN \b! Preserves &...; entities in input but otherwise applies new entities to escape special HTML characters.
CloseMarker - Class in com.admc.jcreole.marker
 
CloseMarker(int, TagType) - Constructor for class com.admc.jcreole.marker.CloseMarker
For HTML Block and Inline tags.
CloseMarker(int) - Constructor for class com.admc.jcreole.marker.CloseMarker
For JCX SPAN tags.
com.admc.jcreole - package com.admc.jcreole
The main JCreole package
com.admc.jcreole.marker - package com.admc.jcreole.marker
The main JCreole package
com.admc.util - package com.admc.util
 
compare(Object, Object) - Method in class com.admc.jcreole.DictionaryComparator
 
compare(File, File) - Method in class com.admc.util.FileComparator
 
compareTo(BufferMarker) - Method in class com.admc.jcreole.marker.BufferMarker
 
compareTo(Entry) - Method in class com.admc.jcreole.marker.Entry
 
CreoleParseException - Exception in com.admc.jcreole
Exception detected by the JCreole system.
CreoleParseException(String, Throwable) - Constructor for exception com.admc.jcreole.CreoleParseException
 
CreoleParseException(String) - Constructor for exception com.admc.jcreole.CreoleParseException
Would like to eliminate this so all of these exceptions will give a good indication of point-of-failure.
CreoleParseException(Parser.Exception) - Constructor for exception com.admc.jcreole.CreoleParseException
 
CreoleParseException(String, Token) - Constructor for exception com.admc.jcreole.CreoleParseException
 
CreoleParseException(String, int, int, int) - Constructor for exception com.admc.jcreole.CreoleParseException
 
CreoleParser - Class in com.admc.jcreole
This class is a LALR parser generated by Beaver v0.9.6.1 from the grammar specification "CreoleParser.grammar".
CreoleParser() - Constructor for class com.admc.jcreole.CreoleParser
 
CreoleScanner - Class in com.admc.jcreole
This class is a scanner generated by JFlex 1.4.3 on 6/29/14 8:58 AM from the specification file /home/blaine/gradle/jcreole/src/main/java/com/admc/jcreole/creole.flex
CreoleScanner(Reader) - Constructor for class com.admc.jcreole.CreoleScanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CreoleScanner(InputStream) - Constructor for class com.admc.jcreole.CreoleScanner
Creates a new scanner.
CreoleToHtmlHandler - Class in com.admc.jcreole
The supplied 'index.creole' file documents usage of this class.
CreoleToHtmlHandler() - Constructor for class com.admc.jcreole.CreoleToHtmlHandler
 
CreoleToHtmlServlet - Class in com.admc.jcreole
The supplied 'index.creole' file documents usage of this class.
CreoleToHtmlServlet() - Constructor for class com.admc.jcreole.CreoleToHtmlServlet
 
CssNamesPattern - Static variable in class com.admc.jcreole.CreoleParser
 

D

DEATH - Static variable in class com.admc.jcreole.CreoleScanner
 
DEFAULT_PLUGIN_PRIVILEGES - Static variable in class com.admc.jcreole.CreoleParser
 
DEFAULT_SECT_ENUM_SYMBOLS - Static variable in class com.admc.jcreole.CreoleParser
Defaults to displaying no section enumeration labels (in body headings or in TOCs) and skips heading levels 5 and 6 in TOCs.
DeferredUrlMarker - Class in com.admc.jcreole.marker
This class is named to be used as a general deferred URL resolver, but for now it is Master-Definition-List specific, since that's all we need.
DeferredUrlMarker(int, String) - Constructor for class com.admc.jcreole.marker.DeferredUrlMarker
 
DictionaryComparator - Class in com.admc.jcreole
Sorts the toString() of elements in same order as a dictionary.
DictionaryComparator() - Constructor for class com.admc.jcreole.DictionaryComparator
 
DLSTATE - Static variable in class com.admc.jcreole.CreoleScanner
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.admc.jcreole.CreoleToHtmlServlet
 
DT - Static variable in class com.admc.jcreole.Terminals
 

E

EM_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
EMDASH - Static variable in class com.admc.jcreole.Terminals
 
END_DT - Static variable in class com.admc.jcreole.Terminals
 
END_H - Static variable in class com.admc.jcreole.Terminals
 
END_JCXBLOCK - Static variable in class com.admc.jcreole.Terminals
 
END_JCXSPAN - Static variable in class com.admc.jcreole.Terminals
 
END_LI - Static variable in class com.admc.jcreole.Terminals
 
END_PARA - Static variable in class com.admc.jcreole.Terminals
 
END_ROW - Static variable in class com.admc.jcreole.Terminals
 
entries - Variable in class com.admc.jcreole.marker.BodyUpdaterMarker
 
Entry - Class in com.admc.jcreole.marker
 
Entry(int) - Constructor for class com.admc.jcreole.marker.Entry
 
ENTRYDEF - Static variable in class com.admc.jcreole.Terminals
 
entryLinks - Variable in class com.admc.jcreole.marker.IndexMarker
 
EntryOrdering - Enum in com.admc.jcreole
 
EntryType - Enum in com.admc.jcreole
 
ENUMFORMATRESET - Static variable in class com.admc.jcreole.Terminals
 
EnumSymbolsPattern - Static variable in class com.admc.jcreole.CreoleParser
 
EOF - Static variable in class com.admc.jcreole.Terminals
 
equals(Object) - Method in class com.admc.jcreole.marker.BufferMarker
 
equals(Object) - Method in class com.admc.jcreole.marker.Entry
 
escape(StringBuilder) - Method in enum com.admc.util.Expander.PairedDelims
 
ESCURL - Static variable in class com.admc.jcreole.CreoleScanner
 
expand(CharSequence) - Method in class com.admc.util.Expander
 
Expander - Class in com.admc.util
Expands ${references} in Strings.
Expander(Expander.PairedDelims) - Constructor for class com.admc.util.Expander
 
Expander.PairedDelims - Enum in com.admc.util
 
expandToString(CharSequence) - Method in class com.admc.util.Expander
Same exact contract as expand(CharSequence), but returns a String.

F

FileComparator - Class in com.admc.util
 
FileComparator(FileComparator.SortBy, boolean) - Constructor for class com.admc.util.FileComparator
 
FileComparator.SortBy - Enum in com.admc.util
 
FINAL_DT - Static variable in class com.admc.jcreole.Terminals
 
FINAL_LI - Static variable in class com.admc.jcreole.Terminals
 
FINAL_ROW - Static variable in class com.admc.jcreole.Terminals
 
FootNoteRefMarker - Class in com.admc.jcreole.marker
 
FootNoteRefMarker(int, String) - Constructor for class com.admc.jcreole.marker.FootNoteRefMarker
 
FOOTNOTES - Static variable in class com.admc.jcreole.Terminals
 
FootNotesMarker - Class in com.admc.jcreole.marker
Lifecycle Instantiate add(FootNoteRefMarker) add(name) (reading them from OOB) sort updateReferences EXTERNALLY updateBuffer paragraphs, incl.
FootNotesMarker(int, EntryOrdering) - Constructor for class com.admc.jcreole.marker.FootNotesMarker
 
FOOTREF - Static variable in class com.admc.jcreole.Terminals
 

G

generateEntries() - Method in class com.admc.jcreole.marker.IndexMarker
 
generateTable(File, String, boolean, FileComparator.SortBy, boolean) - Method in class com.admc.jcreole.Indexer
This is a highly-modified fork of Tomcat's method DefaultServlet.renderHtml().
generateToc(String) - Method in class com.admc.jcreole.Sections
 
getClassNames() - Method in class com.admc.jcreole.marker.Styler
 
getColumn() - Method in exception com.admc.jcreole.CreoleParseException
 
getCssHrefs() - Method in class com.admc.jcreole.CreoleParser
Get list of CSS Hrefs that need to be loaded into the HTML page header.
getCssHrefs() - Method in class com.admc.jcreole.JCreole
Returns a new list consisting of explicitly set cssHrefs + cssHrefs of the underlying Parser.
getDefaultTargetWindow() - Method in class com.admc.jcreole.CreoleParser
Get link base link target window to be loaded into the HTML page header.
getDefaultTargetWindow() - Method in class com.admc.jcreole.JCreole
Calls the corresponding method on the underlying Parser.
getDottedSequenceLabel() - Method in class com.admc.jcreole.SectionHeading
 
getEntryId() - Method in class com.admc.jcreole.marker.Entry
 
getFormatReset() - Method in class com.admc.jcreole.marker.HeadingMarker
 
getFramingExpander() - Method in class com.admc.jcreole.JCreole
Returns reference to the Framing Expander.
getHtmlExpander() - Method in class com.admc.jcreole.JCreole
Returns reference to the HTML Expander.
getIdString() - Method in class com.admc.jcreole.marker.BufferMarker
 
getInUrl() - Method in class com.admc.jcreole.marker.DeferredUrlMarker
 
getLabel() - Method in class com.admc.jcreole.marker.Entry
 
getLabel() - Method in class com.admc.jcreole.marker.LinkMarker
 
getLevel() - Method in class com.admc.jcreole.SectionHeading
 
getLine() - Method in exception com.admc.jcreole.CreoleParseException
 
getLinkText() - Method in class com.admc.jcreole.marker.LinkMarker
 
getMarkerString() - Method in class com.admc.jcreole.marker.BufferMarker
 
getName() - Method in class com.admc.jcreole.marker.FootNoteRefMarker
 
getName() - Method in class com.admc.jcreole.marker.IndexedMarker
 
getOffset() - Method in exception com.admc.jcreole.CreoleParseException
 
getOffset() - Method in class com.admc.jcreole.marker.BufferMarker
 
getParser() - Method in class com.admc.jcreole.JCreole
Gets the underlying Parser, with which you can do a lot of useful stuff.
getPrivileges() - Method in class com.admc.jcreole.CreoleParser
 
getPrivileges() - Method in class com.admc.jcreole.JCreole
Calls the corresponding method on the underlying Parser.
getSectionHeading() - Method in class com.admc.jcreole.marker.HeadingMarker
 
getSectionHeadings() - Method in class com.admc.jcreole.CreoleParser
 
getSectionHeadings() - Method in class com.admc.jcreole.marker.MarkerMap
 
getSequenceLabel() - Method in class com.admc.jcreole.SectionHeading
 
getSequenceLabel(int) - Method in class com.admc.jcreole.SectionHeading
 
getStateStack() - Method in class com.admc.jcreole.CreoleScanner
 
getTagName() - Method in class com.admc.jcreole.marker.TagMarker
 
getTargetDirection() - Method in class com.admc.jcreole.marker.Styler
 
getTargetType() - Method in class com.admc.jcreole.marker.CloseMarker
 
getTargetType() - Method in class com.admc.jcreole.marker.Styler
 
getTargNum() - Method in class com.admc.jcreole.marker.FootNoteRefMarker
 
getTargNum() - Method in class com.admc.jcreole.marker.IndexedMarker
 
getText() - Method in class com.admc.jcreole.SectionHeading
 
getXmlId() - Method in class com.admc.jcreole.SectionHeading
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.admc.jcreole.CreoleToHtmlHandler
 
HARDLINE - Static variable in class com.admc.jcreole.Terminals
 
HARDSPACE - Static variable in class com.admc.jcreole.Terminals
 
HEADING - Static variable in class com.admc.jcreole.Terminals
 
HeadingMarker - Class in com.admc.jcreole.marker
 
HeadingMarker(int, String, int, String) - Constructor for class com.admc.jcreole.marker.HeadingMarker
 
HEADSTATE - Static variable in class com.admc.jcreole.CreoleScanner
 
HOR - Static variable in class com.admc.jcreole.Terminals
 
htmlExpand(String) - Method in class com.admc.jcreole.JCreole
 

I

id - Variable in class com.admc.jcreole.marker.BufferMarker
 
IMAGE - Static variable in class com.admc.jcreole.Terminals
 
indent(int) - Static method in class com.admc.jcreole.CreoleParser
TODO: I just wrote this to get it working now.
INDEX - Static variable in class com.admc.jcreole.Terminals
 
INDEXED - Static variable in class com.admc.jcreole.Terminals
 
IndexedMarker - Class in com.admc.jcreole.marker
 
IndexedMarker(int, String) - Constructor for class com.admc.jcreole.marker.IndexedMarker
 
Indexer - Class in com.admc.jcreole
 
Indexer() - Constructor for class com.admc.jcreole.Indexer
 
IndexMarker - Class in com.admc.jcreole.marker
Lifecycle Instantiate add(IndexedMarker) generateEntries() sort EXTERNALLY updateBuffer IndexedMarkers) updateBuffer
IndexMarker(int, EntryOrdering) - Constructor for class com.admc.jcreole.marker.IndexMarker
 
init() - Method in class com.admc.jcreole.CreoleToHtmlServlet
 
InlineMarker - Class in com.admc.jcreole.marker
 
InlineMarker(int, String, boolean, boolean) - Constructor for class com.admc.jcreole.marker.InlineMarker
 
InterWikiMapper - Interface in com.admc.jcreole
Map from wiki page names to actual paths or URLs to the pages.
invokeReduceAction(int, int) - Method in class com.admc.jcreole.CreoleParser
 
IOUtil - Class in com.admc.util
There is much functional overlap between this class and Apache Commons IO.
isAtomic() - Method in class com.admc.jcreole.marker.TagMarker
 
iwLabels - Variable in class com.admc.jcreole.CreoleToHtmlHandler
 
iwLabels - Variable in class com.admc.jcreole.CreoleToHtmlServlet
 
iwUrls - Variable in class com.admc.jcreole.CreoleToHtmlHandler
 
iwUrls - Variable in class com.admc.jcreole.CreoleToHtmlServlet
 

J

JCreole - Class in com.admc.jcreole
Generates HTML fragments from supplied Creole wikitext, optionally making a complete HTML page by merging the generated fragment with a HTML page boilerplate.
JCreole() - Constructor for class com.admc.jcreole.JCreole
Use this when you want to work with HTML fragments externally.
JCreole(String) - Constructor for class com.admc.jcreole.JCreole
 
JCreolePrivilege - Enum in com.admc.jcreole
Privilege to restrict access to Plugin features.
JCXBLOCK - Static variable in class com.admc.jcreole.Terminals
 
JcxBlockMarker - Class in com.admc.jcreole.marker
 
JcxBlockMarker(int) - Constructor for class com.admc.jcreole.marker.JcxBlockMarker
 
JCXBLOCKSTATE - Static variable in class com.admc.jcreole.CreoleScanner
lexical states
JCXSPAN - Static variable in class com.admc.jcreole.Terminals
 
JcxSpanMarker - Class in com.admc.jcreole.marker
 
JcxSpanMarker(int) - Constructor for class com.admc.jcreole.marker.JcxSpanMarker
 
JFlexDriver - Class in com.admc.jcreole
Run the Scanner.
JFlexDriver() - Constructor for class com.admc.jcreole.JFlexDriver
 
joinWashedSymbols(List<? extends WashedSymbol>) - Static method in class com.admc.jcreole.CreoleParser
Returns a single XML-washed String Uses character \b internally so INPUT STRING MAY NOT CONTAIN \b! The specified List must be all WashedSymbols.

L

LI - Static variable in class com.admc.jcreole.Terminals
 
LinkMarker - Class in com.admc.jcreole.marker
 
LinkMarker(int, String) - Constructor for class com.admc.jcreole.marker.LinkMarker
 
LISTATE - Static variable in class com.admc.jcreole.CreoleScanner
 

M

main(String[]) - Static method in class com.admc.jcreole.JCreole
Run this method with no parameters to see syntax requirements and the available parameters.
main(String[]) - Static method in class com.admc.jcreole.JFlexDriver
Run with no parameters to see the syntax banner.
main(String[]) - Static method in class com.admc.util.Expander
 
markerChar - Static variable in class com.admc.jcreole.marker.BufferMarker
 
MarkerMap - Class in com.admc.jcreole.marker
 
MarkerMap() - Constructor for class com.admc.jcreole.marker.MarkerMap
 
MASTERDEFLIST - Static variable in class com.admc.jcreole.Terminals
 
MasterDefListMarker - Class in com.admc.jcreole.marker
Lifecycle Instantiate add(DeferredUrlMarker) add(name) (reading them from OOB) sort updateReferences EXTERNALLY updateBuffer paragraphs, incl.
MasterDefListMarker(int, EntryOrdering) - Constructor for class com.admc.jcreole.marker.MasterDefListMarker
 
MAX_LEVEL - Static variable in class com.admc.jcreole.SectionHeading
 
mkWashedSymbol(List<String>) - Static method in class com.admc.jcreole.CreoleParser
Returns a single XML-washed String Uses character \b internally so INPUT STRING MAY NOT CONTAIN \b! The specified List must be either all non-washed Tokens.
MONO_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 

N

NAMES - Static variable in class com.admc.jcreole.Terminals
 
NESTED_DFLTTARGETWIN - Static variable in class com.admc.jcreole.Terminals
 
NESTED_ENUMFORMATS - Static variable in class com.admc.jcreole.Terminals
 
NESTED_HTMLCOMMENT - Static variable in class com.admc.jcreole.Terminals
 
NESTED_LISTFORMATS - Static variable in class com.admc.jcreole.Terminals
 
NESTED_NOWIKI - Static variable in class com.admc.jcreole.Terminals
 
NESTED_PRE - Static variable in class com.admc.jcreole.Terminals
 
NESTED_RAWHTML - Static variable in class com.admc.jcreole.Terminals
 
NESTED_STYLESHEET - Static variable in class com.admc.jcreole.Terminals
 
newCreoleScanner(File, boolean, Expander) - Static method in class com.admc.jcreole.CreoleScanner
Static factory method.
newCreoleScanner(StringBuilder, boolean, Expander) - Static method in class com.admc.jcreole.CreoleScanner
Static factory method.
newDl(List<DtSymbol>) - Method in class com.admc.jcreole.CreoleParser
 
newListNest(List<LiSymbol>) - Method in class com.admc.jcreole.CreoleParser
 
newTabSet(List<TabSymbol>) - Method in class com.admc.jcreole.CreoleParser
 
nextToken() - Method in class com.admc.jcreole.CreoleScanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.

O

offset - Variable in class com.admc.jcreole.marker.BufferMarker
 
ordering - Variable in class com.admc.jcreole.marker.BodyUpdaterMarker
 
origKeyToEntry - Variable in class com.admc.jcreole.marker.BodyUpdaterMarker
 
outBuffer - Variable in class com.admc.jcreole.marker.BodyUpdaterMarker
 

P

parseCreole(StringBuilder) - Method in class com.admc.jcreole.JCreole
Returns a HTML FRAGMENT from the specified Creole Wikitext.
parseCreole(File) - Method in class com.admc.jcreole.JCreole
Returns a HTML FRAGMENT from the specified Creole Wikitext file.
parser - Variable in class com.admc.jcreole.JCreole
 
postProcess(String, String) - Method in class com.admc.jcreole.JCreole
Generates clean html-expanded HTML with specified EOL type.
preserveEscapes(CharSequence) - Method in enum com.admc.util.Expander.PairedDelims
 
PSTATE - Static variable in class com.admc.jcreole.CreoleScanner
 
put(String, String) - Method in class com.admc.util.Expander
Wrapper for put(String, String, String, boolean), with no (null) namespace and value expansion.
put(String, String, boolean) - Method in class com.admc.util.Expander
Wrapper for put(String, String, String, boolean), with no (null) namespace.
put(String, String, String, boolean) - Method in class com.admc.util.Expander
N.b.
putAll(Map<String, String>) - Method in class com.admc.util.Expander
Wrapper for putAll(String, Map, boolean), with no (null) namespace and value expansion.
putAll(Map<String, String>, boolean) - Method in class com.admc.util.Expander
Wrapper for putAll(String, Map, boolean), with no (null) namespace.
putAll(String, Properties, boolean) - Method in class com.admc.util.Expander
Exact same behavior as putAll(String, Map, boolean)
putAll(String, Map<String, String>, boolean) - Method in class com.admc.util.Expander
If the specified ns is non-null, then it is used with the current ns for this Expander instance.

R

RecipientPattern - Static variable in class com.admc.jcreole.CreoleParser
 
refMarkers - Variable in class com.admc.jcreole.marker.FootNotesMarker
 
refMarkers - Variable in class com.admc.jcreole.marker.IndexMarker
 
refMarkers - Variable in class com.admc.jcreole.marker.MasterDefListMarker
 
refPattern - Variable in enum com.admc.util.Expander.PairedDelims
 
ROOTLVL_DFLTTARGETWIN - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_ENUMFORMATS - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_HTMLCOMMENT - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_LISTFORMATS - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_NEWLINE - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_NOWIKI - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_RAWHTML - Static variable in class com.admc.jcreole.Terminals
 
ROOTLVL_STYLESHEET - Static variable in class com.admc.jcreole.Terminals
 

S

SectionHeading - Class in com.admc.jcreole
Encapsulates details about a HTML Heading (h1, h2, etc.) that allow it to be used effectively as a section delimiter.
SectionHeading(String, int, String) - Constructor for class com.admc.jcreole.SectionHeading
Level here is the 'h' level, which begins at 1 not 0.
Sections - Class in com.admc.jcreole
A list of sections that can be displayed in a Table of Contents
Sections() - Constructor for class com.admc.jcreole.Sections
 
set(String, String) - Method in class com.admc.jcreole.marker.FootNotesMarker
Update entryHtml for the specified reference name
set(String, String) - Method in class com.admc.jcreole.marker.MasterDefListMarker
Update entryHtml for the specified reference name
setContext(StringBuilder, int) - Method in class com.admc.jcreole.marker.BufferMarker
 
setCreoleExpander(Expander) - Method in class com.admc.jcreole.JCreole
Will use the specified creoleExpander when instantiating the scanner.
setDefaultLevelInclusions(String) - Method in class com.admc.jcreole.marker.TocMarker
Set levelInclusions only if one has not been set already (and if the levelInclusions parameter of the constructor was null).
setEntryLabel(String) - Method in class com.admc.jcreole.marker.FootNoteRefMarker
 
setEnumerationFormats(String) - Method in class com.admc.jcreole.CreoleParser
Legacy wrapper
setEnumerationFormats(String) - Method in class com.admc.jcreole.JCreole
Legacy wrapper
setEnumerationFormats(String) - Method in class com.admc.jcreole.SectionHeading
 
setEnumSymbols(String, boolean) - Method in class com.admc.jcreole.CreoleParser
Set enumeration symbols to display insection/heading enumerations in TOCs (if any) and in headings.
setEnumSymbols(String, boolean) - Method in class com.admc.jcreole.JCreole
Calls the corresponding method on the underlying Parser.
setFilter(FileFilter) - Method in class com.admc.jcreole.Indexer
 
setFormatReset(char) - Method in class com.admc.jcreole.marker.HeadingMarker
 
setHtml(String) - Method in class com.admc.jcreole.marker.Entry
 
setHtmlExpander(Expander) - Method in class com.admc.jcreole.JCreole
Beware of this method.
setInterWikiMapper(InterWikiMapper) - Method in class com.admc.jcreole.CreoleParser
Assign a mapper from wiki page names to actual paths or URLs to the pages.
setInterWikiMapper(InterWikiMapper) - Method in class com.admc.jcreole.JCreole
Calls the corresponding method on the underlying Parser.
setLabel(String) - Method in class com.admc.jcreole.marker.Entry
 
setLabel(String) - Method in class com.admc.jcreole.marker.LinkMarker
 
setNameTranslationFormat(String) - Method in class com.admc.jcreole.Indexer
 
setNameTranslationMatchPat(String) - Method in class com.admc.jcreole.Indexer
 
setPrefixDelimiter(char) - Method in class com.admc.util.Expander
 
setPrivileges(EnumSet<JCreolePrivilege>) - Method in class com.admc.jcreole.CreoleParser
Specify what plugin directives may be used by Creole page authors.
setPrivileges(EnumSet<JCreolePrivilege>) - Method in class com.admc.jcreole.JCreole
Calls the corresponding method on the underlying Parser.
setSectIdPrevix(String) - Method in class com.admc.jcreole.CreoleParser
 
setSectionHeadings(Sections) - Method in class com.admc.jcreole.marker.TocMarker
 
setSequences(int[]) - Method in class com.admc.jcreole.SectionHeading
 
setServletContext(ServletContext) - Method in class com.admc.jcreole.CreoleToHtmlHandler
 
setTargetId(int) - Method in class com.admc.jcreole.marker.DeferredUrlMarker
 
setTargNum(int) - Method in class com.admc.jcreole.marker.FootNoteRefMarker
 
setTargNum(int) - Method in class com.admc.jcreole.marker.IndexedMarker
 
singleton - Static variable in class com.admc.jcreole.DictionaryComparator
 
SlashDelimitedPattern - Static variable in class com.admc.jcreole.CreoleParser
 
sort() - Method in class com.admc.jcreole.marker.BodyUpdaterMarker
 
sort() - Method in class com.admc.jcreole.marker.FootNotesMarker
 
sort() - Method in class com.admc.jcreole.marker.IndexMarker
 
sort() - Method in class com.admc.jcreole.marker.MasterDefListMarker
 
STRIKE_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
STRONG_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
Styler - Class in com.admc.jcreole.marker
Adds CSS class to HTML tags in the output buffer.
Styler(int, String, char, String) - Constructor for class com.admc.jcreole.marker.Styler
 
STYLER - Static variable in class com.admc.jcreole.Terminals
 
SUB_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
SUP_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
SYNTAX_MSG - Static variable in class com.admc.jcreole.JCreole
 

T

TAB - Static variable in class com.admc.jcreole.Terminals
 
TABLESTATE - Static variable in class com.admc.jcreole.CreoleScanner
 
TagMarker - Class in com.admc.jcreole.marker
Represents a HTML Tag, JCX-created or not.
TagMarker(int, String, boolean, boolean) - Constructor for class com.admc.jcreole.marker.TagMarker
 
TagType - Enum in com.admc.jcreole
 
targetDirection - Variable in class com.admc.jcreole.marker.Styler
 
targetSb - Variable in class com.admc.jcreole.marker.BufferMarker
 
targetType - Variable in class com.admc.jcreole.marker.Styler
 
Terminals - Class in com.admc.jcreole
This class lists terminals used by the grammar specified in "CreoleParser.grammar".
Terminals() - Constructor for class com.admc.jcreole.Terminals
 
TEXT - Static variable in class com.admc.jcreole.Terminals
 
TOC - Static variable in class com.admc.jcreole.Terminals
 
TocMarker - Class in com.admc.jcreole.marker
 
TocMarker(int, String) - Constructor for class com.admc.jcreole.marker.TocMarker
 
toHtml(String) - Method in class com.admc.jcreole.marker.Entry
 
toLabel(String, String) - Method in class com.admc.jcreole.CreoleToHtmlHandler
 
toLabel(String, String) - Method in class com.admc.jcreole.CreoleToHtmlServlet
 
toLabel(String, String) - Method in interface com.admc.jcreole.InterWikiMapper
 
toPath(String, String) - Method in class com.admc.jcreole.CreoleToHtmlHandler
 
toPath(String, String) - Method in class com.admc.jcreole.CreoleToHtmlServlet
 
toPath(String, String) - Method in interface com.admc.jcreole.InterWikiMapper
 
toString() - Method in class com.admc.jcreole.marker.BufferMarker
 
toString() - Method in class com.admc.jcreole.marker.CloseMarker
 
toString() - Method in class com.admc.jcreole.marker.Entry
 
toString() - Method in class com.admc.jcreole.marker.TagMarker
 
toString() - Method in class com.admc.jcreole.marker.TocMarker
 
toString() - Method in class com.admc.jcreole.SectionHeading
 
toString() - Method in class com.admc.util.Expander
 
toString() - Method in class com.admc.util.FileComparator
 
toString(File) - Static method in class com.admc.util.IOUtil
 
toString(InputStream) - Static method in class com.admc.util.IOUtil
Wrapper for toString(InputStream, int) with buffer size of 10240 characters.
toString(InputStream, int) - Static method in class com.admc.util.IOUtil
Generates a String from specified InputStream, using UTF-8 encoding.
toStringBuilder(File) - Static method in class com.admc.util.IOUtil
 
toStringBuilder(InputStream) - Static method in class com.admc.util.IOUtil
Wrapper for toStringBuilder(InputStream, int) with buffer size of 10240 characters.
toStringBuilder(InputStream, int) - Static method in class com.admc.util.IOUtil
Generates a StringBuilder from specified InputStream, using UTF-8 encoding.

U

UNDER_TOGGLE - Static variable in class com.admc.jcreole.Terminals
 
updateBuffer() - Method in class com.admc.jcreole.marker.BodyUpdaterMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.BufferMarker
Removes the single character at the indicated point.
updateBuffer() - Method in class com.admc.jcreole.marker.DeferredUrlMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.FootNoteRefMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.FootNotesMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.HeadingMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.IndexedMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.IndexMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.LinkMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.MasterDefListMarker
 
updateBuffer() - Method in class com.admc.jcreole.marker.TagMarker
Removes the single character at the indicated point, then, if there are any class names to be written, inserts the list at that point.
updateBuffer() - Method in class com.admc.jcreole.marker.TocMarker
 
updatedEnumerationFormats(String) - Method in class com.admc.jcreole.marker.HeadingMarker
 
updateReferences() - Method in class com.admc.jcreole.marker.FootNotesMarker
 
updateReferences() - Method in class com.admc.jcreole.marker.MasterDefListMarker
 
URL - Static variable in class com.admc.jcreole.Terminals
 
UrlPattern - Static variable in class com.admc.jcreole.CreoleParser
 

V

validate() - Method in class com.admc.jcreole.marker.BufferMarker
Confirms that a marker for this inserter exists at the indicated point in the supplied StringBuilder.
valueOf(String) - Static method in enum com.admc.jcreole.EntryOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.admc.jcreole.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.admc.jcreole.JCreolePrivilege
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.admc.jcreole.TagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.admc.util.Expander.PairedDelims
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.admc.util.FileComparator.SortBy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.admc.jcreole.EntryOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.admc.jcreole.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.admc.jcreole.JCreolePrivilege
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.admc.jcreole.TagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.admc.util.Expander.PairedDelims
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.admc.util.FileComparator.SortBy
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapLabel(String, String) - Method in class com.admc.jcreole.marker.LinkMarker
 

Y

yybegin(int) - Method in class com.admc.jcreole.CreoleScanner
Enters a new lexical state
yycharat(int) - Method in class com.admc.jcreole.CreoleScanner
Returns the character at position pos from the matched text.
yyclose() - Method in class com.admc.jcreole.CreoleScanner
Closes the input stream.
YYEOF - Static variable in class com.admc.jcreole.CreoleScanner
This character denotes the end of file
YYINITIAL - Static variable in class com.admc.jcreole.CreoleScanner
 
yylength() - Method in class com.admc.jcreole.CreoleScanner
Returns the length of the matched text region.
yypushback(int) - Method in class com.admc.jcreole.CreoleScanner
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.admc.jcreole.CreoleScanner
Resets the scanner to read from a new input stream.
yystate() - Method in class com.admc.jcreole.CreoleScanner
Returns the current lexical state.
yytext() - Method in class com.admc.jcreole.CreoleScanner
Returns the text matched by the current regular expression.
A B C D E F G H I J L M N O P R S T U V W Y