public class RawTextWriter
extends org.cyberneko.html.filters.Writer
| Constructor and Description |
|---|
RawTextWriter(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs) |
protected void |
printCharacters(org.apache.xerces.xni.XMLString text,
boolean normalize) |
void |
startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs) |
characters, comment, emptyElement, endGeneralEntity, main, printAttributeValue, printEndElement, printEntity, printStartElement, startDocument, startDocument, startGeneralEntitydoctypeDecl, endCDATA, endDocument, endPrefixMapping, getDocumentHandler, getDocumentSource, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, merge, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startPrefixMapping, textDecl, xmlDeclpublic RawTextWriter(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionprotected void printCharacters(org.apache.xerces.xni.XMLString text,
boolean normalize)
printCharacters in class org.cyberneko.html.filters.Writerpublic void startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
startElement in interface org.apache.xerces.xni.XMLDocumentHandlerstartElement in class org.cyberneko.html.filters.Writerorg.apache.xerces.xni.XNIExceptionpublic void endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
endElement in interface org.apache.xerces.xni.XMLDocumentHandlerendElement in class org.cyberneko.html.filters.Writerorg.apache.xerces.xni.XNIExceptionCopyright © 2021. All Rights Reserved.