|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WingTransformer
The WingTransformer is a simple framework for dealing with DSpace based SAX events. The implementing class is responsible for catching the appropriate events and filtering them into these method calls. This allows implementors to have easy access to the document without dealing with the messiness of the SAX event system. If the implementing class needs to insert anything into the document they these methods should be implemented such that they insert the correct data into the appropriate places
| Method Summary | |
|---|---|
void |
addBody(Body body)
What to add at the end of the body |
void |
addOptions(Options options)
What to add to the options list |
void |
addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
addUserMeta(UserMeta userMeta)
What user metadata to add to the document |
String |
getComponentName()
What is a unique name for this component? |
| Method Detail |
|---|
void addBody(Body body)
throws Exception
Exception
void addOptions(Options options)
throws Exception
Exception
void addUserMeta(UserMeta userMeta)
throws Exception
Exception
void addPageMeta(PageMeta pageMeta)
throws Exception
ExceptionString getComponentName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||