|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWemListenerSemantic
This listener is used to notify about semantic elements defined in the document. Possible semantic elements are inline and block properties. Each block property can have a document or a simple paragraph as its value. Each inline element contains only formatted inline elements.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void beginPropertyBlock(String propertyUri,
boolean doc)
propertyUri - 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 paragraphvoid beginPropertyInline(String propertyUri)
propertyUri - the URI of the semantic inline property found in the
document
void endPropertyBlock(String propertyUri,
boolean doc)
propertyUri - 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 paragraphvoid endPropertyInline(String propertyUri)
propertyUri - the URI of the semantic inline property found in the
document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||