|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 java.lang.String |
address_field
|
protected java.lang.String |
notation_field
|
Constructor Summary | |
---|---|
AbstractLocatorDocumentProcessor()
|
|
AbstractLocatorDocumentProcessor(java.lang.String notation_field,
java.lang.String address_field)
|
Method Summary | |
---|---|
java.lang.String |
getAddressField()
INTERNAL: Gets the name of the address field. |
protected LocatorIF |
getLocator(DocumentIF document)
|
java.lang.String |
getNotationField()
INTERNAL: Gets the name of the notation field. |
void |
setAddressField(java.lang.String address_field)
INTERNAL: Sets the name of the address field. |
void |
setNotationField(java.lang.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 java.lang.String notation_field
protected java.lang.String address_field
Constructor Detail |
---|
public AbstractLocatorDocumentProcessor()
public AbstractLocatorDocumentProcessor(java.lang.String notation_field, java.lang.String address_field)
Method Detail |
---|
public java.lang.String getNotationField()
public void setNotationField(java.lang.String notation_field)
public java.lang.String getAddressField()
public void setAddressField(java.lang.String address_field)
protected LocatorIF getLocator(DocumentIF document)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |