|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.plink.IndexProcessor
public class IndexProcessor
Produces an index document provided events generated by the PlinkProcessor.
| Field Summary | |
|---|---|
protected Element |
index
Document element for the index Document. |
protected Document |
m_indexDoc
XML Document used as an optional index. |
| Constructor Summary | |
|---|---|
IndexProcessor(Document indexDocument,
String documentName,
String dateMarker)
Constructor that will initialize the processor with the provided settings, using default values. |
|
| Method Summary | |
|---|---|
void |
buildIndexDoc()
Builds the indexDocument as the Document to be populated with the index of links created. |
protected Document |
getIndex()
Returns the Document populated with the index of links created. |
protected void |
index(String type,
String sid,
String ssn,
String ssnText)
If the File index has been set, adds Elements linking the SID sid and SSN ssn to the Document to the index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Document m_indexDoc
protected Element index
| Constructor Detail |
|---|
public IndexProcessor(Document indexDocument,
String documentName,
String dateMarker)
| Method Detail |
|---|
public void buildIndexDoc()
protected Document getIndex()
protected void index(String type,
String sid,
String ssn,
String ssnText)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||