|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for objects that can modify the character data segment of an XML element.
Objects of this type are used as components of ElementModifier
as part of ProgrammableSAXFilter. The ElementModifier passes SAX character
events to objects of this type (if it has one) along with the content handler that is
to receive the events.
Implementations of this interface can prepend or append characters
by sending new SAX characters events before (and/or) after the original event(CDataExtender),
can substitute a new characters event(CDataReplacer) or drop it (CDataDeleter).
| Method Summary | |
void |
filterCData(CDataContent charData)
Filter the character source and send the modified character events to the ContentHandler |
| Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable |
initialize |
| Method Detail |
public void filterCData(CDataContent charData)
charData - The CharacterData to be modified. Modification is achieved by changing
the properties of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||