|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
---|---|
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.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 DocumentBuilder.BlockType.TABLE . |
class |
TableCellAttributes
Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_CELL_HEADER or
DocumentBuilder.BlockType.TABLE_CELL_NORMAL . |
class |
TableRowAttributes
Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_ROW . |
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). |
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 |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type Attributes | |
---|---|
void |
DitaBookMapDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
DocBookDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
EventLoggingDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
HtmlDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
MultiplexingDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
NoOpDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
XslfoDocumentBuilder.beginBlock(DocumentBuilder.BlockType type,
Attributes attributes)
|
void |
DitaBookMapDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
DocBookDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
EventLoggingDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
HtmlDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
MultiplexingDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
NoOpDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
XslfoDocumentBuilder.beginHeading(int level,
Attributes attributes)
|
void |
DitaBookMapDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
DocBookDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
EventLoggingDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
HtmlDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
MultiplexingDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
NoOpDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
XslfoDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
DitaBookMapDocumentBuilder.image(Attributes attributes,
String url)
|
void |
DocBookDocumentBuilder.image(Attributes attributes,
String url)
|
void |
EventLoggingDocumentBuilder.image(Attributes attributes,
String url)
|
void |
HtmlDocumentBuilder.image(Attributes attributes,
String url)
|
void |
MultiplexingDocumentBuilder.image(Attributes attributes,
String url)
|
void |
NoOpDocumentBuilder.image(Attributes attributes,
String url)
|
void |
XslfoDocumentBuilder.image(Attributes attributes,
String url)
|
void |
DitaBookMapDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
DocBookDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
EventLoggingDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
HtmlDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
MultiplexingDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
NoOpDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
XslfoDocumentBuilder.imageLink(Attributes linkAttributes,
Attributes imageAttributes,
String href,
String imageUrl)
|
void |
DitaBookMapDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
void |
DocBookDocumentBuilder.link(Attributes attributes,
String href,
String text)
|
void |
EventLoggingDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
void |
HtmlDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
void |
MultiplexingDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
void |
NoOpDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
void |
XslfoDocumentBuilder.link(Attributes attributes,
String hrefOrHashName,
String text)
|
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)
|
|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |