public class ContentLoaderHandler extends DefaultHandler
Constructor and Description |
---|
ContentLoaderHandler(DataSource dataSource,
String rootElement,
boolean continueOnError,
Environment env) |
Modifier and Type | Method and Description |
---|---|
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public ContentLoaderHandler(DataSource dataSource, String rootElement, boolean continueOnError, Environment env)
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.