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, startGeneralEntity
doctypeDecl, endCDATA, endDocument, endPrefixMapping, getDocumentHandler, getDocumentSource, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, merge, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startPrefixMapping, textDecl, xmlDecl
public RawTextWriter(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
protected void printCharacters(org.apache.xerces.xni.XMLString text, boolean normalize)
printCharacters
in class org.cyberneko.html.filters.Writer
public 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.XMLDocumentHandler
startElement
in class org.cyberneko.html.filters.Writer
org.apache.xerces.xni.XNIException
public 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.XMLDocumentHandler
endElement
in class org.cyberneko.html.filters.Writer
org.apache.xerces.xni.XNIException
Copyright © 2021. All Rights Reserved.