public class HTML5Serializer extends Object implements org.apache.sling.rewriter.Serializer
| Constructor and Description |
|---|
HTML5Serializer(org.apache.sling.caconfig.resource.ConfigurationResourceResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buffer,
int offset,
int length) |
void |
dispose() |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String name) |
void |
endPrefixMapping(String s) |
void |
ignorableWhitespace(char[] ac,
int i,
int j) |
void |
init(org.apache.sling.rewriter.ProcessingContext context,
org.apache.sling.rewriter.ProcessingComponentConfiguration config) |
void |
processingInstruction(String s,
String s1) |
void |
setDocumentLocator(Locator locator1) |
void |
skippedEntity(String s) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String name,
Attributes atts) |
void |
startPrefixMapping(String s,
String s1) |
public HTML5Serializer(org.apache.sling.caconfig.resource.ConfigurationResourceResolver resolver)
public void characters(char[] buffer,
int offset,
int length)
throws SAXException
characters in interface ContentHandlerSAXExceptionpublic void dispose()
dispose in interface org.apache.sling.rewriter.Serializerpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerSAXExceptionpublic void endPrefixMapping(String s) throws SAXException
endPrefixMapping in interface ContentHandlerSAXExceptionpublic void ignorableWhitespace(char[] ac,
int i,
int j)
throws SAXException
ignorableWhitespace in interface ContentHandlerSAXExceptionpublic void init(org.apache.sling.rewriter.ProcessingContext context,
org.apache.sling.rewriter.ProcessingComponentConfiguration config)
throws IOException
init in interface org.apache.sling.rewriter.SerializerIOExceptionpublic void processingInstruction(String s, String s1) throws SAXException
processingInstruction in interface ContentHandlerSAXExceptionpublic void setDocumentLocator(Locator locator1)
setDocumentLocator in interface ContentHandlerpublic void skippedEntity(String s) throws SAXException
skippedEntity in interface ContentHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXExceptionpublic void startElement(String uri, String localName, String name, Attributes atts) throws SAXException
startElement in interface ContentHandlerSAXExceptionpublic void startPrefixMapping(String s, String s1) throws SAXException
startPrefixMapping in interface ContentHandlerSAXExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.