|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.infoset.fulltext.utils.AbstractLocatorDocumentProcessor
public abstract class AbstractLocatorDocumentProcessor
INTERNAL: An abstract document processor class that can be subclassed by classes that needs to process locator information stored in documents.
| Field Summary | |
|---|---|
protected String |
address_field
|
protected String |
notation_field
|
| Constructor Summary | |
|---|---|
AbstractLocatorDocumentProcessor()
|
|
AbstractLocatorDocumentProcessor(String notation_field,
String address_field)
|
|
| Method Summary | |
|---|---|
String |
getAddressField()
INTERNAL: Gets the name of the address field. |
protected LocatorIF |
getLocator(DocumentIF document)
|
String |
getNotationField()
INTERNAL: Gets the name of the notation field. |
void |
setAddressField(String address_field)
INTERNAL: Sets the name of the address field. |
void |
setNotationField(String notation_field)
INTERNAL: Sets the name of the notation field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.ontopia.infoset.fulltext.core.DocumentProcessorIF |
|---|
needsProcessing, process |
| Field Detail |
|---|
protected String notation_field
protected String address_field
| Constructor Detail |
|---|
public AbstractLocatorDocumentProcessor()
public AbstractLocatorDocumentProcessor(String notation_field,
String address_field)
| Method Detail |
|---|
public String getNotationField()
public void setNotationField(String notation_field)
public String getAddressField()
public void setAddressField(String address_field)
protected LocatorIF getLocator(DocumentIF document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||