| Modifier and Type | Field and Description |
|---|---|
protected org.smooks.api.ApplicationContext |
applicationContext |
protected org.apache.daffodil.japi.DataProcessor |
dataProcessor |
| Constructor and Description |
|---|
DfdlParser() |
| Modifier and Type | Method and Description |
|---|---|
org.smooks.api.ApplicationContext |
getApplicationContext() |
ContentHandler |
getContentHandler() |
Class<? extends DataProcessorFactory> |
getDataProcessorFactoryClass() |
DTDHandler |
getDTDHandler() |
EntityResolver |
getEntityResolver() |
ErrorHandler |
getErrorHandler() |
boolean |
getFeature(String name) |
Object |
getProperty(String name) |
org.smooks.api.resource.config.ResourceConfig |
getResourceConfig() |
String |
getSchemaUri() |
void |
parse(InputSource input) |
void |
parse(String systemId) |
void |
postConstruct() |
void |
setApplicationContext(org.smooks.api.ApplicationContext applicationContext) |
void |
setContentHandler(ContentHandler contentHandler) |
void |
setDataProcessorFactoryClass(Class<? extends DataProcessorFactory> dataProcessorFactoryClass) |
void |
setDTDHandler(DTDHandler dtdHandler) |
void |
setEntityResolver(EntityResolver resolver) |
void |
setErrorHandler(ErrorHandler errorHandler) |
void |
setExecutionContext(org.smooks.api.ExecutionContext executionContext) |
void |
setFeature(String name,
boolean value) |
void |
setIndent(Boolean indent) |
void |
setProperty(String name,
Object value) |
void |
setResourceConfig(org.smooks.api.resource.config.ResourceConfig resourceConfig) |
void |
setSchemaUri(String schemaUri) |
protected org.apache.daffodil.japi.DataProcessor dataProcessor
@Inject protected org.smooks.api.ApplicationContext applicationContext
public void setExecutionContext(org.smooks.api.ExecutionContext executionContext)
setExecutionContext in interface org.smooks.api.resource.reader.SmooksXMLReaderpublic boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setEntityResolver(EntityResolver resolver)
setEntityResolver in interface XMLReaderpublic EntityResolver getEntityResolver()
getEntityResolver in interface XMLReaderpublic void setDTDHandler(DTDHandler dtdHandler)
setDTDHandler in interface XMLReaderpublic DTDHandler getDTDHandler()
getDTDHandler in interface XMLReaderpublic void setContentHandler(ContentHandler contentHandler)
setContentHandler in interface XMLReaderpublic ContentHandler getContentHandler()
getContentHandler in interface XMLReaderpublic void setErrorHandler(ErrorHandler errorHandler)
setErrorHandler in interface XMLReaderpublic ErrorHandler getErrorHandler()
getErrorHandler in interface XMLReader@PostConstruct
public void postConstruct()
throws IllegalAccessException,
InstantiationException
public void parse(InputSource input)
public org.smooks.api.ApplicationContext getApplicationContext()
public void setApplicationContext(org.smooks.api.ApplicationContext applicationContext)
public void setIndent(Boolean indent)
public Class<? extends DataProcessorFactory> getDataProcessorFactoryClass()
public void setDataProcessorFactoryClass(Class<? extends DataProcessorFactory> dataProcessorFactoryClass)
public org.smooks.api.resource.config.ResourceConfig getResourceConfig()
public void setResourceConfig(org.smooks.api.resource.config.ResourceConfig resourceConfig)
public String getSchemaUri()
public void setSchemaUri(String schemaUri)
Copyright © 2023. All rights reserved.