public class Styler extends BufferMarker
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
classNames |
protected com.admc.jcreole.marker.Styler.Direction |
targetDirection |
protected TagType |
targetType |
applied, id, markerChar, offset, targetSb| Constructor and Description |
|---|
Styler(int id,
java.lang.String newClassNames,
char directionChar,
java.lang.String tagTypeStr) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getClassNames() |
com.admc.jcreole.marker.Styler.Direction |
getTargetDirection() |
TagType |
getTargetType() |
compareTo, equals, getIdString, getMarkerString, getOffset, setContext, toString, updateBuffer, validateprotected java.lang.String[] classNames
protected com.admc.jcreole.marker.Styler.Direction targetDirection
protected TagType targetType
public Styler(int id,
java.lang.String newClassNames,
char directionChar,
java.lang.String tagTypeStr)
public java.lang.String[] getClassNames()
public com.admc.jcreole.marker.Styler.Direction getTargetDirection()
public TagType getTargetType()