|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutlineItem | |
---|---|
org.eclipse.mylyn.internal.wikitext.core.parser.builder | |
org.eclipse.mylyn.internal.wikitext.mediawiki.core.block | |
org.eclipse.mylyn.internal.wikitext.textile.core.block | |
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. |
org.eclipse.mylyn.wikitext.core.parser.util | Utility classes used by the parser framework |
Uses of OutlineItem in org.eclipse.mylyn.internal.wikitext.core.parser.builder |
---|
Subclasses of OutlineItem in org.eclipse.mylyn.internal.wikitext.core.parser.builder | |
---|---|
class |
SplitOutlineItem
|
Methods in org.eclipse.mylyn.internal.wikitext.core.parser.builder that return OutlineItem | |
---|---|
protected OutlineItem |
SplittingOutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
OutlineItem |
DitaTopicDocumentBuilder.getOutline()
the outline if available, otherwise null DitaTopicDocumentBuilder.setOutline(OutlineItem) |
Methods in org.eclipse.mylyn.internal.wikitext.core.parser.builder with parameters of type OutlineItem | |
---|---|
protected String |
SplittingMarkupToEclipseToc.computeFile(OutlineItem item)
|
protected OutlineItem |
SplittingOutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
void |
DitaTopicDocumentBuilder.setOutline(OutlineItem outline)
Set the outline of the document being parsed if xref URLs are to be correctly computed. |
Constructors in org.eclipse.mylyn.internal.wikitext.core.parser.builder with parameters of type OutlineItem | |
---|---|
SplitOutlineItem(OutlineItem parent,
int level,
String id,
int offset,
int length,
String label)
|
Uses of OutlineItem in org.eclipse.mylyn.internal.wikitext.mediawiki.core.block |
---|
Methods in org.eclipse.mylyn.internal.wikitext.mediawiki.core.block with parameters of type OutlineItem | |
---|---|
protected void |
AbstractTableOfContentsBlock.emitToc(OutlineItem item)
|
Uses of OutlineItem in org.eclipse.mylyn.internal.wikitext.textile.core.block |
---|
Methods in org.eclipse.mylyn.internal.wikitext.textile.core.block with parameters of type OutlineItem | |
---|---|
protected void |
AbstractTableOfContentsBlock.emitToc(OutlineItem item)
|
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.builder |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.builder that return OutlineItem | |
---|---|
OutlineItem |
DitaBookMapDocumentBuilder.getOutline()
the outline if available, otherwise null DitaBookMapDocumentBuilder.setOutline(OutlineItem) |
Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type OutlineItem | |
---|---|
void |
DitaBookMapDocumentBuilder.setOutline(OutlineItem outline)
Set the outline of the document being parsed if xref URLs are to be correctly computed. |
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.outline |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline that return OutlineItem | |
---|---|
protected OutlineItem |
OutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
OutlineItem |
OutlineParser.createRootItem()
|
OutlineItem |
OutlineItem.findItemById(String id)
|
OutlineItem |
OutlineItem.findNearestMatchingOffset(int offset)
|
OutlineItem |
OutlineItem.getParent()
|
OutlineItem |
OutlineItem.getPrevious()
Get the previous item. |
OutlineItem |
OutlineParser.parse(OutlineItem root,
String markup)
|
OutlineItem |
OutlineParser.parse(String markup)
|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline that return types with arguments of type OutlineItem | |
---|---|
List<OutlineItem> |
OutlineItem.getChildren()
|
Methods in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type OutlineItem | |
---|---|
boolean |
OutlineItem.contains(OutlineItem item)
Indicate if this outline item contains the given outline item. |
protected OutlineItem |
OutlineParser.createOutlineItem(OutlineItem current,
int level,
String id,
int offset,
int length,
String label)
|
DocumentBuilder |
OutlineParser.createOutlineUpdater(OutlineItem rootItem)
|
void |
OutlineItem.moveChildren(OutlineItem otherParent)
move children from the given outline item to this |
OutlineItem |
OutlineParser.parse(OutlineItem root,
String markup)
|
boolean |
OutlineItem.Visitor.visit(OutlineItem item)
|
Constructors in org.eclipse.mylyn.wikitext.core.parser.outline with parameters of type OutlineItem | |
---|---|
OutlineItem(OutlineItem parent,
int level,
String id,
int offset,
int length,
String label)
|
|
OutlineParser.OutlineBuilder(OutlineItem root,
int labelMaxLength)
|
Uses of OutlineItem in org.eclipse.mylyn.wikitext.core.parser.util |
---|
Methods in org.eclipse.mylyn.wikitext.core.parser.util with parameters of type OutlineItem | |
---|---|
protected String |
MarkupToEclipseToc.computeFile(OutlineItem item)
|
String |
MarkupToEclipseToc.createToc(OutlineItem root)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |