|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.xml.sax.filter.cDataMods.CDataDeleter
Implementation of CDataModifier that causes the
deletion of the character data segment. Used with ElementModifier
as part of ProgrammableSAXFilter.
Implementation is deviously simple: do nothing to source -- that is "eat" the characters event.
| Constructor Summary | |
CDataDeleter()
|
|
| Method Summary | |
void |
filterCData(CDataContent content)
Filter the character source and send the modified character events to the ContentHandler |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CDataDeleter()
| Method Detail |
public void filterCData(CDataContent content)
CDataModifier
filterCData in interface CDataModifiercontent - The CharacterData to be modified. Modification is achieved by changing
the properties of this object.public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||