|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.classify.Document
public class Document
INTERNAL:
Method Summary | |
---|---|
void |
dump()
|
void |
endRegion()
INTERNAL: Ends the current document region. |
Region |
getRoot()
|
void |
setTokenized(boolean tokenized)
|
void |
startRegion(java.lang.String regionName)
INTERNAL: Starts a new document region. |
void |
text(char[] ch,
int start,
int length)
INTERNAL: Text found in the classifiable content. |
void |
visitTokens(TokenVisitor visitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Region getRoot()
public void startRegion(java.lang.String regionName)
TextHandlerIF
startRegion
in interface TextHandlerIF
public void text(char[] ch, int start, int length)
TextHandlerIF
text
in interface TextHandlerIF
public void endRegion()
TextHandlerIF
endRegion
in interface TextHandlerIF
public void dump()
public void visitTokens(TokenVisitor visitor)
public void setTokenized(boolean tokenized)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |