org.apache.maven.doxia.module.itext
Class SinkActionContext
java.lang.Object
org.apache.maven.doxia.module.itext.SinkActionContext
public class SinkActionContext
- extends Object
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
AUTHOR
public static final int AUTHOR
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
BODY
public static final int BODY
- See Also:
- Constant Field Values
SECTION_TITLE
public static final int SECTION_TITLE
- See Also:
- Constant Field Values
SECTION_TITLE_1
public static final int SECTION_TITLE_1
- See Also:
- Constant Field Values
SECTION_TITLE_2
public static final int SECTION_TITLE_2
- See Also:
- Constant Field Values
SECTION_TITLE_3
public static final int SECTION_TITLE_3
- See Also:
- Constant Field Values
SECTION_TITLE_4
public static final int SECTION_TITLE_4
- See Also:
- Constant Field Values
SECTION_TITLE_5
public static final int SECTION_TITLE_5
- See Also:
- Constant Field Values
SECTION_1
public static final int SECTION_1
- See Also:
- Constant Field Values
SECTION_2
public static final int SECTION_2
- See Also:
- Constant Field Values
SECTION_3
public static final int SECTION_3
- See Also:
- Constant Field Values
SECTION_4
public static final int SECTION_4
- See Also:
- Constant Field Values
SECTION_5
public static final int SECTION_5
- See Also:
- Constant Field Values
DEFINITION_LIST
public static final int DEFINITION_LIST
- See Also:
- Constant Field Values
DEFINITION_LIST_ITEM
public static final int DEFINITION_LIST_ITEM
- See Also:
- Constant Field Values
DEFINED_TERM
public static final int DEFINED_TERM
- See Also:
- Constant Field Values
LIST_ITEM
public static final int LIST_ITEM
- See Also:
- Constant Field Values
NUMBERED_LIST_ITEM
public static final int NUMBERED_LIST_ITEM
- See Also:
- Constant Field Values
NUMBERED_LIST
public static final int NUMBERED_LIST
- See Also:
- Constant Field Values
DEFINITION
public static final int DEFINITION
- See Also:
- Constant Field Values
PARAGRAPH
public static final int PARAGRAPH
- See Also:
- Constant Field Values
LIST
public static final int LIST
- See Also:
- Constant Field Values
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
TABLE_CAPTION
public static final int TABLE_CAPTION
- See Also:
- Constant Field Values
TABLE_CELL
public static final int TABLE_CELL
- See Also:
- Constant Field Values
TABLE_HEADER_CELL
public static final int TABLE_HEADER_CELL
- See Also:
- Constant Field Values
TABLE_ROW
public static final int TABLE_ROW
- See Also:
- Constant Field Values
TABLE_ROWS
public static final int TABLE_ROWS
- See Also:
- Constant Field Values
VERBATIM
public static final int VERBATIM
- See Also:
- Constant Field Values
FIGURE
public static final int FIGURE
- See Also:
- Constant Field Values
FIGURE_CAPTION
public static final int FIGURE_CAPTION
- See Also:
- Constant Field Values
FIGURE_GRAPHICS
public static final int FIGURE_GRAPHICS
- See Also:
- Constant Field Values
LINK
public static final int LINK
- See Also:
- Constant Field Values
ANCHOR
public static final int ANCHOR
- See Also:
- Constant Field Values
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
SinkActionContext
public SinkActionContext()
getCurrentAction
public int getCurrentAction()
release
public void release()
setAction
public void setAction(int action)
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.