net.ontopia.infoset.fulltext.utils
Class AbstractLocatorDocumentProcessor

java.lang.Object
  extended by net.ontopia.infoset.fulltext.utils.AbstractLocatorDocumentProcessor
All Implemented Interfaces:
DocumentProcessorIF
Direct Known Subclasses:
DocumentPreloaderProcessor, Locator2ContentProcessor

public abstract class AbstractLocatorDocumentProcessor
extends java.lang.Object
implements DocumentProcessorIF

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

notation_field

protected java.lang.String notation_field

address_field

protected java.lang.String address_field
Constructor Detail

AbstractLocatorDocumentProcessor

public AbstractLocatorDocumentProcessor()

AbstractLocatorDocumentProcessor

public AbstractLocatorDocumentProcessor(java.lang.String notation_field,
                                        java.lang.String address_field)
Method Detail

getNotationField

public java.lang.String getNotationField()
INTERNAL: Gets the name of the notation field.


setNotationField

public void setNotationField(java.lang.String notation_field)
INTERNAL: Sets the name of the notation field.


getAddressField

public java.lang.String getAddressField()
INTERNAL: Gets the name of the address field.


setAddressField

public void setAddressField(java.lang.String address_field)
INTERNAL: Sets the name of the address field.


getLocator

protected LocatorIF getLocator(DocumentIF document)


Copyright © 2000-2012 Ontopia.