|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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(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(String regionName)
TextHandlerIF
startRegion in interface TextHandlerIF
public void text(char[] ch,
int start,
int length)
TextHandlerIF
text in interface TextHandlerIFpublic void endRegion()
TextHandlerIF
endRegion in interface TextHandlerIFpublic 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 | ||||||||