Mylyn WikiText version 2.8.0-SNAPSHOT
A B C D E F G H I J L M N O P Q R S T V W X 

A

AbstractHtmlBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
An abstract block that is delimited by HTML-style open and close tags.
AbstractHtmlBlock(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
AbstractMarkupDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
Provides default functionality for document builders that emit lightweight wiki markup.
AbstractMarkupDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
AbstractMarkupDocumentBuilder.Block - Class in org.eclipse.mylyn.wikitext.core.parser.builder
Represents a block or section of the document.
AbstractMarkupDocumentBuilder.Block(DocumentBuilder.BlockType) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
AbstractMarkupDocumentBuilder.ImplicitParagraphBlock - Class in org.eclipse.mylyn.wikitext.core.parser.builder
a block that provides default paragraph functionality, for emitting content when no explicit block has been opened.
AbstractMarkupDocumentBuilder.ImplicitParagraphBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
AbstractMarkupDocumentBuilder.NewlineDelimitedBlock - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A block that is delimited by newlines.
AbstractMarkupDocumentBuilder.NewlineDelimitedBlock(DocumentBuilder.BlockType, int, int) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.NewlineDelimitedBlock
 
AbstractMarkupDocumentBuilder.SuffixBlock - Class in org.eclipse.mylyn.wikitext.core.parser.builder
a block that outputs a suffix when it's closed
AbstractMarkupDocumentBuilder.SuffixBlock(DocumentBuilder.BlockType, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.SuffixBlock
 
AbstractMarkupLanguage - Class in org.eclipse.mylyn.wikitext.core.parser.markup
a standard implementation of a markup language usually extends this class, which provides default support for common functionality.
AbstractMarkupLanguage() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
AbstractMarkupLanguage.PatternBasedSyntax - Class in org.eclipse.mylyn.wikitext.core.parser.markup
 
AbstractMarkupLanguage.PatternBasedSyntax() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
AbstractXmlDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
 
AbstractXmlDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
AbstractXmlDocumentBuilder(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
accept(OutlineItem.Visitor) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Emit an acronym
acronym(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
AcronymEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
AcronymEvent(String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.AcronymEvent
 
AcronymReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A token for acronyms, which are defined as 3 or more upper-case letters followed immediately by parentheses with one or more words.
AcronymReplacementToken() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.AcronymReplacementToken
 
add(PatternBasedElement) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
add(DocumentBuilder.BlockType) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Adds the given DocumentBuilder.BlockType to the supported syntax of the language created by this builder.
add(DocumentBuilder.SpanType) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Adds the given DocumentBuilder.SpanType to the supported syntax of the language created by this builder.
addBlockExtensions(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
subclasses may override this method to add blocks to the language.
addBlockExtensions(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
addBlockExtensions(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
subclasses may override this method to add blocks to the Textile language.
addCssStylesheet(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
addCssStylesheet(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
addCssStylesheet(HtmlDocumentBuilder.Stylesheet) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Add a CSS stylesheet to the output document.
addDocumentBuilder(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
addGlossaryTerm(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
Add a glossary term (typically an acronym) with its definition.
addHeadings(int) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Adds support for headings up to and including the specified level.
addPhraseModifierExtensions(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
subclasses may override this method to add phrases to the language.
addPhraseModifierExtensions(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Adds phrase modifiers to the given syntax.
addSpanFont() - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Adds support for the <font> HTML tag as a DocumentBuilder.SpanType.SPAN.
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
addStandardBlocks(List<Block>, List<Block>) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
addStandardPhraseModifiers(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
addStandardTokens(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
addTokenExtensions(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
subclasses may override this method to add tokens to the language.
addTokenExtensions(AbstractMarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Adds tokens to the given syntax
appendCssClass(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
Append a css class to the existing value
appendCssStyle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
Append a css style to the existing value
applyTo(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvents
Invokes the events on the given builder.
AsciiDocLanguage - Class in org.eclipse.mylyn.wikitext.asciidoc.core
A markup language implementing Asciidoc syntax.
AsciiDocLanguage() - Constructor for class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
assertOpenBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
Attributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes for a markup element.
Attributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
Attributes(String, String, String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.Attributes
 

B

base - Variable in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
baseInHead - Variable in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Begin a block of the specified type.
beginBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
beginBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.HtmlPreformattedBlock
 
beginBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
BeginBlockEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
BeginBlockEvent(DocumentBuilder.BlockType, Attributes) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginBlockEvent
 
beginBody() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
begin the body by emitting the body element.
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
beginDocument(HtmlDocumentBuilder, XmlStreamWriter) - Method in interface org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentHandler
Writes the content that occurs at the start of the document up to and including the <body> tag (if any).
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Begin a document.
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
BeginDocumentEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
BeginDocumentEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginDocumentEvent
 
beginGroup(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Begin a heading of the specified level (usually 1-6).
beginHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
BeginHeadingEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
BeginHeadingEvent(int, Attributes) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginHeadingEvent
 
beginNesting() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Indicate if block nesting should begin.
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Begin a span of the specified type.
beginSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
BeginSpanEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
BeginSpanEvent(DocumentBuilder.SpanType, Attributes) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginSpanEvent
 
Block - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A markup block that may span multiple lines.
Block() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.Block
 
block(Block) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
blockLineCount - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
blockLineNumber - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
 
blocks - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
BugzillaGeneratedCommentBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
A block for detecting bugzilla-generated text such as: *** This bug has been marked as a duplicate of bug 1234 ***
BugzillaGeneratedCommentBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaGeneratedCommentBlock
 
BugzillaQuoteBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
A quote block that detects lines that start with '>' (email-style quoting)
BugzillaQuoteBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaQuoteBlock
 
builder - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
builder() - Static method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage

C

canResume(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Indicates if the block can resume with the given markup line at the provided offset.
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaGeneratedCommentBlock
 
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaQuoteBlock
 
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Indicate if the block can start with the given markup line at the provided offset.
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.EclipseErrorDetailsBlock
 
canStart(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.JavaStackTraceBlock
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Emit the given text as characters where special characters are encoded according to the output format rules.
characters(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
CharactersEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
CharactersEvent(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create unescaped characters, usually with some embedded HTML markup.
charactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
CharactersUnescapedEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
CharactersUnescapedEvent(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersUnescapedEvent
 
checkFileReadable(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
classLoader - Variable in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
 
clear() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
clear() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
clearLanguageSyntax() - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
clearLanguageSyntax() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
clearLanguageSyntax() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
clearRequireAdjacentSeparator() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
clone() - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Clone the block including its state.
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
clone() - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
 
clone() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
clone() - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
close() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
close() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
close() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.NewlineDelimitedBlock
 
close() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.SuffixBlock
 
close() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
users of this class must call close when done with it.
close() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
close() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
close() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
 
close() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
compareTo(ValidationProblem) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
computeBlock(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
computeCurrentListType() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
computeFile(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
computeHeading(int, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
computeInsertPosition(Block) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
computeInternalLinkExists(String) - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
for the purpose of converting wiki words into links, determine if the wiki word exists.
computeInternalLinkExists(String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
for the purpose of converting wiki words into links, determine if the wiki word exists.
computeInternalLinkExists(String) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
for the purpose of converting wiki words into links, determine if the wiki word exists.
computeListLevel() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
computePrefix(char, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
computeSpan(DocumentBuilder.SpanType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
configuration - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
configuration() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
create an instance of a configuration.
ConfigurationBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A builder for creating MarkupLanguageConfiguration
ConfigurationBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
configure(MarkupLanguageConfiguration) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
configure(MarkupLanguageConfiguration) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
configure the markup language with a configuration that may alter the language syntax and capabilities.
configure(MarkupLanguageConfiguration) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
ConfluenceLanguage - Class in org.eclipse.mylyn.wikitext.confluence.core
A confluence language for parsing Confluence markup.
ConfluenceLanguage() - Constructor for class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
contains(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
Indicate if this outline item contains the given outline item.
ContentState - Class in org.eclipse.mylyn.wikitext.core.parser.markup
State related to parsing content, propagated to blocks and other processors during the parse phase.
ContentState() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
copyConfiguration(HtmlDocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Copy the configuration of this builder to the provided one.
create() - Static method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
create an instance of the builder
create() - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
 
createDocumentBuilder(Writer, boolean) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
createDocumentBuilder(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Creates a DocumentBuilder suitable for emitting content in this markup language.
createDocumentBuilder(Writer, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Creates a DocumentBuilder suitable for emitting content in this markup language.
createDocumentBuilder(Writer, boolean) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
 
createDocumentBuilder(Writer, boolean) - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
createDocumentBuilder(Writer, boolean) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
createFormattingXmlStreamWriter(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
createFormattingXmlStreamWriter(Writer) - Static method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
createImplicitParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
Creates paragraph blocks in cases where content is emitted but no block is currently open.
createMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.validation.DocumentLocalReferenceValidationRule
 
createOutlineItem(OutlineItem, int, String, int, int, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
createOutlineUpdater(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
createRootItem() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
createState() - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
createState() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Create new state for tracking a document and its contents during a parse session.
createState() - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
createState() - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
createToc(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
createUtf8PrintWriter(OutputStream) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
createXmlStreamWriter(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
createXmlStreamWriter(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
createXmlStreamWriter(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
CreoleLanguage - Class in org.eclipse.mylyn.wikitext.creole.core
A markup language implementing Creole syntax.
CreoleLanguage() - Constructor for class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
 
currentBlock - Variable in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 

D

DEFAULT_MARKER_ID - Static variable in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
The default marker id for a WikiText validation problem.
DefaultIdGenerationStrategy - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A default ID generation strategy which removes all non-alphanumeric characters from the heading text to produce an id.
DefaultIdGenerationStrategy() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.DefaultIdGenerationStrategy
 
DefaultXmlStreamWriter - Class in org.eclipse.mylyn.wikitext.core.util
A default implementation of XmlStreamWriter that creates XML character output.
DefaultXmlStreamWriter(OutputStream) - Constructor for class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
DefaultXmlStreamWriter(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
DefaultXmlStreamWriter(Writer, char) - Constructor for class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
disableUnwrappedParagraphs() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
disableWikiWordLinking() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
discoverServiceResources() - Method in class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
 
discoverServiceResources() - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
 
distance(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
DitaBookMapDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
a document builder that can produce OASIS DITA output in the form of a book map and multiple topic output files, one for each level-1 heading.
DitaBookMapDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
DitaBookMapDocumentBuilder(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
DocBookDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A builder that can emit Docbook
DocBookDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
DocBookDocumentBuilder(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
document(String, String) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Provides a prefix and suffix which are emitted as literals at the start and end of content created using the document builder.
DocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser
The 'Builder' design pattern, for documents.
DocumentBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
 
DocumentBuilder.BlockType - Enum in org.eclipse.mylyn.wikitext.core.parser
 
DocumentBuilder.SpanType - Enum in org.eclipse.mylyn.wikitext.core.parser
 
DocumentBuilderEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
Represents an invocation of a DocumentBuilder captured as an event which can be applied.
DocumentBuilderEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvent
 
DocumentBuilderEvents - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
Captures the result of a EventDocumentBuilder as a series of events.
DocumentBuilderEvents(List<DocumentBuilderEvent>) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvents
 
DocumentLocalReferenceValidationRule - Class in org.eclipse.mylyn.wikitext.core.validation
A validation rule that verifies that internal document links resolve to a document id.
DocumentLocalReferenceValidationRule() - Constructor for class org.eclipse.mylyn.wikitext.core.validation.DocumentLocalReferenceValidationRule
 

E

EclipseErrorDetailsBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
A block that starts a preformatted section that begins with -- Error Details --, which is the prefix for error information inserted into a bug description by Mylyn when creating bugs from the Eclipse Error Log view.
EclipseErrorDetailsBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.EclipseErrorDetailsBlock
 
elementGroup - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
elementPattern - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
elements - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
emit() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Emit the content of the element
emit() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LiteralPhraseModifierProcessor
 
emit() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityReplacementTokenProcessor
 
emit() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.LineBreakReplacementTokenProcessor
 
emit() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.LiteralReplacementTokenProcessor
 
emitAnchorHref(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
emit the href attribute of an anchor.
emitContent(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
emitContent(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
Emits the given string
emitHead() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Emit the HTML head, including the head tag itself.
emitHeadContents() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
emit the contents of the HTML head, excluding the head tag itself.
emitMarkupLine(MarkupParser, ContentState, int, String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Emit a markup line that may contain phrase modifiers and replacement tokens, but no block modifiers.
emitMarkupLine(MarkupParser, ContentState, String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Emit a markup line that may contain phrase modifiers and replacement tokens, but no block modifiers.
emitMarkupText(MarkupParser, ContentState, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Emit markup that may contain replacement tokens but no phrase or block modifiers.
end(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Get the end offset of a capturing group, or -1 if the group did not match any text.
end(int) - Method in interface org.eclipse.mylyn.wikitext.core.parser.util.Matcher
 
end(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MatcherAdaper
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
End a block that was started.
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.HtmlPreformattedBlock
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
EndBlockEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
EndBlockEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndBlockEvent
 
endBody() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
end the body by emitting the body end element tag.
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
endDocument(HtmlDocumentBuilder, XmlStreamWriter) - Method in interface org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentHandler
Writes the content that occurs at the end of the document startign with the </body> closing tag (if any).
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
End a document.
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
EndDocumentEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
EndDocumentEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndDocumentEvent
 
endGroup(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
End a span that was started.
endHeading() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
EndHeadingEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
EndHeadingEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndHeadingEvent
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
End a span that was started.
endSpan() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
EndSpanEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
EndSpanEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndSpanEvent
 
ensureContext(Bundle) - Method in class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
An XML entity reference.
entityReference(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
EntityReferenceEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
EntityReferenceEvent(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.EntityReferenceEvent
 
EntityReferenceReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
 
EntityReferenceReplacementToken(String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityReferenceReplacementToken
 
EntityReplacementTokenProcessor - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A token processor that emits a specified XML entity reference.
EntityReplacementTokenProcessor(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityReplacementTokenProcessor
 
EntityWrappingReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A replacement token for segments of text that are delimited by specified text.
EntityWrappingReplacementToken(String, String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityWrappingReplacementToken
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.AcronymEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginBlockEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginDocumentEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginHeadingEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginSpanEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersUnescapedEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndBlockEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndDocumentEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndHeadingEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndSpanEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EntityReferenceEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.HorizontalRuleEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageLinkEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LineBreakEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LinkEvent
 
equals(Object) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
escapingHtmlAndXml() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
EventDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A DocumentBuilder that produces DocumentBuilderEvents as its output.
EventDocumentBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
EventLoggingDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
 
EventLoggingDocumentBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 

F

findCloseOffset(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Indicate if the block can close on the given line at the given offset.
findItemById(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
findNearestMatchingOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
findPatternBasedElement(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
findProblem(String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.validation.DocumentLocalReferenceValidationRule
 
findProblem(String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationRule
Starting at the given offset find the next validation problem.
findProblems(String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.validation.DocumentLocalReferenceValidationRule
 
findProblems(String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationRule
Find all validation problems that exist starting at the given offset
flush() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Flushes the content of the builder.
flush() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
FormattingXMLStreamWriter - Class in org.eclipse.mylyn.wikitext.core.util
An XmlStreamWriter that creates formatted output by emitting whitespace into the document output stream.
FormattingXMLStreamWriter(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 

G

generateId(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.DefaultIdGenerationStrategy
 
generateId(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.IdGenerationStrategy
produce an id for use in an HTML anchor from heading text.
getAlign() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getAlign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getAlign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
getAllMarkupLanguages() - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Get all known markup languages
getAlt() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getAnchorLevel() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
Indicates the heading level at which anchors of the form &lt;anchor id="additions"/&gt; should be emitted.
getAnchorNames() - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
get the set of anchor names that were either reserved or created.
getApplicableInstance() - Static method in class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
Provides the applicable service locator instance.
getAttributes() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
the attributes of the stylesheet, which may be modified prior to adding to the document.
getAuthor() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
an author to emit on the title page
getBase() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
Get the base URI of the HTML document.
getBgcolor() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getBgcolor() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getBgcolor() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
getBlocks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
getBlocks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
getBlockType() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
getBodyAfterRegion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
getBodyBeforeRegion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
getBodyEndRegion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
getBodyMargins() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Returns the body margins.
getBodyStartRegion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the book title as it should appear in the bookmap
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
getBorder() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getBorder() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getBuilder() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
The builder that is the target for output
getBuilder() - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
the builder to which parse results are propagated
getCellpadding() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getCellspacing() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getChildren() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
getCitation() - Method in class org.eclipse.mylyn.wikitext.core.parser.QuoteAttributes
 
getClasspathServiceResourceNames() - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Provides the list of service resource names from which Java services should be loaded.
getColspan() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getConfiguration() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
The current configuration of this builder.
getCopyright() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a copyright to emit in the document page footer
getCopyrightNotice() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
the copyright notice that should appear in the generated output
getCopyrightNotice() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
the copyright notice that should appear in the generated output
getCssClass() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getCssStyle() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getDate() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a date to emit on the title page
getDefaultAbsoluteLinkTarget() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
A default target attribute for links that have absolute (not relative) urls.
getDoctype() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the doctype to be used for the bookmap, or null if the default is to be used
getDoctype() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
getDocumentBuilderEvents() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
Provides the DocumentBuilderEvents that were created as a result of using this builder.
getDocumentOffset() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
get the 0-based character offset of the current character from the start of the document.
getDocumentOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getDocumentOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getElements() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
getEncoding() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Specify the character encoding for use in the HTML meta tag.
getEntityRef(int, boolean) - Static method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
Deprecated. 
getEvents() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvents
 
getExtendsLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
The name of the markup language that is extended by this one
getExtent() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Return the region extent in cm.
getFile() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
the file of the stylesheet, or null if it's not defined
getFileExtensions() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Provides the normal file extensions of this markup language.
getFontSize() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Get the base font size.
getFontSizeMultipliers() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The font size multipliers.
getFootnoteId(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getFrame() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getGenerationStrategy() - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
 
getGlossaryTerms() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
Get the glossary as a map of definition by acronym or term.
getHeight() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getHref() - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The target of the link.
getHtmlDtd() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
getHtmlFile() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
getHtmlFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Provides the HTML filename format which is used to rewrite relative URLs having no filename extension.
getHtmlNsUri() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The XML Namespace URI of the HTML elements, only used if HtmlDocumentBuilder.isEmitAsDocument().
getIconPattern() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
the pattern to use when generating icon image urls.
getId() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getId() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
the id of the heading, which is typically (though not guaranteed to be) unique within a document.
getIdGenerationStrategy() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
get the id strategy employed by this markup language.
getIdGenerationStrategy() - Method in class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
getIdGenerationStrategy() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
getIdGenerator() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getInstance() - Static method in class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 
getInstance(ClassLoader) - Static method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Get an instance of the service locator
getInstance() - Static method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Get an instance of the service locator
getInternalLinkPattern() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
The pattern to use when creating hyperlink targets for internal links.
getKind() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
getLabel() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
the text of the heading which could be truncated
getLabelMaxLength() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
getLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getLastChar() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
get the last character that was emitted, or 0 if no character has been written.
getLength() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
get the length of the outline item, which corresponds to the length of the heading text.
getLength() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
the length of the problem in characters
getLevel() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
the level of the document which is positive and usually <= 6 except for the root item where the value is undefined.
getLineCharacterOffset() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
get the 0-based offset of the current character in the current line
getLineCharacterOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getLineCharacterOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getLineDocumentOffset() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
get the 0-based character offset of the current line from the start of the document
getLineDocumentOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getLineDocumentOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getLineEndOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Get the offset within the line at which this element ended
getLineLength() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
get the length of the current line in characters, not including the line terminator
getLineLength() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getLineLength() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getLineNumber() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
get the 1-based number of the current line.
getLineNumber() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
Get the 1-based line number of the current line.
getLineNumber() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
get the 0-based line number of the last line read.
getLineNumber() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getLineOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
the 0-based character offset of the current line.
getLineOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
Get the character offset of the first character of the last line read.
getLineSegmentEndOffset() - Method in interface org.eclipse.mylyn.wikitext.core.parser.Locator
Get the 0-based offset of the end of the current line segment being processed, exclusive.
getLineSegmentEndOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getLineSegmentEndOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 
getLineStartOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Get the offset within the line at which this element was started
getLinkRel() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The 'rel' value for HTML links.
getLocale() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
The locale to use for output, which may affect literals emitted into the output.
getLocator() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
The locator for the current session
getMarginBottom() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Returns the margin-bottom property in cm.
getMarginLeft() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Returns the margin-left property in cm.
getMarginRight() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Returns the margin-right property of the master page in cm.
getMarginTop() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Returns the margin-top propert in cm.
getMarkerId() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
getMarkupContent() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
the markup language of the markup to process
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
getMarkupLanguage(String) - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
get a markup language by name
getMarkupLanguages() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageProvider
Provides all markup languages supported by this provider.
getMessage() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
the text message as it is displayed to the user
getName() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Returns the name of the region.
getName() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
The name of the markup language, typically the same as the name of the markup language supported by this markup language.
getName() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.Template
the name of the template
getNamespaceURI(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
getNamespaceURI(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
getNamespaceURI(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
getNestedBlocks() - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
getOffset() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
getOffset() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
Get the character offset of the last character read.
getOffset() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
the character offset in the document of the problem
getOutline() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the outline if available, otherwise null DitaBookMapDocumentBuilder.setOutline(OutlineItem)
getOutline() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
getPageHeight() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page height in cm.
getPageMargin() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page margin in cm.
getPageMargins() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Returns the margins of the master page.
getPageWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page width in cm.
getParagraphBreakingBlocks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
getParent() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
getParser() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
The parser that is actively using this processor
getPattern() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage.PatternBasedSyntax
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
Get the regular expression pattern that matches this element.
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlCommentPhraseModifier
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlEndTagPhraseModifier
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlStartTagPhraseModifier
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlEndTagPhraseModifier
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlStartTagPhraseModifier
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.AcronymReplacementToken
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityWrappingReplacementToken
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.ImpliedHyperlinkReplacementToken
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLineBreakReplacementToken
 
getPattern(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLiteralReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
The number of capturing groups in the pattern.
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlCommentPhraseModifier
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlEndTagPhraseModifier
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlStartTagPhraseModifier
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlEndTagPhraseModifier
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlStartTagPhraseModifier
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.AcronymReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityWrappingReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.ImpliedHyperlinkReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLineBreakReplacementToken
 
getPatternGroupCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLiteralReplacementToken
 
getPhraseModifiers() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
getPhraseModifierSyntax() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
getPhraseModifierSyntax() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
getPrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
getPrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
getPrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
getPrependImagePrefix() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
if specified, the prefix is prepended to relative image urls.
getPrevious() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
Get the previous item.
getPreviousBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
getProperty(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
getReader(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
getReader() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
the content reader, or null if it's not defined.
getReferenceOrientation() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The reference-orientation property of the master page in degrees.
getRel() - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The 'rel' of a link, as defined by the HTML spec.
getReplacementTokenSyntax() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
getReplacementTokenSyntax() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
getResourcePath() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
the resource path to the resource of this outline item
getRowspan() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getRules() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getRules() - Method in class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
getSectionLength() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
get the length of the section, which is the length of the heading text plus the length of any following content up to the next peer-leveled heading or the parent's following sibling.
getServerUrl() - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
the server URL, for example http://trac.edgewall.org/ from which links may be derrived, such as http://trac.edgewall.org/wiki/WikiPage or http://trac.edgewall.org/tickets/1
getSeverity() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
getStart() - Method in class org.eclipse.mylyn.wikitext.core.parser.ListAttributes
 
getState() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
getStyle() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
the CSS style of the glossary block
getSubTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a sub-title to be emitted on the title page
getSummary() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getTarget() - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The target of a link, as defined by the HTML spec.
getTargetFile() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the target output file of the bookmap.
getTemplateContent() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.Template
The content of the template as it should be included in the document.
getTemplateExcludes() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
Indicate template names to exclude.
getTemplateMarkup() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.Template
the substitution content of the template
getTemplateProviders() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
getTemplates() - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
getText() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
Provides the text of this event.
getTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Set the document title, which will be emitted into the <title> element.
getTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a title to be emitted on the title page
getTokens() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
getTooltip() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
getTopicBreakLevel() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the heading level at which topics are determined
getTopicDoctype() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the doctype to be used for topics, or null if the default is to be used
getTopicFilenameSuffix() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the filename suffix to use when producing topics.
getTopicFolder() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the relative folder name of the folder in which topic files should be produced, or null if the files should be created within the same folder as the bookmap.
getTrailingNewlineCount() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
Provides the number of trailing newlines that were emitted, or 0 if no trailing newlines were written.
getUrl() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
the url of the stylesheet, or null if it's not defined
getUrl() - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator.ResourceDescriptor
 
getValign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getValign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
getVersion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a document version number to emit on the title page
getWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getWriter() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
Provides access to the underlying writer.
getXmlHeaderQuoteChar() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
getXmlHederQuoteChar() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
GlossaryBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
An abstract implementation of a glossary.
GlossaryBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
 
group(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Get the capturing group text, or null if the group did not match any text.
group(int) - Method in interface org.eclipse.mylyn.wikitext.core.parser.util.Matcher
 
group(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MatcherAdaper
 
groupByIndex - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 

H

handleAttribute(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
Handle a named attribute.
handleBlockContent(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
handleBlockContent(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.HtmlPreformattedBlock
 
hasAnchorNames() - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
Indicates whether there are any anchor names.
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.AcronymEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginBlockEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginDocumentEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginHeadingEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginSpanEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersUnescapedEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndBlockEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndDocumentEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndHeadingEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndSpanEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EntityReferenceEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.HorizontalRuleEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageLinkEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LineBreakEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LinkEvent
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
HeadingAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
HeadingAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes
 
horizontalRule() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
horizontalRule() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
horizontalRule() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
horizontalRule() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create a horizontal rule (eg: hr in html).
HorizontalRuleEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
 
HorizontalRuleEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.HorizontalRuleEvent
 
HtmlCommentPhraseModifier - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A phrase modifier that detects HTML and XML comments in the source.
HtmlCommentPhraseModifier() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlCommentPhraseModifier
 
HtmlDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A builder that produces XHTML output.
HtmlDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
construct the HtmlDocumentBuilder.
HtmlDocumentBuilder(Writer, boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
construct the HtmlDocumentBuilder.
HtmlDocumentBuilder(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
construct the HtmlDocumentBuilder.
HtmlDocumentBuilder.Stylesheet - Class in org.eclipse.mylyn.wikitext.core.parser.builder
HtmlDocumentBuilder.Stylesheet(File) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
Create a CSS stylesheet where the contents of the CSS stylesheet are embedded in the HTML.
HtmlDocumentBuilder.Stylesheet(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
Create a CSS stylesheet to the output document as an URL where the CSS stylesheet is referenced as an HTML link.
HtmlDocumentBuilder.Stylesheet(Reader) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder.Stylesheet
Create a CSS stylesheet where the contents of the CSS stylesheet are embedded in the HTML.
HtmlDocumentHandler - Interface in org.eclipse.mylyn.wikitext.core.parser.builder
An extension of HtmlDocumentBuilder which is responsible for emitting the HTML document tags and content which wrap the body's content.
HtmlEndTagPhraseModifier - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A phrase modifier that detects HTML and XML end-tags in the source, passing them through to the builder as either escaped or unescaped text.
HtmlEndTagPhraseModifier() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlEndTagPhraseModifier
construct this phrase modifier with no escaping.
HtmlEndTagPhraseModifier(boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlEndTagPhraseModifier
 
HtmlLanguage - Class in org.eclipse.mylyn.wikitext.html.core
A MarkupLanguage for handling HTML.
HtmlLanguage() - Constructor for class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
 
HtmlLanguageBuilder - Class in org.eclipse.mylyn.wikitext.html.core
Provides a way to build HTML languages that support a specific set of HTML tags.
HtmlParser - Class in org.eclipse.mylyn.wikitext.core.parser
A parser for HTML, driving DocumentBuilder.
HtmlParser() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.HtmlParser
 
HtmlPreformattedBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
A block that is delimited by <pre> and </pre>
HtmlPreformattedBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.HtmlPreformattedBlock
 
HtmlStartTagPhraseModifier - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A phrase modifier that detects HTML and XML tags in the source, passing them through to the builder as either escaped or unescaped text.
HtmlStartTagPhraseModifier() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlStartTagPhraseModifier
construct this as unescaping
HtmlStartTagPhraseModifier(boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlStartTagPhraseModifier
 

I

IdGenerationStrategy - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A strategy for generating IDs from text, follows the Strategy design pattern.
IdGenerationStrategy() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.IdGenerationStrategy
 
IdGenerator - Class in org.eclipse.mylyn.wikitext.core.parser
 
IdGenerator() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
 
idGenerator - Variable in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
IgnoreDtdEntityResolver - Class in org.eclipse.mylyn.wikitext.core.util
An entity resolver that resolves all requests for DTD content, thus preventing network access when resolving DTDs.
IgnoreDtdEntityResolver() - Constructor for class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Build the image with the given attributes
image(Attributes, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
ImageAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes for images.
ImageAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
ImageAttributes.Align - Enum in org.eclipse.mylyn.wikitext.core.parser
 
ImageEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
ImageEvent(Attributes, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageEvent
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create a hyperlink whose visual representation is an image.
imageLink(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create a hyperlink whose visual representation is an image.
imageLink(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
 
imageLink(Attributes, Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
ImageLinkEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
ImageLinkEvent(Attributes, Attributes, String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageLinkEvent
 
ImpliedHyperlinkReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A token that detects hyperlinks in the markup and emits them as a link.
ImpliedHyperlinkReplacementToken() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.ImpliedHyperlinkReplacementToken
 
initializeBlocks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
initializePhraseModifiers() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
initializeTokens() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
instance() - Static method in class org.eclipse.mylyn.wikitext.core.parser.HtmlParser
Creates a new parser instance.
instance - Static variable in class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 
instanceWithHtmlCleanupRules() - Static method in class org.eclipse.mylyn.wikitext.core.parser.HtmlParser
Provides a parser instance with cleanup rules that make the result more suitable for generating wiki markup.
internalLinkPattern - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.AcronymEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginBlockEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginDocumentEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginHeadingEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginSpanEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersUnescapedEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvent
Invokes the event on the given builder.
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndBlockEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndDocumentEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndHeadingEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndSpanEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EntityReferenceEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.HorizontalRuleEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageLinkEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LineBreakEvent
 
invoke(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LinkEvent
 
isApplicable() - Static method in class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
Indicates whether the OSGi service locator can be used.
isAutoLinking() - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
Indicate if the markup should match WikiWords as hyperlinks.
isAutoLinking() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
isAutomaticGlossary() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
Indicate if this builder should generate an automatic glossary if acronyms are used.
isBaseInHead() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
Indicate if the base URI should be emitted into the <head> of the document.
isBlocksOnly() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
indicate if the parser should detect blocks only.
isBlocksOnly() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
normally outline parsing is performed only on blocks.
isClosed() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Indicate if the current block is closed
isDetectingRawHyperlinks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Indicate if this markup language detects 'raw' hyperlinks; that is hyperlinks without any special markup.
isEmitAsDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if the resulting HTML should be emitted as a document.
isEmitDtd() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if the resulting HTML should include a DTD.
isEmptyLine(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
indicate if the given line is considered 'empty'.
isEnableMacros() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Indicate if macro processing is enabled.
isEnableUnwrappedParagraphs() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
indicate if unwrapped paragraphs should be supported.
isEscapingHtmlAndXml() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if this language should escape HTML and XML tags.
isExternalLink(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
indicate if the given URL is a link to an external source
isFilterEntityReferences() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicates that entity references should be filtered.
isFilterGenerativeContents() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Indicate if generative contents should be filtered.
isFormattingDependencies() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
Indicate if dependencies should be formatted
isHeightPercentage() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
Tells you whether the value returned from ImageAttributes.getHeight() is the height as a percentage or in pixels.
isImplicitBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
isImplicitBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
isLiteralMode() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
indicate if we're currently processing a literal block
isNewlinesMustCauseLineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if newlines in the markup must cause a line break.
isOmitFromTableOfContents() - Method in class org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes
a hint to document processors to indicate if this heading should participate in a table of contents.
isOptimizeForRepositoryUsage() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicates if the markup syntax should be optimized for use with a task repository.
isPageBreakOnHeading1() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if h1 headings should start a new page.
isPageNumbering() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if pages should be numbered
isPanelText() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if the text 'Note: ', 'Tip: ', and 'Warning: ' should be added to blocks of type BlockType#NOTE, BlockType#TIP, and BlockType#WARNING respectively.
isParagraphBreaking(Block) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if the given block should break paragraph content even if there is no blank line preceding it.
isParseCleansHtml() - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
Indicates if parsing is run with cleanup rules for HTML.
isParseRelativeLinks() - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
Indicates if relative links (e.g.
isPrecedence() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Returns whether or not the region has precedence.
isPreprocessFootnotes() - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
indicate if footnotes should be preprocessed to avoid false-positives when footnote references are used inadvertently.
isRootItem() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
indicate if this is the root item (that is, the item representing the whole document)
isSeparator(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
isShowExternalLinks() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if external link URLs should be emitted in the text.
isSuppressBuiltInStyles() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
indicate if default built-in CSS styles should be suppressed.
isUnderlineLinks() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if links should be underlined.
isUseInlineStyles() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if inline styles should be used when creating output such as text boxes.
isUtf8Printable(char) - Static method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
Deprecated. 
isWidthPercentage() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
Tells you whether the value returned from ImageAttributes.getWidth() is the width as a percentage or in pixels.
isWikiWordLinking() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
indicate if WikiWord linking should be enabled if the markup language supports it.
isXhtmlStrict() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
indicate if the builder should attempt to conform to strict XHTML rules.

J

JavaStackTraceBlock - Class in org.eclipse.mylyn.wikitext.core.parser.markup.block
A block for Java stack traces.
JavaStackTraceBlock() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.block.JavaStackTraceBlock
 

L

LimitedHtmlEndTagPhraseModifier - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A phrase modifier that detects HTML and XML end-tags, but only those that are explicitly specified.
LimitedHtmlEndTagPhraseModifier(String...) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlEndTagPhraseModifier
 
LimitedHtmlStartTagPhraseModifier - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A phrase modifier that detects HTML and XML tags, but only those that are explicitly specified.
LimitedHtmlStartTagPhraseModifier(String...) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlStartTagPhraseModifier
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create a line break (eg: br in html).
lineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
LineBreakEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
LineBreakEvent() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.LineBreakEvent
 
LineBreakReplacementTokenProcessor - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A processor that emits a line break.
LineBreakReplacementTokenProcessor() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.LineBreakReplacementTokenProcessor
 
lineEndOffset - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 
lineStartOffset - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Create a hyperlink to the given url.
link(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
 
link(Attributes, String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
LinkAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes for links (hyperlinks)
LinkAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
 
LinkEvent - Class in org.eclipse.mylyn.wikitext.core.parser.builder.event
LinkEvent(Attributes, String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.event.LinkEvent
 
ListAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
 
ListAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.ListAttributes
 
LiteralPhraseModifierProcessor - Class in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
A processor that emits the first group as characters, optionally unescaped.
LiteralPhraseModifierProcessor(boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LiteralPhraseModifierProcessor
Construct this with a group of 1.
LiteralPhraseModifierProcessor(boolean, int) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LiteralPhraseModifierProcessor
 
LiteralReplacementTokenProcessor - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
A processor that emits a literal unescaped.
LiteralReplacementTokenProcessor(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.LiteralReplacementTokenProcessor
 
loadClass(ServiceLocator.ResourceDescriptor, String) - Method in class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
 
loadClass(ServiceLocator.ResourceDescriptor, String) - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Loads the specified class.
loadMarkupLanguages() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageProvider
 
locale(Locale) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
LocationTrackingReader - Class in org.eclipse.mylyn.wikitext.core.util
A reader class that tracks the character offset based on the number of characters read.
LocationTrackingReader(Reader) - Constructor for class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
 
LocationTrackingReader(Reader, int) - Constructor for class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
 
locator - Variable in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
 
Locator - Interface in org.eclipse.mylyn.wikitext.core.parser
An interface that provides information about the location of the current parser activity.
LocatorImpl - Class in org.eclipse.mylyn.wikitext.core.util
 
LocatorImpl(Locator) - Constructor for class org.eclipse.mylyn.wikitext.core.util.LocatorImpl
 

M

makeUrlAbsolute(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
MarkdownLanguage - Class in org.eclipse.mylyn.wikitext.markdown.core
A markup language implementing Markdown syntax.
MarkdownLanguage() - Constructor for class org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage
 
MarkupLanguage - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A markup language, which knows its formatting rules and is able to process content based on Block, PatternBasedElementProcessor and PatternBasedElement concepts.
MarkupLanguage() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
 
markupLanguage - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
MarkupLanguageConfiguration - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A configuration for a markup language, which enables client code to modify the syntax of the markup language by adding blocks, phrase modifiers, and tokens.
MarkupLanguageConfiguration() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
MarkupLanguageProvider - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A provider of MarkupLanguage.
MarkupLanguageProvider() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageProvider
 
MarkupParser - Class in org.eclipse.mylyn.wikitext.core.parser
A markup processor that can process lightweight markup formats such as Textile.
MarkupParser() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
MarkupParser(MarkupLanguage, DocumentBuilder) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
MarkupParser(MarkupLanguage) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
MarkupToDocbook - Class in org.eclipse.mylyn.wikitext.core.parser.util
A utility for creating a Docbook document from markup.
MarkupToDocbook() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
MarkupToEclipseToc - Class in org.eclipse.mylyn.wikitext.core.parser.util
A conversion utility targeting the Eclipse help table of contents format.
MarkupToEclipseToc() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
MarkupValidator - Class in org.eclipse.mylyn.wikitext.core.validation
Validates markup given a set of rules
MarkupValidator() - Constructor for class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
Matcher - Interface in org.eclipse.mylyn.wikitext.core.parser.util
An interface that defines a matcher, much the same as a Matcher.
MatcherAdaper - Class in org.eclipse.mylyn.wikitext.core.parser.util
Adapt a regex matcher to a Matcher.
MatcherAdaper(Matcher) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.util.MatcherAdaper
 
MediaWikiLanguage - Class in org.eclipse.mylyn.wikitext.mediawiki.core
A markup language for MediaWiki Wikitext markup, which is the wiki format used by several other major sites.
MediaWikiLanguage() - Constructor for class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
moveChildren(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
move children from the given outline item to this
MultiplexingDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A document builder that dispatches events to one or more delegates.
MultiplexingDocumentBuilder(DocumentBuilder...) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 

N

name(String) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Sets the name of the markup language.
newId(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
create a new ID based on the given type and label text.
newlinesMustCauseLineBreak() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
create a new processor for processing the type of element detected by this class.
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlCommentPhraseModifier
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlEndTagPhraseModifier
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.HtmlStartTagPhraseModifier
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlEndTagPhraseModifier
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.phrase.LimitedHtmlStartTagPhraseModifier
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.AcronymReplacementToken
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityWrappingReplacementToken
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.ImpliedHyperlinkReplacementToken
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLineBreakReplacementToken
 
newProcessor() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLiteralReplacementToken
 
NoOpDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A document builder that does nothing.
NoOpDocumentBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.NoOpDocumentBuilder
 
normalizeWhitespace(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
normalizeWhitespace(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
normalizeWhitespace(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
normalizeWhitespace(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 

O

open() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
open() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.NewlineDelimitedBlock
 
optimizeForRepositoryUsage() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
org.eclipse.mylyn.wikitext.asciidoc.core - package org.eclipse.mylyn.wikitext.asciidoc.core
 
org.eclipse.mylyn.wikitext.confluence.core - package org.eclipse.mylyn.wikitext.confluence.core
 
org.eclipse.mylyn.wikitext.core.osgi - package org.eclipse.mylyn.wikitext.core.osgi
Copyright (c) 2013 David Green and others.
org.eclipse.mylyn.wikitext.core.parser - package org.eclipse.mylyn.wikitext.core.parser
contains framework classes for parsing lightweight markup (wiki markup) and creating output.
org.eclipse.mylyn.wikitext.core.parser.builder - package org.eclipse.mylyn.wikitext.core.parser.builder
contains concrete implementations of DocumentBuilder.
org.eclipse.mylyn.wikitext.core.parser.builder.event - package org.eclipse.mylyn.wikitext.core.parser.builder.event
 
org.eclipse.mylyn.wikitext.core.parser.markup - package org.eclipse.mylyn.wikitext.core.parser.markup
comopnents for implementing a parser in terms of a MarkupLanguage
org.eclipse.mylyn.wikitext.core.parser.markup.block - package org.eclipse.mylyn.wikitext.core.parser.markup.block
reusable Block components for implementing a markup language parser
org.eclipse.mylyn.wikitext.core.parser.markup.phrase - package org.eclipse.mylyn.wikitext.core.parser.markup.phrase
reusable PatternBasedElement components for implementing phrase modifiers of a markup language parser
org.eclipse.mylyn.wikitext.core.parser.markup.token - package org.eclipse.mylyn.wikitext.core.parser.markup.token
reusable PatternBasedElement components for implementing replacement tokens of a markup language parser
org.eclipse.mylyn.wikitext.core.parser.outline - package org.eclipse.mylyn.wikitext.core.parser.outline
An implementation of a markup parser specifically designed to build a model of the document outline based on headers in the markup.
org.eclipse.mylyn.wikitext.core.parser.util - package org.eclipse.mylyn.wikitext.core.parser.util
Utility classes used by the parser framework
org.eclipse.mylyn.wikitext.core.util - package org.eclipse.mylyn.wikitext.core.util
Utility classes that are useful when using the parser framework
org.eclipse.mylyn.wikitext.core.validation - package org.eclipse.mylyn.wikitext.core.validation
A framework for validating documents according to markup-specific validation rules.
org.eclipse.mylyn.wikitext.creole.core - package org.eclipse.mylyn.wikitext.creole.core
 
org.eclipse.mylyn.wikitext.html.core - package org.eclipse.mylyn.wikitext.html.core
 
org.eclipse.mylyn.wikitext.markdown.core - package org.eclipse.mylyn.wikitext.markdown.core
 
org.eclipse.mylyn.wikitext.mediawiki.core - package org.eclipse.mylyn.wikitext.mediawiki.core
 
org.eclipse.mylyn.wikitext.textile.core - package org.eclipse.mylyn.wikitext.textile.core
 
org.eclipse.mylyn.wikitext.tracwiki.core - package org.eclipse.mylyn.wikitext.tracwiki.core
 
org.eclipse.mylyn.wikitext.twiki.core - package org.eclipse.mylyn.wikitext.twiki.core
 
OsgiServiceLocator - Class in org.eclipse.mylyn.wikitext.core.osgi
A ServiceLocator for use in an OSGi runtime environment.
OsgiServiceLocator() - Constructor for class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
Creates a new OsgiServiceLocator.
OsgiServiceLocator(ClassLoader) - Constructor for class org.eclipse.mylyn.wikitext.core.osgi.OsgiServiceLocator
Creates a new OsgiServiceLocator.
OutlineItem - Class in org.eclipse.mylyn.wikitext.core.parser.outline
An item in a document outline.
OutlineItem(OutlineItem, int, String, int, int, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
OutlineItem.Visitor - Interface in org.eclipse.mylyn.wikitext.core.parser.outline
 
OutlineParser - Class in org.eclipse.mylyn.wikitext.core.parser.outline
A parser for creating an outline of a document based on the headings in the document.
OutlineParser(MarkupLanguage) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
OutlineParser() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
OutlineParser.OutlineBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.outline
A document builder that creates the outline structure based on headings in the document
OutlineParser.OutlineBuilder(OutlineItem, int) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 

P

paragraphBreakingBlocks - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
parse(InputSource, DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.HtmlParser
Parses well-formed XHTML from the given input, and emit an approximation of the source document to the given document builder.
parse(InputSource, DocumentBuilder, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.HtmlParser
Parses well-formed XHTML or HTML from the given input, and emit an approximation of the source document to the given document builder.
parse(Reader) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
parse(Reader, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
parse(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
parse(String, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
 
parse(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
parse(OutlineItem, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
parse(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
parse(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
parser - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
parseToHtml(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
parse the given markup content and produce the result as an HTML document.
PatternBasedElement - Class in org.eclipse.mylyn.wikitext.core.parser.markup
An element of markup that is detected using a regular expression pattern.
PatternBasedElement() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
 
PatternBasedElementProcessor - Class in org.eclipse.mylyn.wikitext.core.parser.markup
A processor that is capable of processing a specific type of markup element
PatternBasedElementProcessor() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 
PatternEntityReferenceReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
Replaces strings matching a pattern with a specified entity reference.
PatternEntityReferenceReplacementToken(String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
 
PatternLineBreakReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
Replaces text that matches a pattern with a line break.
PatternLineBreakReplacementToken(String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLineBreakReplacementToken
 
PatternLiteralReplacementToken - Class in org.eclipse.mylyn.wikitext.core.parser.markup.token
Replaces text matching a pattern with an unescaped literal.
PatternLiteralReplacementToken(String, String) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternLiteralReplacementToken
 
phraseModifier(PatternBasedElement) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
phraseModifierSyntax - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
popWriter() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
 
preprocessContent(String) - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
preprocess content, which involves attribute substitution.
preserveWhitespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
Override this method to indicate which elements must have whitespace preserved.
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage
 
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
 
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
 
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
processLine(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Process the given line of markup starting at the provided offset.
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaGeneratedCommentBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaQuoteBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.EclipseErrorDetailsBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.JavaStackTraceBlock
 
processLineContent(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Process the given line of markup starting at the provided offset.
Processor - Class in org.eclipse.mylyn.wikitext.core.parser.markup
 
Processor() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
pushWriter(Writer) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
Subclasses may push a writer in order to intercept emitted content.

Q

QuoteAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes for block quotes.
QuoteAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.QuoteAttributes
 

R

read(char[], int, int) - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
 
read() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
 
readLine() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
Read a line of text, omitting the line delimiters.
readServiceClassNames(URL) - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
Reads the services provided in the file with the given URL.
repositorySettings() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
causes builder to have repository-optimal settings
requireAdjacentSeparator() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder
Indicate that the next content to be emitted requires adjacent separator.
reserveId(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
reserve the given id, ensuring that the generator will not generate the same id.
resetState() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
resolveEntity(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 
resolveTemplate(String) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
Resolve a template by its name.

S

ServiceLocator - Class in org.eclipse.mylyn.wikitext.core.util
A service locator for use both inside and outside of an Eclipse environment.
ServiceLocator(ClassLoader) - Constructor for class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
 
ServiceLocator.ResourceDescriptor - Class in org.eclipse.mylyn.wikitext.core.util
 
ServiceLocator.ResourceDescriptor(URL) - Constructor for class org.eclipse.mylyn.wikitext.core.util.ServiceLocator.ResourceDescriptor
 
setAlign(ImageAttributes.Align) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setAlign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setAlign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
setAlt(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setAnchorLevel(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
Provides the heading level at which anchors should be emitted.
setAttributes(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
handle attributes of the opening tag.
setAuthor(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
an author to emit on the title page
setAutoLinking(boolean) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
Indicate if the markup should match WikiWords as hyperlinks.
setAutoLinking(boolean) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
setAutomaticGlossary(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
Indicate if this builder should generate an automatic glossary if acronyms are used.
setBase(URI) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
Set the base URI of the HTML document.
setBaseInHead(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
Indicate if the base URI should be emitted into the <head> of the document.
setBgcolor(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setBgcolor(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setBgcolor(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
setBlocksOnly(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
indicate if the parser should detect blocks only.
setBodyAfterRegion(XslfoDocumentBuilder.Region) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
setBodyBeforeRegion(XslfoDocumentBuilder.Region) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
setBodyEndRegion(XslfoDocumentBuilder.Region) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
setBodyMargins(XslfoDocumentBuilder.Margins) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Sets the body margins.
setBodyStartRegion(XslfoDocumentBuilder.Region) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the book title as it should appear in the bookmap
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
setBorder(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setBorder(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setBuilder(DocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
set the builder to which parse results are propagated
setCellpadding(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setCellspacing(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setCitation(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.QuoteAttributes
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaGeneratedCommentBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.BugzillaQuoteBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.EclipseErrorDetailsBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.JavaStackTraceBlock
 
setClosed(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Block
Cause the block to be closed.
setColspan(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setConfiguration(XslfoDocumentBuilder.Configuration) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
The current configuration of this builder.
setCopyright(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a copyright to emit in the document page footer
setCopyrightNotice(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
the copyright notice that should appear in the generated output
setCopyrightNotice(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
the copyright notice that should appear in the generated output
setCssClass(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
setCssStyle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
setDate(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a date to emit on the title page
setDefaultAbsoluteLinkTarget(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
A default target attribute for links that have absolute (not relative) urls.
setDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
setDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
setDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the doctype to be used for the bookmap, or null if the default is to be used
setDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
setDocumentHandler(HtmlDocumentHandler) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Provides an HtmlDocumentHandler for this builder.
setEmitAsDocument(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if the resulting HTML should be emitted as a document.
setEmitDtd(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if the resulting HTML should include a DTD.
setEnableMacros(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Indicate if macro processing is enabled.
setEnableUnwrappedParagraphs(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
indicate if unwrapped paragraphs should be supported.
setEncoding(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Specify the character encoding for use in the HTML meta tag.
setEscapingHtmlAndXml(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if this language should escape HTML and XML tags.
setExtendsLanguage(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
The name of the markup language that is extended by this one
setExtent(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Sets the extent of the region in cm.
setFileExtensions(Set<String>) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Sets the normal file extensions of this markup language.
setFilterEntityReferences(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicates that entity references should be filtered.
setFilterGenerativeContents(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
Indicate if table of contents should be filtered.
setFontSize(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Set the base font size.
setFontSizeMultipliers(float[]) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Set the font size multipliers.
setFormattingDependencies(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
Indicate if dependencies should be formatted
setFrame(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setGenerationStrategy(IdGenerationStrategy) - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
 
setGroup(int, String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Set the captured text for the given group.
setHeight(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setHeightPercentage(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
Sets whether the value passed into ImageAttributes.setHeight(int) should be treated as a percentage or as a number of pixels.
setHelpPrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files.
setHref(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The target of the link.
setHtmlDtd(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
setHtmlFile(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
setHtmlFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Sets the HTML filename format which is used to rewrite relative URLs having no filename extension.
setHtmlNsUri(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The XML Namespace URI of the HTML elements, only used if HtmlDocumentBuilder.isEmitAsDocument().
setIconPattern(String) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
the pattern to use when generating icon image urls.
setId(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
setImplementation(Class<? extends ServiceLocator>) - Static method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
 
setInternalLinkPattern(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
The pattern to use when creating hyperlink targets for internal links.
setKind(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
setLabel(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
setLabelMaxLength(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
setLanguage(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
setLength(int) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setLineCharacterOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
setLineEndOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 
setLineLength(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
setLineNumber(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
the 1-based line number of the current line.
setLineOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
the 0-based character offset of the current line.
setLineSegmentEndOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
setLineStartOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
 
setLinkRel(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The 'rel' value for HTML links.
setLiteralMode(boolean) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
indicate if we're currently processing a literal block
setLocale(Locale) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
The locale to use for output, which may affect literals emitted into the output.
setLocator(Locator) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.MultiplexingDocumentBuilder
 
setLocator(Locator) - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
Set the locator for the current session
setMarginBottom(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Sets the margin-bottom property in cm.
setMarginLeft(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Sets the margin-left property in cm.
setMarginRight(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Sets the margin-right property in cm.
setMarginTop(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Sets the margin-top property in cm.
setMarkerId(String) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setMarkupContent(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.core.parser.MarkupParser
set the markup language of the markup to process
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
 
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
setMessage(String) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setName(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Assigns a name to the region.
setName(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
The name of the markup language, typically the same as the name of the markup language supported by this markup language.
setName(String) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.Template
the name of the template
setNewlinesMustCauseLineBreak(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if newlines in the markup must cause a line break.
setOffset(int) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setOmitFromTableOfContents(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes
a hint to document processors to indicate if this heading should participate in a table of contents.
setOptimizeForRepositoryUsage(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if the markup syntax should be optimized for use with a task repository.
setOutline(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
Set the outline of the document being parsed if xref URLs are to be correctly computed.
setOutline(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
If an outline item is set, the document builder will output XSL:FO bookmarks at the beginning of the resulting document.
setPageBreakOnHeading1(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if h1 headings should start a new page.
setPageHeight(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page height in cm.
setPageMargin(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page margin in cm.
setPageMargins(XslfoDocumentBuilder.Margins) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Sets the page margins.
setPageNumbering(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if pages should be numbered
setPageWidth(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page width in cm.
setPanelText(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if the text 'Note: ', 'Tip: ', and 'Warning: ' should be added to blocks of type BlockType#NOTE, BlockType#TIP, and BlockType#WARNING respectively.
setParseCleansHtml(boolean) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguage
Set whether parsing is run with cleanup rules for HTML.
setParser(MarkupParser) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
setParseRelativeLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
Indicates if relative links (e.g.
setPrecedence(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Sets the precedence of the region.
setPrefix(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
setPrefix(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
setPrefix(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
setPrependImagePrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
if specified, the prefix is prepended to relative image urls.
setPreprocessFootnotes(boolean) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
indicate if footnotes should be preprocessed to avoid false-positives when footnote references are used inadvertently.
setReferenceOrientation(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Sets the reference-orientation property of the master page in degrees.
setRel(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The 'rel' of a link, as defined by the HTML spec.
setResourcePath(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
the resource path to the resource of this outline item
setRowspan(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setRules(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setServerUrl(String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
set the server URL, for example http://trac.edgewall.org/ from which links may be derrived, such as http://trac.edgewall.org/wiki/WikiPage or http://trac.edgewall.org/tickets/1
setSeverity(ValidationProblem.Severity) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setShowExternalLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if external link URLs should be emitted in the text.
setStart(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.ListAttributes
 
setState(ContentState) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
setStyle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.block.GlossaryBlock
the CSS style of the glossary block
setSubTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a sub-title to be emitted on the title page
setSummary(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setSuppressBuiltInStyles(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
indicate if default built-in CSS styles should be suppressed.
setTarget(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.LinkAttributes
The target of a link, as defined by the HTML spec.
setTargetFile(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the target output file of the bookmap.
setTemplateExcludes(String) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
Indicate template names to exclude.
setTemplateMarkup(String) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.Template
the substitution content of the template
setTemplateProviders(List<TemplateResolver>) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
setTemplates(List<Template>) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
setTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
setTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Set the document title, which will be emitted into the <title> element.
setTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a title to be emitted on the title page
setTooltip(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
setTopicBreakLevel(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the heading level at which topics are determined
setTopicDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the doctype to be used for topics, or null if the default is to be used
setTopicFilenameSuffix(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the filename suffix to use when producing topics.
setTopicFolder(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the relative folder name of the folder in which topic files should be produced, or null if the files should be created within the same folder as the bookmap.
setUnderlineLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if links should be underlined.
setUseInlineStyles(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Indicate if inline styles should be used when creating output such as text boxes.
setValign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setValign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
setVersion(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a document version number to emit on the title page
setWidth(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setWidth(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setWidthPercentage(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
Sets whether the value passed into ImageAttributes.setWidth(int) should be treated as a percentage or as a number of pixels.
setWikiWordLinking(Boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
indicate if WikiWord linking should be enabled if the markup language supports it.
setXhtmlStrict(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
indicate if the builder should attempt to conform to strict XHTML rules.
setXhtmlStrict(boolean) - Method in class org.eclipse.mylyn.wikitext.html.core.HtmlLanguageBuilder
Indicate if the resulting document builder should attempt to conform to strict XHTML rules.
setXmlHeaderQuoteChar(char) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
setXmlHederQuoteChar(char) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
start(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
Get the start offset of a capturing group, or -1 if the group did not match any text.
start(int) - Method in interface org.eclipse.mylyn.wikitext.core.parser.util.Matcher
 
start(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MatcherAdaper
 
startBlock(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
state - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 

T

TableAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE.
TableAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
TableCellAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_CELL_HEADER or DocumentBuilder.BlockType.TABLE_CELL_NORMAL.
TableCellAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
TableRowAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_ROW.
TableRowAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
Template - Class in org.eclipse.mylyn.wikitext.mediawiki.core
A representation of MediaWiki Templates, which provide a means to expand commonly-used content with token-replacement.
Template() - Constructor for class org.eclipse.mylyn.wikitext.mediawiki.core.Template
 
Template(String, String) - Constructor for class org.eclipse.mylyn.wikitext.mediawiki.core.Template
 
TemplateResolver - Class in org.eclipse.mylyn.wikitext.mediawiki.core
Dynamically resolve templates by name.
TemplateResolver() - Constructor for class org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
 
TextileLanguage - Class in org.eclipse.mylyn.wikitext.textile.core
A textile dialect that parses Textile markup.
TextileLanguage() - Constructor for class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
toChangesetHref(String, String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
convert a changeset id to a hyperlink based on the server url
toIconUrl(String) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
toInternalHref(String) - Method in class org.eclipse.mylyn.wikitext.creole.core.CreoleLanguage
Convert a page name to an href to the page.
toInternalHref(String) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
Convert a page name to an href to the page.
toInternalHref(String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
Convert a page name to an href to the page.
toInternalHref(String) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
Convert a page name to an href to the page.
token(PatternBasedElement) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ConfigurationBuilder
 
tokenSyntax - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
toMilestoneHref(String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
convert a milestone id to a hyperlink based on the server url
toReportHref(String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
convert a report id to a hyperlink based on the server url
toRevisionLogHref(String, String, String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
convert a revisions to a revision log hyperlink based on the server url
toSourceBrowserHref(String, String, String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
create an URL to the source browser
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.AcronymEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginBlockEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginDocumentEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginHeadingEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.BeginSpanEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.CharactersUnescapedEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.DocumentBuilderEvents
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndBlockEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndDocumentEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndHeadingEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EndSpanEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.EntityReferenceEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.HorizontalRuleEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.ImageLinkEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LineBreakEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.event.LinkEvent
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
toString() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
toTicketAttachmentHref(String, String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
create an URL to an attachment ticket based on the server url
toTicketHref(String, String) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
convert a ticket id to a hyperlink based on the server url
toXMLStreamWriter() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
Creates an XMLStreamWriter for this XmlStreamWriter.
TracWikiLanguage - Class in org.eclipse.mylyn.wikitext.tracwiki.core
An implementation of the TracWiki markup language.
TracWikiLanguage() - Constructor for class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
TWikiLanguage - Class in org.eclipse.mylyn.wikitext.twiki.core
a markup language implementing TWiki syntax.
TWikiLanguage() - Constructor for class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 

V

validate(String) - Method in class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
validate(String, int, int) - Method in class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
ValidationProblem - Class in org.eclipse.mylyn.wikitext.core.validation
A validation problem is an indication of an error or warning that occurred while validating a document.
ValidationProblem(ValidationProblem.Severity, String, int, int) - Constructor for class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
create a validation problem
ValidationProblem.Severity - Enum in org.eclipse.mylyn.wikitext.core.validation
 
ValidationRule - Class in org.eclipse.mylyn.wikitext.core.validation
A validation rule.
ValidationRule() - Constructor for class org.eclipse.mylyn.wikitext.core.validation.ValidationRule
 
valueOf(String) - Static method in enum org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder.SpanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.mylyn.wikitext.core.parser.ImageAttributes.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.mylyn.wikitext.core.validation.ValidationProblem.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder.SpanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.mylyn.wikitext.core.parser.ImageAttributes.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.mylyn.wikitext.core.validation.ValidationProblem.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
visit(OutlineItem) - Method in interface org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem.Visitor
 

W

write(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
write(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.Block
 
write(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
write(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractMarkupDocumentBuilder.ImplicitParagraphBlock
 
writeAttribute(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeAttribute(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeAttribute(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeCData(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeCData(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeCData(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeCharacters(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeCharacters(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeCharacters(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeCharactersUnescaped(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeComment(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeComment(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeComment(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeDTD(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeDTD(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeDTD(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEmptyElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEmptyElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEmptyElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEndDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEndDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEndDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEndElement() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEndElement() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEndElement() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeEntityRef(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeEntityRef(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeEntityRef(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeLiteral(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeLiteral(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeLiteral(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
Write an XML fragment directly to the output.
writeNamespace(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeNamespace(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeProcessingInstruction(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writer - Variable in class org.eclipse.mylyn.wikitext.core.parser.builder.AbstractXmlDocumentBuilder
 
writeStartDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartDocument(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartDocument(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartDocument(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartDocument() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeStartDocument(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeStartDocument(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeStartElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
writeStartElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
writeStartElement(String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeStartElement(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
writeStartElement(String, String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 

X

XmlStreamWriter - Class in org.eclipse.mylyn.wikitext.core.util
A means of writing XML content to a stream.
XmlStreamWriter() - Constructor for class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
XslfoDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A document builder that produces XSL-FO output.
XslfoDocumentBuilder(Writer) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
XslfoDocumentBuilder(XmlStreamWriter) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder
 
XslfoDocumentBuilder.Configuration - Class in org.eclipse.mylyn.wikitext.core.parser.builder
A class that encapsulates all configurable settings of the XslfoDocumentBuilder.
XslfoDocumentBuilder.Configuration() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
XslfoDocumentBuilder.Margins - Class in org.eclipse.mylyn.wikitext.core.parser.builder
This type represents a XSL:FO page or body margin.
XslfoDocumentBuilder.Margins() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Creates a new set of margins with the default values.
XslfoDocumentBuilder.Margins(float, float, float, float) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Margins
Creates a new set of margins with the specified values.
XslfoDocumentBuilder.Region - Class in org.eclipse.mylyn.wikitext.core.parser.builder
This type represents a XSL:FO page region.
XslfoDocumentBuilder.Region() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
Creates a new region with default values.
XslfoDocumentBuilder.Region(String, float, boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
 
XslfoDocumentBuilder.Region(String, String, float, boolean) - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Region
 
A B C D E F G H I J L M N O P Q R S T V W X 
Mylyn WikiText version 2.8.0-SNAPSHOT

Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html