public class WemSemanticTagNotifier extends AbstractTagNotifier implements IWemListenerSemantic
EMPTY_MAP, fListenerDEFINITION_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| Constructor and Description |
|---|
WemSemanticTagNotifier(ITagListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPropertyBlock(String propertyUri,
boolean doc)
This method is called to notify about the beginning of a new property
found in the parsed document.
|
void |
beginPropertyInline(String propertyUri)
This method is called to notify about the beginning of a new inline
property found in the text of the parsed document.
|
void |
endPropertyBlock(String propertyUri,
boolean doc)
This method is called to notify about the end of a block property found
in the parsed document.
|
void |
endPropertyInline(String propertyUri)
This method is called to notify about the end of an inline property found
in the text of the parsed document.
|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParamspublic WemSemanticTagNotifier(ITagListener listener)
listener - public void beginPropertyBlock(String propertyUri, boolean doc)
IWemListenerSemanticbeginPropertyBlock in interface IWemListenerSemanticpropertyUri - the URI of the semantic block property found in the
documentdoc - this flag is true if the found property contains
a whole document; if this flag is false then expected
property value contains a paragraphpublic void beginPropertyInline(String propertyUri)
IWemListenerSemanticbeginPropertyInline in interface IWemListenerSemanticpropertyUri - the URI of the semantic inline property found in the
documentpublic void endPropertyBlock(String propertyUri, boolean doc)
IWemListenerSemanticendPropertyBlock in interface IWemListenerSemanticpropertyUri - the URI of the semantic block property found in the
documentdoc - this flag is true if the found property contains
a whole document; otherwise (if this flag is false)
the value of the property is a simple paragraphpublic void endPropertyInline(String propertyUri)
IWemListenerSemanticendPropertyInline in interface IWemListenerSemanticpropertyUri - the URI of the semantic inline property found in the
documentCopyright © 2004–2014 XWiki. All rights reserved.