org.eclipse.mylyn.internal.wikitext.textile.core
Class Textile

java.lang.Object
  extended by org.eclipse.mylyn.internal.wikitext.textile.core.Textile

public class Textile
extends Object

Author:
David Green

Field Summary
static int ATTRIBUTES_BLOCK_GROUP_COUNT
           
static int ATTRIBUTES_GROUP_COUNT
           
static String REGEX_ATTRIBUTES
           
static String REGEX_BLOCK_ATTRIBUTES
           
 
Constructor Summary
Textile()
           
 
Method Summary
static Attributes configureAttributes(Attributes attributes, Matcher matcher, int offset, boolean block)
           
static Attributes configureAttributes(Matcher matcher, Attributes attributes, int offset, boolean block)
           
static boolean explicitBlockBegins(String line, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Textile

public Textile()
Method Detail

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.