public class TextContentHandler extends org.xml.sax.helpers.DefaultHandler
characters(char[], int, int)
and
(@link ignorableWhitespace(char[], int, int)
(plus startDocument()
and endDocument()
events to
the decorated content handler.Constructor and Description |
---|
TextContentHandler(ContentHandler delegate) |
TextContentHandler(ContentHandler delegate,
boolean addSpaceBetweenElements) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
ignorableWhitespace(char[] ch,
int start,
int length) |
void |
setDocumentLocator(Locator locator) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
String |
toString() |
endElement, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
public TextContentHandler(ContentHandler delegate)
public TextContentHandler(ContentHandler delegate, boolean addSpaceBetweenElements)
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class org.xml.sax.helpers.DefaultHandler
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
ignorableWhitespace
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
SAXException
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.