org.eclipse.mylyn.internal.wikitext.textile.core
Class Textile
java.lang.Object
org.eclipse.mylyn.internal.wikitext.textile.core.Textile
public class Textile
- extends Object
- Author:
- David Green
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REGEX_ATTRIBUTES
public static final String REGEX_ATTRIBUTES
- See Also:
- Constant Field Values
REGEX_BLOCK_ATTRIBUTES
public static final String REGEX_BLOCK_ATTRIBUTES
- See Also:
- Constant Field Values
ATTRIBUTES_GROUP_COUNT
public static final int ATTRIBUTES_GROUP_COUNT
- See Also:
- Constant Field Values
ATTRIBUTES_BLOCK_GROUP_COUNT
public static final int ATTRIBUTES_BLOCK_GROUP_COUNT
- See Also:
- Constant Field Values
Textile
public Textile()
configureAttributes
public static Attributes configureAttributes(Attributes attributes,
Matcher matcher,
int offset,
boolean block)
configureAttributes
public static Attributes configureAttributes(Matcher matcher,
Attributes attributes,
int offset,
boolean block)
explicitBlockBegins
public static boolean explicitBlockBegins(String line,
int offset)
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.