- 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.
- 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
-
- 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.