@Deprecated public class SAXWriter extends Object implements Serializer
| Constructor and Description |
|---|
SAXWriter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buffer,
int offset,
int length)
Deprecated.
Called by HtmlParser if character data and tags are to be output for which no
special handling is necessary.
|
void |
endDocument()
Deprecated.
|
void |
endElement(String uri,
String localName,
String name)
Deprecated.
|
void |
endPrefixMapping(String prefix)
Deprecated.
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Deprecated.
|
void |
init(ProcessingContext pipelineContext,
ProcessingComponentConfiguration config)
Deprecated.
Initialize this component.
|
void |
processingInstruction(String target,
String data)
Deprecated.
|
void |
setDocumentLocator(Locator locator)
Deprecated.
|
void |
skippedEntity(String name)
Deprecated.
|
void |
startDocument()
Deprecated.
|
void |
startElement(String uri,
String localName,
String name,
Attributes atts)
Deprecated.
|
void |
startPrefixMapping(String prefix,
String uri)
Deprecated.
|
public void init(ProcessingContext pipelineContext, ProcessingComponentConfiguration config) throws IOException
Serializerinit in interface SerializerpipelineContext - The invocation context.config - The configuration for this component.IOException - IOExceptionSerializer.init(com.day.cq.rewriter.processor.ProcessingContext, com.day.cq.rewriter.processor.ProcessingComponentConfiguration)public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXExceptionContentHandler.endDocument()public void startElement(String uri, String localName, String name, Attributes atts) throws SAXException
startElement in interface ContentHandlerSAXExceptionContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)public void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerSAXExceptionContentHandler.endElement(java.lang.String, java.lang.String, java.lang.String)public void characters(char[] buffer,
int offset,
int length)
throws SAXException
characters in interface ContentHandlerbuffer - Character dataoffset - Offset where character data startslength - The length of the character dataSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerSAXExceptionContentHandler.endPrefixMapping(java.lang.String)public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerSAXExceptionContentHandler.ignorableWhitespace(char[], int, int)public void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerSAXExceptionContentHandler.processingInstruction(java.lang.String, java.lang.String)public void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlerContentHandler.setDocumentLocator(org.xml.sax.Locator)public void skippedEntity(String name) throws SAXException
skippedEntity in interface ContentHandlerSAXExceptionContentHandler.skippedEntity(java.lang.String)public void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXExceptionContentHandler.startDocument()public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerSAXExceptionContentHandler.startPrefixMapping(java.lang.String, java.lang.String)Copyright © 2010 - 2020 Adobe. All Rights Reserved