public class CalcboxOutputReader extends Object implements XMLReader
Constructor and Description |
---|
CalcboxOutputReader() |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
getContentHandler()
Return the current content handler.
|
DTDHandler |
getDTDHandler()
Return the current DTD handler.
|
EntityResolver |
getEntityResolver()
Return the current entity resolver.
|
ErrorHandler |
getErrorHandler()
Return the current error handler.
|
boolean |
getFeature(String name)
Look up the value of a feature.
|
Object |
getProperty(String name)
Look up the value of a property.
|
void |
parse(InputSource input)
Parse the input (CalcBox Message Format)
|
void |
parse(String systemId)
Parse an XML document from a system identifier (URI).
|
void |
setContentHandler(ContentHandler handler)
Allow an application to register a content event handler.
|
void |
setDTDHandler(DTDHandler handler)
Allow an application to register a DTD event handler.
|
void |
setEntityResolver(EntityResolver resolver)
Allow an application to register an entity resolver.
|
void |
setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler.
|
void |
setFeature(String name,
boolean value)
Set the state of a feature.
|
void |
setProperty(String name,
Object value)
Set the value of a property.
|
public void parse(InputSource input) throws IOException, SAXException
parse
in interface XMLReader
IOException
SAXException
public void setContentHandler(ContentHandler handler)
setContentHandler
in interface XMLReader
public ContentHandler getContentHandler()
getContentHandler
in interface XMLReader
public void setErrorHandler(ErrorHandler handler)
setErrorHandler
in interface XMLReader
public ErrorHandler getErrorHandler()
getErrorHandler
in interface XMLReader
public void parse(String systemId) throws IOException, SAXException
parse
in interface XMLReader
IOException
SAXException
public DTDHandler getDTDHandler()
getDTDHandler
in interface XMLReader
public EntityResolver getEntityResolver()
getEntityResolver
in interface XMLReader
public void setEntityResolver(EntityResolver resolver)
setEntityResolver
in interface XMLReader
public void setDTDHandler(DTDHandler handler)
setDTDHandler
in interface XMLReader
public Object getProperty(String name)
getProperty
in interface XMLReader
public void setProperty(String name, Object value)
setProperty
in interface XMLReader
public void setFeature(String name, boolean value)
setFeature
in interface XMLReader
public boolean getFeature(String name)
getFeature
in interface XMLReader
Copyright © 2023 Frank!Framework. All rights reserved.