public class Configuration
extends org.apache.xerces.util.ParserConfigurationSettings
implements org.apache.xerces.xni.parser.XMLParserConfiguration
| Constructor and Description |
|---|
Configuration()
Instantiates a new dtd2 xsd configuration.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xni.XMLDocumentHandler |
getDocumentHandler()
Gets the document handler.
|
org.apache.xerces.xni.XMLDTDContentModelHandler |
getDTDContentModelHandler()
Gets the dTD content model handler.
|
org.apache.xerces.xni.XMLDTDHandler |
getDTDHandler()
Gets the dTD handler.
|
org.apache.xerces.xni.parser.XMLEntityResolver |
getEntityResolver()
Gets the entity resolver.
|
org.apache.xerces.xni.parser.XMLErrorHandler |
getErrorHandler()
Gets the error handler.
|
Locale |
getLocale()
Gets the locale.
|
void |
parse(org.apache.xerces.xni.parser.XMLInputSource source)
Parses the.
|
void |
setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler handler)
Sets the document handler.
|
void |
setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
Sets the dTD content model handler.
|
void |
setDTDHandler(org.apache.xerces.xni.XMLDTDHandler handler)
Sets the dTD handler.
|
void |
setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
Sets the entity resolver.
|
void |
setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler handler)
Sets the error handler.
|
void |
setLocale(Locale locale)
Sets the locale.
|
addRecognizedFeatures, addRecognizedProperties, checkFeature, checkProperty, getFeature, getProperty, setFeature, setPropertypublic org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler()
getDocumentHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getDocumentHandler()public org.apache.xerces.xni.XMLDTDContentModelHandler getDTDContentModelHandler()
getDTDContentModelHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getDTDContentModelHandler()public org.apache.xerces.xni.XMLDTDHandler getDTDHandler()
getDTDHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getDTDHandler()public org.apache.xerces.xni.parser.XMLEntityResolver getEntityResolver()
getEntityResolver in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getEntityResolver()public org.apache.xerces.xni.parser.XMLErrorHandler getErrorHandler()
getErrorHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getErrorHandler()public Locale getLocale()
getLocale in interface org.apache.xerces.xni.parser.XMLParserConfigurationXMLParserConfiguration.getLocale()public void parse(org.apache.xerces.xni.parser.XMLInputSource source)
throws org.apache.xerces.xni.XNIException,
IOException
parse in interface org.apache.xerces.xni.parser.XMLParserConfigurationsource - the sourceorg.apache.xerces.xni.XNIException - the xNI exceptionIOException - Signals that an I/O exception has occurred. XMLParserConfiguration.parse(org.apache.xerces.xni.parser.XMLInputSource)public void setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler handler)
setDocumentHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new document handler XMLParserConfiguration.setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler)public void setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
setDTDContentModelHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new dTD content model handler XMLParserConfiguration.setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler)public void setDTDHandler(org.apache.xerces.xni.XMLDTDHandler handler)
setDTDHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new dTD handler XMLParserConfiguration.setDTDHandler(org.apache.xerces.xni.XMLDTDHandler)public void setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
setEntityResolver in interface org.apache.xerces.xni.parser.XMLParserConfigurationresolver - the new entity resolver XMLParserConfiguration.setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver)public void setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler handler)
setErrorHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new error handler XMLParserConfiguration.setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler)public void setLocale(Locale locale) throws org.apache.xerces.xni.XNIException
setLocale in interface org.apache.xerces.xni.parser.XMLParserConfigurationlocale - the new localeorg.apache.xerces.xni.XNIException - the xNI exception XMLParserConfiguration.setLocale(java.util.Locale)Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.