public abstract class AbstractSwitch extends java.lang.Object implements SwitchInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EMPTY |
static java.lang.String |
ERROR_NOT_VALID_HEADING_LEVEL |
| Constructor and Description |
|---|
AbstractSwitch() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLevel() |
int |
getStartLevel() |
java.util.Map<java.lang.String,java.lang.Integer> |
getStyleLevelMap() |
boolean |
isStyleSwitch() |
java.lang.String |
parseFieldArgument(java.lang.String fieldArgument) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, hasFieldArgument, processpublic static final java.lang.String EMPTY
public static final java.lang.String ERROR_NOT_VALID_HEADING_LEVEL
public java.lang.String parseFieldArgument(java.lang.String fieldArgument)
parseFieldArgument in interface SwitchInterfacepublic boolean isStyleSwitch()
isStyleSwitch in interface SwitchInterfacepublic int getStartLevel()
public int getEndLevel()
public java.util.Map<java.lang.String,java.lang.Integer> getStyleLevelMap()
Copyright © 2007–2023. All rights reserved.