Mylyn WikiText

Package org.eclipse.mylyn.wikitext.core.parser

contains framework classes for parsing lightweight markup (wiki markup) and creating output.

See:
          Description

Interface Summary
Locator An interface that provides information about the location of the current parser activity.
 

Class Summary
Attributes Attributes for a markup element.
DocumentBuilder The 'Builder' design pattern, for documents.
HeadingAttributes Attributes specific to DocumentBuilder.beginHeading(int, Attributes)
IdGenerator  
ImageAttributes Attributes for images.
LinkAttributes Attributes for links (hyperlinks)
ListAttributes  
MarkupParser A markup processor that can process lightweight markup formats such as Textile.
QuoteAttributes Attributes for block quotes.
TableAttributes Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE.
TableCellAttributes Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_CELL_HEADER or DocumentBuilder.BlockType.TABLE_CELL_NORMAL.
TableRowAttributes Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_ROW.
 

Enum Summary
DocumentBuilder.BlockType  
DocumentBuilder.SpanType  
ImageAttributes.Align  
 

Package org.eclipse.mylyn.wikitext.core.parser Description

contains framework classes for parsing lightweight markup (wiki markup) and creating output.

See Also:
MarkupParser, DocumentBuilder

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html