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, toStringendElement, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic 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 ContentHandlerstartElement in class TextContentHandlerSAXExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.