Uses of Class
org.eclipse.mylyn.wikitext.core.parser.Attributes

Packages that use Attributes
org.eclipse.mylyn.internal.wikitext.core.parser.builder   
org.eclipse.mylyn.internal.wikitext.textile.core   
org.eclipse.mylyn.internal.wikitext.textile.core.phrase   
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 contains concrete implementations of DocumentBuilder
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. 
 

Uses of Attributes in org.eclipse.mylyn.internal.wikitext.core.parser.builder
 

Methods in org.eclipse.mylyn.internal.wikitext.core.parser.builder with parameters of type Attributes
 void SplittingHtmlDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void DitaTopicDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void SplittingHtmlDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void DitaTopicDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void SplittingHtmlDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void DitaTopicDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void SplittingHtmlDocumentBuilder.image(Attributes attributes, String url)
           
 void DitaTopicDocumentBuilder.image(Attributes attributes, String url)
           
 void SplittingHtmlDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void DitaTopicDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void SplittingHtmlDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void DitaTopicDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 

Uses of Attributes in org.eclipse.mylyn.internal.wikitext.textile.core
 

Methods in org.eclipse.mylyn.internal.wikitext.textile.core that return Attributes
static Attributes Textile.configureAttributes(Attributes attributes, Matcher matcher, int offset, boolean block)
           
static Attributes Textile.configureAttributes(Matcher matcher, Attributes attributes, int offset, boolean block)
           
 

Methods in org.eclipse.mylyn.internal.wikitext.textile.core with parameters of type Attributes
static Attributes Textile.configureAttributes(Attributes attributes, Matcher matcher, int offset, boolean block)
           
static Attributes Textile.configureAttributes(Matcher matcher, Attributes attributes, int offset, boolean block)
           
 

Uses of Attributes in org.eclipse.mylyn.internal.wikitext.textile.core.phrase
 

Methods in org.eclipse.mylyn.internal.wikitext.textile.core.phrase with parameters of type Attributes
protected static void SimpleTextilePhraseModifier.configureAttributes(PatternBasedElementProcessor processor, Attributes attributes)
           
 

Uses of Attributes in org.eclipse.mylyn.wikitext.core.parser
 

Subclasses of Attributes in org.eclipse.mylyn.wikitext.core.parser
 class HeadingAttributes
          Attributes specific to DocumentBuilder.beginHeading(int, Attributes)
 class ImageAttributes
          Attributes for images.
 class LinkAttributes
          Attributes for links (hyperlinks)
 class ListAttributes
           
 class QuoteAttributes
          Attributes for block quotes.
 class TableAttributes
          Attributes that may used when creating blocks of type BlockType#TABLE.
 class TableCellAttributes
          Attributes that may used when creating blocks of type BlockType#TABLE_CELL_HEADER or BlockType#TABLE_CELL_NORMAL.
 class TableRowAttributes
          Attributes that may used when creating blocks of type BlockType#TABLE_ROW.
 class XmlTableAttributes
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser with parameters of type Attributes
abstract  void DocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
          Begin a block of the specified type.
abstract  void DocumentBuilder.beginHeading(int level, Attributes attributes)
          Begin a heading of the specified level (usually 1-6).
 void DocumentBuilder.beginLink(Attributes attributes, String hrefOrHashName)
           
abstract  void DocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
          Begin a span of the specified type.
abstract  void DocumentBuilder.image(Attributes attributes, String url)
          Build the image with the given attributes
abstract  void DocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
          Create a hyperlink whose visual representation is an image.
 void DocumentBuilder.imageLink(Attributes attributes, String href, String imageUrl)
          Create a hyperlink whose visual representation is an image.
abstract  void DocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
          Create a hyperlink to the given url.
 

Uses of Attributes in org.eclipse.mylyn.wikitext.core.parser.builder
 

Fields in org.eclipse.mylyn.wikitext.core.parser.builder declared as Attributes
 Attributes RecordingDocumentBuilder.Event.attributes
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type Attributes
protected  void DocBookDocumentBuilder.applyAttributes(Attributes attributes)
           
 void RecordingDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void EventLoggingDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void NoOpDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void MultiplexingDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void HtmlDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void XslfoDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void DitaBookMapDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void DocBookDocumentBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void RecordingDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void EventLoggingDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void NoOpDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void MultiplexingDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void HtmlDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void XslfoDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void DitaBookMapDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void DocBookDocumentBuilder.beginHeading(int level, Attributes attributes)
           
 void HtmlDocumentBuilder.beginLink(Attributes attributes, String hrefOrHashName)
           
 void DocBookDocumentBuilder.beginLink(Attributes attributes, String href)
           
 void RecordingDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void EventLoggingDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void NoOpDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void MultiplexingDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void HtmlDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void XslfoDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void DitaBookMapDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void DocBookDocumentBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void RecordingDocumentBuilder.image(Attributes attributes, String url)
           
 void EventLoggingDocumentBuilder.image(Attributes attributes, String url)
           
 void NoOpDocumentBuilder.image(Attributes attributes, String url)
           
 void MultiplexingDocumentBuilder.image(Attributes attributes, String url)
           
 void HtmlDocumentBuilder.image(Attributes attributes, String url)
           
 void XslfoDocumentBuilder.image(Attributes attributes, String url)
           
 void DitaBookMapDocumentBuilder.image(Attributes attributes, String url)
           
 void DocBookDocumentBuilder.image(Attributes attributes, String url)
           
 void RecordingDocumentBuilder.imageLink(Attributes linkAttributes, Attributes attributes, String href, String imageUrl)
           
 void EventLoggingDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void NoOpDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void MultiplexingDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void HtmlDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void XslfoDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void DitaBookMapDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void DocBookDocumentBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void RecordingDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void EventLoggingDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void NoOpDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void MultiplexingDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void HtmlDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void XslfoDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void DitaBookMapDocumentBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 void DocBookDocumentBuilder.link(Attributes attributes, String href, String text)
           
 

Constructors in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type Attributes
RecordingDocumentBuilder.Event(DocumentBuilder.BlockType type, Attributes attributes2)
           
RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type, Attributes attributes2)
           
RecordingDocumentBuilder.Event(int level, Attributes attributes2)
           
 

Uses of Attributes in org.eclipse.mylyn.wikitext.core.parser.outline
 

Methods in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type Attributes
 void OutlineParser.OutlineBuilder.beginBlock(DocumentBuilder.BlockType type, Attributes attributes)
           
 void OutlineParser.OutlineBuilder.beginHeading(int level, Attributes attributes)
           
 void OutlineParser.OutlineBuilder.beginSpan(DocumentBuilder.SpanType type, Attributes attributes)
           
 void OutlineParser.OutlineBuilder.image(Attributes attributes, String url)
           
 void OutlineParser.OutlineBuilder.imageLink(Attributes linkAttributes, Attributes imageAttributes, String href, String imageUrl)
           
 void OutlineParser.OutlineBuilder.link(Attributes attributes, String hrefOrHashName, String text)
           
 



Copyright © 2011 FuseSource, Corp.. All Rights Reserved.