public class HtmlToTextPipelet.PlainTextWriter
extends DefaultFilter
| Constructor and Description |
|---|
HtmlToTextPipelet.PlainTextWriter(java.lang.StringBuilder target,
java.lang.String[] contentTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(XMLString text,
Augmentations augs) |
void |
emptyElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs) |
void |
endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs) |
void |
startElement(QName element,
XMLAttributes attrs,
Augmentations augs) |
public HtmlToTextPipelet.PlainTextWriter(java.lang.StringBuilder target,
java.lang.String[] contentTags)
target - the StringBuilder to write tocontentTags - public void characters(XMLString text,
Augmentations augs)
org.cyberneko.html.filters.DefaultFilter#characters(org.apache.xerces.xni.XMLString,
org.apache.xerces.xni.Augmentations)public void startElement(QName element,
XMLAttributes attrs,
Augmentations augs)
org.cyberneko.html.filters.DefaultFilter#startElement(org.apache.xerces.xni.QName,
org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)public void endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs)
org.cyberneko.html.filters.DefaultFilter#endElement(org.apache.xerces.xni.QName,
org.apache.xerces.xni.Augmentations)public void emptyElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException