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

A

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
 
AbstractMarkupResourceHandler - Class in org.eclipse.mylyn.wikitext.ui.commands
An abstract base class for handlers that use the workbench selection to operate on resources
AbstractMarkupResourceHandler() - Constructor for class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
AbstractTextSourceViewerConfiguration - Class in org.eclipse.mylyn.wikitext.ui.viewer
Extends the default text source viewer configuration to provide greater configurability and extensibility.
AbstractTextSourceViewerConfiguration() - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
 
AbstractTextSourceViewerConfiguration(IPreferenceStore) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
 
AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter - Interface in org.eclipse.mylyn.wikitext.ui.viewer
a filter for filtering hyperlink descriptors
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.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
 
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.MarkupLanguage.PatternBasedSyntax
 
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.
addConfiguredAttribute(MarkupToHtmlTask.Attribute) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Stylesheet
 
addConfiguredMarkupLanguageConfiguration(MarkupLanguageConfiguration) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Support a nested markup language configuration.
addCssStylesheet(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Deprecated. use HtmlDocumentBuilder.addCssStylesheet(Stylesheet) instead
addCssStylesheet(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Deprecated. use HtmlDocumentBuilder.addCssStylesheet(Stylesheet) instead
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
 
addFileset(FileSet) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
Adds a set of files to process.
addFileset(FileSet) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
Adds a set of files to process.
addFileset(FileSet) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
Adds a set of files to process.
addFileset(FileSet) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
Adds a set of files to process.
addGlossaryTerm(String, String) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
Add a glossary term (typically an acronym) with its definition.
addHyperlinkDetector(IHyperlinkDetector) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
 
addHyperlinkDetectorDescriptorFilter(AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
 
addPhraseModifierExtensions(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
subclasses may override this method to add phrases to the language.
addPhraseModifierExtensions(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
Indicate if newlines in the markup must cause a line break.
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.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(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.confluence.core.ConfluenceLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.tracwiki.core.TracWikiLanguage
 
addStandardTokens(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
 
addStylesheet(MarkupToHtmlTask.Stylesheet) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
addTokenExtensions(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
subclasses may override this method to add tokens to the language.
addTokenExtensions(MarkupLanguage.PatternBasedSyntax) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
AnchorHrefAnnotation - Class in org.eclipse.mylyn.wikitext.ui.annotation
An annotation that marks the location of an a/@href.
AnchorHrefAnnotation(String) - Constructor for class org.eclipse.mylyn.wikitext.ui.annotation.AnchorHrefAnnotation
 
AnchorNameAnnotation - Class in org.eclipse.mylyn.wikitext.ui.annotation
An annotation that marks the location of an a/@name.
AnchorNameAnnotation(String) - Constructor for class org.eclipse.mylyn.wikitext.ui.annotation.AnchorNameAnnotation
 
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.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.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(DocumentBuilder.BlockType, Attributes) - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser.OutlineBuilder
 
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.DitaBookMapDocumentBuilder
 
beginDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
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() - 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
 
beginGroup(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax
 
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.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
 
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.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.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
 
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
 
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
 
builder - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 

C

canDoOperation(int) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
 
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.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
 
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.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
 
checkFileReadable(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
 
ClassAnnotation - Class in org.eclipse.mylyn.wikitext.ui.annotation
An annotation that marks the location of an element that has an @class.
ClassAnnotation(String) - Constructor for class org.eclipse.mylyn.wikitext.ui.annotation.ClassAnnotation
 
classLoader - Variable in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
 
clear() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.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
 
clone() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
 
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.textile.core.TextileLanguage
 
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
 
computeFile(OutlineItem) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
computeHtmlFile(File, String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
computeInsertPosition(Block) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
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.
computeSelection(ExecutionEvent) - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
computeXslfoFile(File, String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
configuration - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
 
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
 
configure(SourceViewerConfiguration) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
 
configure(SourceViewerConfiguration) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
configureDefaultInternalLinkPattern(TaskRepository, MarkupLanguageType) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
Overriding methods should set the internal hyperlink pattern of the given markup language based on some default rules applied to the task repository URL.
configureMarkupLanguage(TaskRepository, MarkupLanguageType) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
Configures the markup language with settings from the task repository.
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.
CONTENT_TYPE - Static variable in class org.eclipse.mylyn.wikitext.core.WikiText
the content type id of wikitext files.
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
 
ConvertMarkupToDocbook - Class in org.eclipse.mylyn.wikitext.ui.commands
 
ConvertMarkupToDocbook() - Constructor for class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToDocbook
 
ConvertMarkupToEclipseHelp - Class in org.eclipse.mylyn.wikitext.ui.commands
 
ConvertMarkupToEclipseHelp() - Constructor for class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToEclipseHelp
 
ConvertMarkupToHtml - Class in org.eclipse.mylyn.wikitext.ui.commands
 
ConvertMarkupToHtml() - Constructor for class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToHtml
 
copyConfiguration(HtmlDocumentBuilder) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
Copy the configuration of this builder to the provided one.
createAnnotationHyperlinkDetector() - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupViewerConfiguration
 
createAnnotationHyperlinkDetector() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
createContentAssistProcessors() - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
createContentAssistProcessors() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
subclasses may override this method to create additional content assist processors.
createCustomHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
Provide custom hyperlink detectors.
createCustomHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
createEditor(TaskRepository, Composite, int) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
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
 
createMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Create a markup language parser for the specified markup language.
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.confluence.core.ConfluenceLanguage
 
createParagraphBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
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
 
createPresentation(TextPresentation, ITypedRegion) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration.MarkupViewerDamagerRepairer
 
createRootItem() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineParser
 
createSourceViewerConfiguration(TaskRepository, SourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
createState() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Create new state for tracking a document and its contents during a parse session.
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
 
createViewer(TaskRepository, Composite, int) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
createViewerConfiguration(TaskRepository, MarkupViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
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
 

D

DEFAULT_MARKER_ID - Static variable in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
The default marker id for a WikiText validation problem.
DefaultHyperlinkDetectorDescriptorFilter - Class in org.eclipse.mylyn.wikitext.ui.viewer
A filter that filters hyperlink detectors by their descriptor id.
DefaultHyperlinkDetectorDescriptorFilter(String) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.DefaultHyperlinkDetectorDescriptorFilter
 
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
 
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
 
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
 
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
 
doOperation(int) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
 

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.MarkupLanguage.PatternBasedSyntax
 
elementPattern - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax
 
elements - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.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.
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.MarkupLanguage
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.MarkupLanguage
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.MarkupLanguage
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.DitaBookMapDocumentBuilder
 
endBlock() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
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.outline.OutlineParser.OutlineBuilder
 
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.DitaBookMapDocumentBuilder
 
endDocument() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DocBookDocumentBuilder
 
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() - 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
 
endGroup(String, int) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax
 
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.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
 
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.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
 
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.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
 
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.outline.OutlineItem
 
EventLoggingDocumentBuilder - Class in org.eclipse.mylyn.wikitext.core.parser.builder
 
EventLoggingDocumentBuilder() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.builder.EventLoggingDocumentBuilder
 
exceptionToHoverInfo(String, TextPresentation, Exception) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlTextPresenter
 
execute() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
execute() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
execute() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
execute() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
execute(ExecutionEvent) - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 

F

file - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
file - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
file - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
file - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
filter(HyperlinkDetectorDescriptor) - Method in interface org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter
 
filter(HyperlinkDetectorDescriptor) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.DefaultHyperlinkDetectorDescriptorFilter
 
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.MarkupLanguage.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.util.DefaultXmlStreamWriter
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.util.FormattingXMLStreamWriter
 
flush() - Method in class org.eclipse.mylyn.wikitext.core.util.XmlStreamWriter
 
formatOutput - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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
 
getAlt() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getAnchorHref() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.AnchorHrefAnnotation
 
getAnchorName() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.AnchorNameAnnotation
 
getAnchorNames() - Method in class org.eclipse.mylyn.wikitext.core.parser.IdGenerator
get the set of anchor names that were either reserved or created.
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
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
getAuthor() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.MarkupLanguage
 
getBlocks() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguageConfiguration
 
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
 
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
Get the book title.
getBookTitle() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
Get the book title.
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
 
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.
getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getContentAssistant(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getCopyright() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a copyright to emit in the document page footer
getCopyright() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getCssClass() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getCssClass() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.ClassAnnotation
 
getCssStyle() - Method in class org.eclipse.mylyn.wikitext.core.parser.Attributes
 
getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration.MarkupViewerDamagerRepairer
 
getDate() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a date to emit on the title page
getDate() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getDefaultAbsoluteLinkTarget() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
A default target attribute for links that have absolute (not relative) urls.
getDefaultAbsoluteLinkTarget() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
A default target attribute for links that have absolute (not relative) urls.
getDefaultFont() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
the default font, as used by the scanner.
getDefaultMonospaceFont() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
the default font for monospace text, as used by the scanner.
getDefaultMonospaceFont() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
getDocbookFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
The format of the DocBook output file.
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
 
getDoctype() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
The XML doctype of the ditamap.
getDoctype() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
The XML doctype of the docbook.
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
 
getEditorContextId() - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
getElementId() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.IdAnnotation
 
getElements() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.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
 
getExtendsLanguage() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
The name of the markup language that is extended by this one
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
getFile() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
getFile() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
getFile() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
the file to process
getFile() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Stylesheet
 
getFile() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
the file to process
getFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
The format of the DocBook output file.
getFontSize() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Get the base font size.
getFontSize() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getFontSizeMultipliers() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The font size multipliers.
getFontSizeMultipliers() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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
 
getHelpPrefix() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files.
getHtmlDtd() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The DTD to emit, if HtmlDocumentBuilder.isEmitDtd() and HtmlDocumentBuilder.isEmitAsDocument().
getHtmlFile() - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
getHtmlFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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().
getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
 
getHyperlinkDetectorTargets(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
getHyperlinkDetectorTargets(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupViewerConfiguration
 
getHyperlinkPresenter(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
getHyperlinkPresenter(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupViewerConfiguration
 
getHyperlinkStateMask(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
getHyperlinkStateMask(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
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.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.MarkupLanguage
The pattern to use when creating hyperlink targets for internal links.
getInternalLinkPattern() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
 
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
 
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.
getLinkRel() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
The 'rel' value for HTML links.
getLocator() - Method in class org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder
The locator for the current session
getMarkerId() - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
getMarkupContent() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.ContentState
 
getMarkupFileExtensions() - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get the file extensions that are registered for markup languages.
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() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
The markup language to use.
getMarkupLanguage(String) - Method in class org.eclipse.mylyn.wikitext.core.util.ServiceLocator
get a markup language by name
getMarkupLanguage(String) - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get a markup language by name.
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupTextPresenter
the markup language used by this presenter
getMarkupLanguage() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
getMarkupLanguageForFilename(String) - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get a markup language for a file.
getMarkupLanguageNameForFilename(String) - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get a markup language name for a file.
getMarkupLanguageNames() - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get the names of all known markup languages
getMarkupScanner() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getMarkupValidator(String) - Static method in class org.eclipse.mylyn.wikitext.core.WikiText
Get a markup validator by language name.
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.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.core.util.anttask.MarkupToHtmlTask.Attribute
 
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)
getOutlineInformationControlCreator() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getOutlineInformationPresenter(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
provide access to an information presenter that can be used to pop-up a quick outline.
getPageHeight() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page height in cm.
getPageHeight() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getPageMargin() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page margin in cm.
getPageMargin() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getPageWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page width in cm.
getPageWidth() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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
getParser() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
getPattern() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.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.core.parser.markup.MarkupLanguage
 
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.
getPrependImagePrefix() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
getPrevious() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
Get the previous item.
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.
getReconciler(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
getReconciler(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getReconciler(ISourceViewer) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
returns null, since spell check is not needed
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.core.parser.markup.MarkupLanguage
 
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.
getSelection() - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
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
 
getShowInTarget() - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
provide a show in target to connect the quick-outline popup with the editor.
getSourceEncoding() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
The source encoding.
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
getStylesheet() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
not API
getSubTitle() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a sub-title to be emitted on the title page
getSubTitle() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.
getTargetdir() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getTargetFile() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the target output file of the bookmap.
getTextHover(ISourceViewer, String) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
getTextHover(ISourceViewer, String) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
getTextPresentation() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
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
getTitle() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
The document title, as it appears in the head
getTitle() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getTitle() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.TitleAnnotation
The title text.
getTitleType() - Method in class org.eclipse.mylyn.wikitext.ui.annotation.TitleAnnotation
The type of title.
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
getTopicDoctype() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
the XML doctype of topics
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.
getTopicFolder() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
getTopicStrategy() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
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.anttask.MarkupToHtmlTask.Stylesheet
 
getValign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
getValign() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
getValue() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Attribute
 
getVersion() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a document version number to emit on the title page
getVersion() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
getWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
getWidth() - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
getXmlFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
 
getXmlHederQuoteChar() - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
getXslfoFilenameFormat() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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

handleFile(IFile, String) - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
handleFile(IFile, String) - Method in class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToDocbook
 
handleFile(IFile, String) - Method in class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToEclipseHelp
 
handleFile(IFile, String) - Method in class org.eclipse.mylyn.wikitext.ui.commands.ConvertMarkupToHtml
 
hashCode() - Method in class org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem
 
HeadingAttributes - Class in org.eclipse.mylyn.wikitext.core.parser
Attributes specific to DocumentBuilder.beginHeading(int, Attributes)
HeadingAttributes() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes
 
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
A CSS stylesheet definition, created via one of HtmlDocumentBuilder.addCssStylesheet(File) or HtmlDocumentBuilder.addCssStylesheet(String).
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.
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
 
htmlFilenameFormat - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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
 
HtmlTextPresenter - Class in org.eclipse.mylyn.wikitext.ui.viewer
An information presenter that supports HTML markup.
HtmlTextPresenter() - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlTextPresenter
 
HtmlViewer - Class in org.eclipse.mylyn.wikitext.ui.viewer
A source viewer for viewing HTML as it is intended to be displayed in a read-only fashion.
HtmlViewer(Composite, IVerticalRuler, int) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
HtmlViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
HtmlViewer.ParseResult - Class in org.eclipse.mylyn.wikitext.ui.viewer
 
HtmlViewer.ParseResult() - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer.ParseResult
 
HtmlViewerConfiguration - Class in org.eclipse.mylyn.wikitext.ui.viewer
A configuration for use with a HtmlViewer.
HtmlViewerConfiguration(HtmlViewer) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
HtmlViewerConfiguration(HtmlViewer, IPreferenceStore) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
HtmlViewerConfiguration.MarkupViewerDamagerRepairer - Class in org.eclipse.mylyn.wikitext.ui.viewer
 
HtmlViewerConfiguration.MarkupViewerDamagerRepairer() - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration.MarkupViewerDamagerRepairer
 

I

IdAnnotation - Class in org.eclipse.mylyn.wikitext.ui.annotation
An annotation that marks the location of an element that has an @id.
IdAnnotation(String) - Constructor for class org.eclipse.mylyn.wikitext.ui.annotation.IdAnnotation
 
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.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
 
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.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
 
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
 
initializeSyntax() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
initializeSyntax() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
initialize the syntax of the markup language.
initializeTokens() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
instance - Static variable in class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 
internalLinkPattern - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
 
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.MarkupLanguage
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.MarkupLanguage
Indicate if this markup language detects 'raw' hyperlinks; that is hyperlinks without any special markup.
isDisableHyperlinkModifiers() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
Indicate if hyperlink modifiers are disabled.
isDisplayImages() - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
indicate if the viewer should support display of images.
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.MarkupLanguage
indicate if the given line is considered 'empty'.
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
isFailOnValidationError() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText validation errors should cause the Ant build to fail.
isFailOnValidationWarning() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText validation warnings should cause the Ant build to fail.
isFilterGenerativeContents() - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
Indicate if generative contents should be filtered.
isFormatOutput() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if the output should be formatted
isLiteralMode() - Method in class org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage
indicate if we're currently processing a literal block
isMultipleOutputFiles() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if output should be generated to multiple output files.
isNavigationImages() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if navigation links should be images
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
indicate if the markup syntax should be optimized for use with a task repository.
isOverwrite() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
isOverwrite() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
isOverwrite() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if target files should be overwritten even if their timestamps are newer than the source files.
isPageBreakOnHeading1() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if h1 headings should start a new page.
isPageBreakOnHeading1() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
isPageNumbering() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if pages should be numbered
isPageNumbering() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.
isPanelText() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.
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)
isShowExternalLinks() - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if external link URLs should be emitted in the text.
isShowExternalLinks() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
isSuppressBuiltInCssStyles() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.
isUnderlineLinks() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
isUseInlineCssStyles() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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
 
isValidate() - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText markup should be validated.
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.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
 
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.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
 
linkRel - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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
 
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
 
markupHyperlinksFirst - Variable in class org.eclipse.mylyn.wikitext.ui.viewer.AbstractTextSourceViewerConfiguration
indicate if markup hyperlinks should be detected before other types of hyperlinks.
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
 
markupLanguage - Variable in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
MarkupLanguage.PatternBasedSyntax - Class in org.eclipse.mylyn.wikitext.core.parser.markup
 
MarkupLanguage.PatternBasedSyntax() - Constructor for class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax
 
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
 
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
 
MarkupSourceViewer - Class in org.eclipse.mylyn.wikitext.ui.editor
A source viewer for editors using lightweight markup.
MarkupSourceViewer(Composite, IVerticalRuler, int, MarkupLanguage) - Constructor for class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
 
MarkupSourceViewerConfiguration - Class in org.eclipse.mylyn.wikitext.ui.editor
A source viewer configuration suitable for installing on a markup editor
MarkupSourceViewerConfiguration(IPreferenceStore) - Constructor for class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
 
MarkupTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
An abstract class for Ant tasks that use a configurable MarkupLanguage.
MarkupTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
 
MarkupTaskEditorExtension<MarkupLanguageType extends MarkupLanguage> - Class in org.eclipse.mylyn.wikitext.tasks.ui.editor
A task editor extension that uses a markup language to parse content.
MarkupTaskEditorExtension() - Constructor for class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration - Class in org.eclipse.mylyn.wikitext.tasks.ui.editor
 
MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration(IPreferenceStore, TaskRepository) - Constructor for class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupSourceViewerConfiguration
 
MarkupTaskEditorExtension.TaskMarkupViewerConfiguration - Class in org.eclipse.mylyn.wikitext.tasks.ui.editor
 
MarkupTaskEditorExtension.TaskMarkupViewerConfiguration(MarkupViewer, TaskRepository) - Constructor for class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension.TaskMarkupViewerConfiguration
 
MarkupTextPresenter - Class in org.eclipse.mylyn.wikitext.ui.viewer
An information presenter that supports markup.
MarkupTextPresenter() - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.MarkupTextPresenter
 
MarkupToDitaTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
An Ant task for converting markup to OASIS DITA format.
MarkupToDitaTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
MarkupToDitaTask.BreakStrategy - Enum in org.eclipse.mylyn.wikitext.core.util.anttask
 
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
 
MarkupToDocbookTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
An Ant task for converting markup to docbook format.
MarkupToDocbookTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
MarkupToEclipseHelpTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
An Ant task for converting lightweight markup such as Textile to eclipse help format.
MarkupToEclipseHelpTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
 
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
 
MarkupToHtmlTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
An Ant task for converting lightweight markup to HTML format.
MarkupToHtmlTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
MarkupToHtmlTask.Attribute - Class in org.eclipse.mylyn.wikitext.core.util.anttask
 
MarkupToHtmlTask.Attribute() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Attribute
 
MarkupToHtmlTask.Stylesheet - Class in org.eclipse.mylyn.wikitext.core.util.anttask
 
MarkupToHtmlTask.Stylesheet() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Stylesheet
 
MarkupToXslfoTask - Class in org.eclipse.mylyn.wikitext.core.util.anttask
 
MarkupToXslfoTask() - Constructor for class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
MarkupValidator - Class in org.eclipse.mylyn.wikitext.core.validation
Validate markup given a set of rules
MarkupValidator() - Constructor for class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
MarkupViewer - Class in org.eclipse.mylyn.wikitext.ui.viewer
A viewer that can show wikitext markup (lightweight markup languages) by converting the markup to HTML.
MarkupViewer(Composite, IVerticalRuler, int) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
MarkupViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
MarkupViewerConfiguration - Class in org.eclipse.mylyn.wikitext.ui.viewer
A configuration to be used with a MarkupViewer
MarkupViewerConfiguration(MarkupViewer, IPreferenceStore) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewerConfiguration
 
MarkupViewerConfiguration(MarkupViewer) - Constructor for class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewerConfiguration
 
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
multipleOutputFiles - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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

navigationImages - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.
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
 

O

org.eclipse.mylyn.wikitext.confluence.core - package org.eclipse.mylyn.wikitext.confluence.core
 
org.eclipse.mylyn.wikitext.core - package org.eclipse.mylyn.wikitext.core
the root package of the Mylyn WikiText framework
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.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.util.anttask - package org.eclipse.mylyn.wikitext.core.util.anttask
Ant tasks that drive conversion of markup to various output formats.
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.mediawiki.core - package org.eclipse.mylyn.wikitext.mediawiki.core
 
org.eclipse.mylyn.wikitext.tasks.ui.editor - package org.eclipse.mylyn.wikitext.tasks.ui.editor
Classes related to integration with the Mylyn task editor, specifically targeting Mylyn's taskEditorExtension extension point.
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
 
org.eclipse.mylyn.wikitext.ui.annotation - package org.eclipse.mylyn.wikitext.ui.annotation
 
org.eclipse.mylyn.wikitext.ui.commands - package org.eclipse.mylyn.wikitext.ui.commands
 
org.eclipse.mylyn.wikitext.ui.editor - package org.eclipse.mylyn.wikitext.ui.editor
 
org.eclipse.mylyn.wikitext.ui.viewer - package org.eclipse.mylyn.wikitext.ui.viewer
 
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
 
overwrite - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
overwrite - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 

P

paragraphBreakingBlocks - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
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
 
parse(String) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
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
 
performValidation(File, String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
 
phraseModifierSyntax - Variable in class org.eclipse.mylyn.wikitext.core.parser.markup.AbstractMarkupLanguage
 
prependImagePrefix - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.core.parser.markup.MarkupLanguage
 
processContent(MarkupParser, String, boolean) - Method in class org.eclipse.mylyn.wikitext.textile.core.TextileLanguage
 
processFile(MarkupLanguage, File, File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
process the file
processFile(MarkupLanguage, File, File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
process the file
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.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
 

Q

QUICK_OUTLINE - Static variable in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
Operation code for quick outline
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
 
readFully(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
 
readLine() - Method in class org.eclipse.mylyn.wikitext.core.util.LocationTrackingReader
Read a line of text, omitting the line delimiters.
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.
resolveEntity(String, String) - Method in class org.eclipse.mylyn.wikitext.core.util.IgnoreDtdEntityResolver
 

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
 
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
 
setAuthor(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
an author to emit on the title page
setAuthor(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.MarkupLanguage
indicate if the parser should detect blocks only.
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
 
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
The book title.
setBookTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
The book title.
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.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
setCopyright(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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
setDate(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.
setDefaultAbsoluteLinkTarget(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
A default target attribute for links that have absolute (not relative) urls.
setDefaultFont(Font) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
the default font, as used by the scanner.
setDefaultMonospaceFont(Font) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
the default font for monospace text, as used by the scanner.
setDefaultMonospaceFont(Font) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
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
 
setDisableHyperlinkModifiers(boolean) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
Indicate if hyperlink modifiers are disabled.
setDisplayImages(boolean) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
indicate if the viewer should support display of images.
setDocbookFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
The format of the DocBook output file.
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
 
setDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
Set the XML doctype of the ditamap.
setDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
Set the XML doctype of the docbook.
setDocument(IDocument, IAnnotationModel, int, int) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewer
 
setDocument(IDocument, IAnnotationModel, int, int) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
setDocument(IDocument) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration.MarkupViewerDamagerRepairer
 
setDocument(IDocument, IAnnotationModel, int, int) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
setDocumentNoMarkup(IDocument, IAnnotationModel) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
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.
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
setFailOnValidationError(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText validation errors should cause the Ant build to fail.
setFailOnValidationWarning(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText validation warnings should cause the Ant build to fail.
setFile(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
setFile(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
setFile(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
the file to process
setFile(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Stylesheet
 
setFile(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
the file to process
setFile(IFile) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
Set the file being edited.
setFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
The format of the DocBook output file.
setFilterGenerativeContents(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage
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.
setFontSize(float) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setFontSizeMultipliers(float[]) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Set the font size multipliers.
setFontSizeMultipliers(float[]) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setFormatOutput(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if the output 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
 
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.
setHelpPrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files.
setHtml(String) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
setHtmlDtd(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder
The DTD to emit, if HtmlDocumentBuilder.isEmitDtd() and HtmlDocumentBuilder.isEmitAsDocument().
setHtmlFile(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.util.MarkupToEclipseToc
 
setHtmlFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
The format of the HTML output file.
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.MarkupLanguage
The pattern to use when creating hyperlink targets for internal links.
setInternalLinkPattern(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
 
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.
setLinkRel(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
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
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
setMarkerId(String) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setMarkup(String) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
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
 
setMarkupLanguage(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
The markup language to use.
setMarkupLanguage(MarkupLanguageType) - Method in class org.eclipse.mylyn.wikitext.tasks.ui.editor.MarkupTaskEditorExtension
 
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
Set the markup language of the configuration.
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupTextPresenter
the markup language used by this presenter
setMarkupLanguage(MarkupLanguage) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
setMessage(String) - Method in class org.eclipse.mylyn.wikitext.core.validation.ValidationProblem
 
setMultipleOutputFiles(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if output should be generated to multiple output files.
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.core.util.anttask.MarkupToHtmlTask.Attribute
 
setNavigationImages(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if navigation links should be images
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.ui.editor.MarkupSourceViewerConfiguration
Set the outline on this configuration.
setOverwrite(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
setOverwrite(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDocbookTask
 
setOverwrite(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
indicate if target files should be overwritten even if their timestamps are newer than the source files.
setPageBreakOnHeading1(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if h1 headings should start a new page.
setPageBreakOnHeading1(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setPageHeight(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page height in cm.
setPageHeight(float) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setPageMargin(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page margin in cm.
setPageMargin(float) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setPageNumbering(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
indicate if pages should be numbered
setPageNumbering(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setPageWidth(float) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
The page width in cm.
setPageWidth(float) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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.
setPanelText(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setParser(MarkupParser) - Method in class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
 
setParser(MarkupParser) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupViewer
 
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.
setPrependImagePrefix(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.
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
 
setSelection(IStructuredSelection) - Method in class org.eclipse.mylyn.wikitext.ui.commands.AbstractMarkupResourceHandler
 
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.
setShowExternalLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setShowInTarget(IShowInTarget) - Method in class org.eclipse.mylyn.wikitext.ui.editor.MarkupSourceViewerConfiguration
provide a show in target to connect the quick-outline popup with the editor.
setSourceEncoding(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
The source encoding.
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
setStylesheet(Stylesheet) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
not API
setSubTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a sub-title to be emitted on the title page
setSubTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setSummary(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
setSuppressBuiltInCssStyles(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.
setTargetdir(File) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setTargetFile(File) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.DitaBookMapDocumentBuilder
the target output file of the bookmap.
setTextPresentation(TextPresentation) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer
 
setTextPresentation(TextPresentation) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewerConfiguration
 
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
setTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
The document title, as it appears in the head
setTitle(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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
setTopicDoctype(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
the XML doctype of topics The doctype should look something like this:
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.
setTopicFolder(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
setTopicStrategy(MarkupToDitaTask.BreakStrategy) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask
 
setUnderlineLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
Indicate if links should be underlined.
setUnderlineLinks(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setUrl(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Stylesheet
 
setUseInlineCssStyles(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
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.
setValidate(boolean) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
Indicate if WikiText markup should be validated.
setValign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes
 
setValign(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
 
setValue(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask.Attribute
 
setVersion(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.builder.XslfoDocumentBuilder.Configuration
a document version number to emit on the title page
setVersion(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
setWidth(int) - Method in class org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
 
setWidth(String) - Method in class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
 
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.
setXmlFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
The format of the XML table of contents output file.
setXmlHederQuoteChar(char) - Method in class org.eclipse.mylyn.wikitext.core.util.DefaultXmlStreamWriter
 
setXslfoFilenameFormat(String) - Method in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
The format of the XSL-FO output file.
show(ShowInContext) - Method in class org.eclipse.mylyn.wikitext.ui.editor.ShowInTargetBridge
 
ShowInTargetBridge - Class in org.eclipse.mylyn.wikitext.ui.editor
A means of briding a SourceViewer with IShowInTarget.
ShowInTargetBridge(SourceViewer) - Constructor for class org.eclipse.mylyn.wikitext.ui.editor.ShowInTargetBridge
 
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.MarkupLanguage
 
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
 
targetdir - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 
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
 
textPresentation - Variable in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlViewer.ParseResult
 
title - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
 
TitleAnnotation - Class in org.eclipse.mylyn.wikitext.ui.annotation
An annotation for "title" or tooltip text.
TitleAnnotation(String, String) - Constructor for class org.eclipse.mylyn.wikitext.ui.annotation.TitleAnnotation
 
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.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.
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.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
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
 
TYPE - Static variable in class org.eclipse.mylyn.wikitext.ui.annotation.AnchorHrefAnnotation
 
TYPE - Static variable in class org.eclipse.mylyn.wikitext.ui.annotation.AnchorNameAnnotation
 
TYPE - Static variable in class org.eclipse.mylyn.wikitext.ui.annotation.ClassAnnotation
 
TYPE - Static variable in class org.eclipse.mylyn.wikitext.ui.annotation.IdAnnotation
 
TYPE - Static variable in class org.eclipse.mylyn.wikitext.ui.annotation.TitleAnnotation
 

U

updatePresentation(Display, String, TextPresentation, int, int) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.HtmlTextPresenter
 
updatePresentation(Drawable, String, TextPresentation, int, int) - Method in class org.eclipse.mylyn.wikitext.ui.viewer.MarkupTextPresenter
 

V

validate(IProgressMonitor, String) - Method in class org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
 
validate(IProgressMonitor, 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.util.anttask.MarkupToDitaTask.BreakStrategy
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're 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're 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're declared.
values() - Static method in enum org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask.BreakStrategy
Returns an array containing the constants of this enum type, in the order they're 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're declared.
visit(OutlineItem) - Method in interface org.eclipse.mylyn.wikitext.core.parser.outline.OutlineItem.Visitor
 

W

WikiText - Class in org.eclipse.mylyn.wikitext.core
A utility class for accessing markup languages and validation.
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
 
xslfoFilenameFormat - Variable in class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToXslfoTask
 

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

Copyright © 2007, 2009 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