|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentBuilder.SpanType | |
---|---|
org.eclipse.mylyn.internal.wikitext.confluence.core.phrase | |
org.eclipse.mylyn.internal.wikitext.core.parser.builder | |
org.eclipse.mylyn.internal.wikitext.mediawiki.core.phrase | |
org.eclipse.mylyn.internal.wikitext.textile.core.phrase | |
org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase | |
org.eclipse.mylyn.internal.wikitext.twiki.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 DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.confluence.core.phrase |
---|
Fields in org.eclipse.mylyn.internal.wikitext.confluence.core.phrase declared as DocumentBuilder.SpanType | |
---|---|
protected DocumentBuilder.SpanType |
SimpleWrappedPhraseModifier.spanType
|
Constructors in org.eclipse.mylyn.internal.wikitext.confluence.core.phrase with parameters of type DocumentBuilder.SpanType | |
---|---|
ConfluenceWrappedPhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
StrangePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.core.parser.builder |
---|
Methods in org.eclipse.mylyn.internal.wikitext.core.parser.builder with parameters of type DocumentBuilder.SpanType | |
---|---|
void |
SplittingHtmlDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
void |
DitaTopicDocumentBuilder.beginSpan(DocumentBuilder.SpanType type,
Attributes attributes)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.mediawiki.core.phrase |
---|
Constructors in org.eclipse.mylyn.internal.wikitext.mediawiki.core.phrase with parameters of type DocumentBuilder.SpanType | |
---|---|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.textile.core.phrase |
---|
Constructors in org.eclipse.mylyn.internal.wikitext.textile.core.phrase with parameters of type DocumentBuilder.SpanType | |
---|---|
SimpleTextilePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
SimpleTextilePhraseModifier.Mode mode)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase |
---|
Constructors in org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase with parameters of type DocumentBuilder.SpanType | |
---|---|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
Uses of DocumentBuilder.SpanType in org.eclipse.mylyn.internal.wikitext.twiki.core.phrase |
---|
Constructors in org.eclipse.mylyn.internal.wikitext.twiki.core.phrase with parameters of type DocumentBuilder.SpanType | |
---|---|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
|
SimplePhraseModifier(String delimiter,
DocumentBuilder.SpanType spanType,
boolean nesting)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType)
|
|
SimpleWrappedPhraseModifier(String startDelimiter,
String endDelimiter,
DocumentBuilder.SpanType[] spanType,
boolean nesting)
|
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 are 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 |
---|
Fields in org.eclipse.mylyn.wikitext.core.parser.builder declared as DocumentBuilder.SpanType | |
---|---|
DocumentBuilder.SpanType |
RecordingDocumentBuilder.Event.spanType
|
Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type DocumentBuilder.SpanType | |
---|---|
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)
|
Constructors in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type DocumentBuilder.SpanType | |
---|---|
RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type,
Attributes attributes2)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |