|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentBuilder.SpanType | |
---|---|
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 DocumentBuilder.SpanType in org.eclipse.mylyn.wikitext.core.parser |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser that return DocumentBuilder.SpanType | |
---|---|
static DocumentBuilder.SpanType |
DocumentBuilder.SpanType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DocumentBuilder.SpanType[] |
DocumentBuilder.SpanType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.mylyn.wikitext.core.parser with parameters of type DocumentBuilder.SpanType | |
---|---|
abstract void |
DocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
Begin a span of the specified type. |
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.wikitext.core.parser.builder |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type DocumentBuilder.SpanType | |
---|---|
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)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.wikitext.core.parser.outline |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type DocumentBuilder.SpanType | |
---|---|
void |
OutlineParser.OutlineBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |