public class TextAndAttributeContentHandler extends TextContentHandler
Constructor and Description |
---|
TextAndAttributeContentHandler(ContentHandler delegate) |
TextAndAttributeContentHandler(ContentHandler delegate,
boolean addSpaceBetweenElements) |
Modifier and Type | Method and Description |
---|---|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, ignorableWhitespace, setDocumentLocator, startDocument, toString
endElement, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
public TextAndAttributeContentHandler(ContentHandler delegate)
public TextAndAttributeContentHandler(ContentHandler delegate, boolean addSpaceBetweenElements)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class TextContentHandler
SAXException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.