org.wikimodel.wem.xml
Class AbstractTagNotifier
java.lang.Object
org.wikimodel.wem.xml.AbstractTagNotifier
- All Implemented Interfaces:
- ISaxConst
- Direct Known Subclasses:
- WemDocumentTagNotifier, WemInlineTagNotifier, WemListTagNotifier, WemProgrammingTagNotifier, WemSemanticTagNotifier, WemSimpleBlockTagNotifier, WemTableTagNotifier
public class AbstractTagNotifier
- extends Object
- implements ISaxConst
- Author:
- kotelnikov
| Fields inherited from interface org.wikimodel.wem.xml.ISaxConst |
DEFINITION_DESCRIPTION, DEFINITION_LIST, DEFINITION_TERM, DOCUMENT, EMPTY_LINES, EMPTY_LINES_SIZE, ESCAPE, EXTENSION_BLOCK, EXTENSION_INLINE, EXTENSION_NAME, FORMAT, HEADER, HEADER_LEVEL, HORIZONTAL_LINE, IMAGE, IMAGE_IMPLICIT, INFO_BLOCK, INFO_BLOCK_TYPE, LINE_BREAK, LIST_ITEM, LIST_ORDERED, LIST_UNORDERED, MACRO_BLOCK, MACRO_INLINE, MACRO_NAME, NEW_LINE, PARAGRAPH, PROPERTY_BLOCK, PROPERTY_DOC, PROPERTY_INLINE, PROPERTY_URL, QUOTATION, QUOTATION_LINE, REF_EXPLICIT, REF_IMPLICIT, SECTION, SECTION_CONTENT, SECTION_DOC_LEVEL, SECTION_HEADER_LEVEL, SECTION_LEVEL, STYLES, TABLE, TABLE_CAPTION, TABLE_CAPTION_PARAM, TABLE_CELL, TABLE_HEAD, TABLE_ROW, VERBATIM_BLOCK, VERBATIM_INLINE |
|
Method Summary |
protected Map<String,String> |
newParamMap()
|
protected Map<String,String> |
tagParams(Map<String,String> tagParams,
String... params)
|
protected Map<String,String> |
tagParams(String... params)
|
protected Map<String,String> |
tagParams(WikiFormat format)
|
protected Map<String,String> |
tagParams(WikiReference ref)
|
protected Map<String,String> |
userParams(WikiFormat format)
|
protected Map<String,String> |
userParams(WikiParameters params)
|
protected Map<String,String> |
userParams(WikiReference ref)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_MAP
protected static final Map<String,String> EMPTY_MAP
fListener
protected ITagListener fListener
AbstractTagNotifier
public AbstractTagNotifier(ITagListener listener)
newParamMap
protected Map<String,String> newParamMap()
- Returns:
tagParams
protected Map<String,String> tagParams(Map<String,String> tagParams,
String... params)
tagParams
protected Map<String,String> tagParams(String... params)
tagParams
protected Map<String,String> tagParams(WikiFormat format)
tagParams
protected Map<String,String> tagParams(WikiReference ref)
userParams
protected Map<String,String> userParams(WikiFormat format)
userParams
protected Map<String,String> userParams(WikiParameters params)
userParams
protected Map<String,String> userParams(WikiReference ref)
Copyright © 2005-2012. All Rights Reserved.