|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetaHandler
An interface for a processor receiving document metadata events from an org.ceryle.plink.MetaProcessor to build an output tree. For more extensive documentation see the plink home page.
| Method Summary | |
|---|---|
void |
about(String uri)
Receives an event indicating the beginning of a new metadata node, with the value of the uri reference indicating the resource to which this metadata is associated. |
Document |
getHarvestDocument()
Returns the Document generated by the harvested metadata events. |
void |
meta(String name,
String value,
String schema)
Receives a metadata event as a name/value pair about the current object. |
void |
schema(String prefix,
String uri)
Receives an event indicating the awareness of a new namespace schema whose prefix String is prefix and URI reference uri. |
| Method Detail |
|---|
Document getHarvestDocument()
void about(String uri)
void schema(String prefix,
String uri)
void meta(String name,
String value,
String schema)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||