@Deprecated public class Configuration extends org.apache.xerces.util.ParserConfigurationSettings implements org.apache.xerces.xni.parser.XMLParserConfiguration
Configuration holds information for parsing a dtd document to an xsd document.| Constructor and Description |
|---|
Configuration()
Deprecated.
Instantiates a new dtd2 xsd configuration.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xni.XMLDocumentHandler |
getDocumentHandler()
Deprecated.
Gets the document handler.
|
org.apache.xerces.xni.XMLDTDContentModelHandler |
getDTDContentModelHandler()
Deprecated.
Gets the dTD content model handler.
|
org.apache.xerces.xni.XMLDTDHandler |
getDTDHandler()
Deprecated.
Gets the dTD handler.
|
org.apache.xerces.xni.parser.XMLEntityResolver |
getEntityResolver()
Deprecated.
Gets the entity resolver.
|
org.apache.xerces.xni.parser.XMLErrorHandler |
getErrorHandler()
Deprecated.
Gets the error handler.
|
Locale |
getLocale()
Deprecated.
Gets the locale.
|
void |
parse(org.apache.xerces.xni.parser.XMLInputSource source)
Deprecated.
Parses the.
|
void |
setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler handler)
Deprecated.
Sets the document handler.
|
void |
setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
Deprecated.
Sets the dTD content model handler.
|
void |
setDTDHandler(org.apache.xerces.xni.XMLDTDHandler handler)
Deprecated.
Sets the dTD handler.
|
void |
setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
Deprecated.
Sets the entity resolver.
|
void |
setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler handler)
Deprecated.
Sets the error handler.
|
void |
setLocale(Locale locale)
Deprecated.
Sets the locale.
|
addRecognizedFeatures, addRecognizedProperties, checkFeature, checkProperty, getFeature, getProperty, setFeature, setPropertypublic Configuration()
public 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(XMLInputSource)public void setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler handler)
setDocumentHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new document handlerXMLParserConfiguration.setDocumentHandler(XMLDocumentHandler)public void setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
setDTDContentModelHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new dTD content model handlerXMLParserConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler)public void setDTDHandler(org.apache.xerces.xni.XMLDTDHandler handler)
setDTDHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new dTD handlerXMLParserConfiguration.setDTDHandler(XMLDTDHandler)public void setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
setEntityResolver in interface org.apache.xerces.xni.parser.XMLParserConfigurationresolver - the new entity resolverXMLParserConfiguration.setEntityResolver(XMLEntityResolver)public void setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler handler)
setErrorHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - the new error handlerXMLParserConfiguration.setErrorHandler(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 - thrown if the parser does not support the specified localeXMLParserConfiguration.setLocale(Locale)Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.