public class StandardInputSourceParser extends Object implements InputSourceParser
| Modifier and Type | Field and Description |
|---|---|
private boolean |
namespaceAware |
| Constructor and Description |
|---|
StandardInputSourceParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(InputSource inputSource,
ContentHandler contentHandler)
Parse Input Source using Content Handler
|
private void |
parseInputSource(InputSource inputSource,
ContentHandler contentHandler) |
void |
setNamespaceAware(boolean namespaceAware)
Set Namespace Aware status on SAXParserFactory
|
public void setNamespaceAware(boolean namespaceAware)
namespaceAware - Namespace Aware statuspublic void parse(InputSource inputSource, ContentHandler contentHandler)
parse in interface InputSourceParserinputSource - Input Source to be parsedcontentHandler - Content Handler used during parsingprivate void parseInputSource(InputSource inputSource, ContentHandler contentHandler) throws ParserConfigurationException, SAXException
Copyright © 2024 Apache NiFi Project. All rights reserved.