Class NekoElementRemover
- java.lang.Object
-
- org.cyberneko.html.filters.DefaultFilter
-
- org.cyberneko.html.filters.ElementRemover
-
- org.silverpeas.components.mailinglist.service.util.neko.NekoElementRemover
-
- All Implemented Interfaces:
org.apache.xerces.xni.parser.XMLComponent,org.apache.xerces.xni.parser.XMLDocumentFilter,org.apache.xerces.xni.parser.XMLDocumentSource,org.apache.xerces.xni.XMLDocumentHandler,org.cyberneko.html.HTMLComponent
public class NekoElementRemover extends org.cyberneko.html.filters.ElementRemover
-
-
Constructor Summary
Constructors Constructor Description NekoElementRemover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomment(org.apache.xerces.xni.XMLString text, org.apache.xerces.xni.Augmentations augs)voidendElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs)End element.voidignorableWhitespace(org.apache.xerces.xni.XMLString text, org.apache.xerces.xni.Augmentations augs)voidprocessingInstruction(String target, org.apache.xerces.xni.XMLString data, org.apache.xerces.xni.Augmentations augs)-
Methods inherited from class org.cyberneko.html.filters.ElementRemover
acceptElement, characters, elementAccepted, elementRemoved, emptyElement, endCDATA, endGeneralEntity, endPrefixMapping, handleOpenTag, removeElement, startCDATA, startDocument, startDocument, startElement, startGeneralEntity, startPrefixMapping, textDecl
-
Methods inherited from class org.cyberneko.html.filters.DefaultFilter
doctypeDecl, endDocument, getDocumentHandler, getDocumentSource, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, merge, reset, setDocumentHandler, setDocumentSource, setFeature, setProperty, xmlDecl
-
-
-
-
Method Detail
-
comment
public void comment(org.apache.xerces.xni.XMLString text, org.apache.xerces.xni.Augmentations augs) throws org.apache.xerces.xni.XNIException- Specified by:
commentin interfaceorg.apache.xerces.xni.XMLDocumentHandler- Overrides:
commentin classorg.cyberneko.html.filters.ElementRemover- Throws:
org.apache.xerces.xni.XNIException
-
ignorableWhitespace
public void ignorableWhitespace(org.apache.xerces.xni.XMLString text, org.apache.xerces.xni.Augmentations augs) throws org.apache.xerces.xni.XNIException- Specified by:
ignorableWhitespacein interfaceorg.apache.xerces.xni.XMLDocumentHandler- Overrides:
ignorableWhitespacein classorg.cyberneko.html.filters.ElementRemover- Throws:
org.apache.xerces.xni.XNIException
-
endElement
public void endElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs) throws org.apache.xerces.xni.XNIExceptionEnd element.- Specified by:
endElementin interfaceorg.apache.xerces.xni.XMLDocumentHandler- Overrides:
endElementin classorg.cyberneko.html.filters.ElementRemover- Throws:
org.apache.xerces.xni.XNIException
-
processingInstruction
public void processingInstruction(String target, org.apache.xerces.xni.XMLString data, org.apache.xerces.xni.Augmentations augs) throws org.apache.xerces.xni.XNIException
- Specified by:
processingInstructionin interfaceorg.apache.xerces.xni.XMLDocumentHandler- Overrides:
processingInstructionin classorg.cyberneko.html.filters.ElementRemover- Throws:
org.apache.xerces.xni.XNIException
-
-