public class DefaultTransformer extends Object implements Transformer
| Constructor and Description |
|---|
DefaultTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ac,
int i,
int j) |
void |
dispose()
Dispose the transformer.
|
void |
endDocument() |
void |
endElement(String s,
String s1,
String s2) |
void |
endPrefixMapping(String s) |
void |
ignorableWhitespace(char[] ac,
int i,
int j) |
void |
init(ProcessingContext context,
ProcessingComponentConfiguration config)
Initialize this component.
|
void |
processingInstruction(String s,
String s1) |
void |
setContentHandler(ContentHandler handler)
Set the content handler the transformer should stream to.
|
void |
setDocumentLocator(Locator locator) |
void |
skippedEntity(String s) |
void |
startDocument() |
void |
startElement(String s,
String s1,
String s2,
Attributes attributes) |
void |
startPrefixMapping(String s,
String s1) |
public void characters(char[] ac,
int i,
int j)
throws SAXException
characters in interface ContentHandlerSAXExceptionpublic void dispose()
Transformerdispose in interface Transformerpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXExceptionpublic void endElement(String s, String s1, String s2) 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(ProcessingContext context, ProcessingComponentConfiguration config) throws IOException
Transformerinit in interface Transformercontext - The invocation context.config - The configuration for this component.IOExceptionpublic void processingInstruction(String s, String s1) throws SAXException
processingInstruction in interface ContentHandlerSAXExceptionpublic final void setContentHandler(ContentHandler handler)
TransformersetContentHandler in interface Transformerhandler - Another transformer or a serializer.public void setDocumentLocator(Locator locator)
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 s, String s1, String s2, Attributes attributes) throws SAXException
startElement in interface ContentHandlerSAXExceptionpublic void startPrefixMapping(String s, String s1) throws SAXException
startPrefixMapping in interface ContentHandlerSAXExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved