|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.lt.hog.Adaptor
de.dfki.lt.hog.modules.test.SampleTaggerAdaptor
public class SampleTaggerAdaptor
Field Summary |
---|
Fields inherited from class de.dfki.lt.hog.Adaptor |
---|
WEBSERVER_PORT_PROP |
Constructor Summary | |
---|---|
SampleTaggerAdaptor(java.util.Properties taggerProps)
|
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String xmlString)
Tags an XML-String with "UPPER" or "LOWER" tags. |
void |
shutdown()
Shuts down an Adaptor . |
Methods inherited from class de.dfki.lt.hog.Adaptor |
---|
addHandler, getConfig, getHandler, getHandlers, getServer, getServerPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleTaggerAdaptor(java.util.Properties taggerProps)
Method Detail |
---|
public java.lang.String process(java.lang.String xmlString)
<W ... >
an attribute
pos=...
with appropriate tag.
xmlString
- Document to tag
public void shutdown()
Adaptor
Adaptor
.
Has to be overriden for shutting down special components of
derived subclass.
shutdown
in class Adaptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |