Uses of Class
org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
Packages that use XMLConfigurationException
Package
Description
-
Uses of XMLConfigurationException in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko that throw XMLConfigurationExceptionModifier and TypeMethodDescriptionprotected voidHTMLConfiguration.reset()Resets the parser configuration.voidHTMLScanner.reset(XMLComponentManager manager) Resets the component.voidHTMLTagBalancer.reset(XMLComponentManager manager) Resets the component.voidHTMLConfiguration.setFeature(String featureId, boolean state) voidHTMLTagBalancer.setFeature(String featureId, boolean state) Sets a feature.voidHTMLConfiguration.setInputSource(XMLInputSource inputSource) Sets the input source for the document to parse.voidHTMLConfiguration.setProperty(String propertyId, Object value) voidHTMLScanner.setProperty(String propertyId, Object value) Sets a property.voidHTMLTagBalancer.setProperty(String propertyId, Object value) Sets a property. -
Uses of XMLConfigurationException in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters that throw XMLConfigurationExceptionModifier and TypeMethodDescriptionvoidDefaultFilter.reset(XMLComponentManager componentManager) Resets the component.voidNamespaceBinder.reset(XMLComponentManager manager) Resets the component.voidDefaultFilter.setFeature(String featureId, boolean state) Sets the state of a feature.voidDefaultFilter.setProperty(String propertyId, Object value) Sets the value of a property. -
Uses of XMLConfigurationException in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util that throw XMLConfigurationExceptionModifier and TypeMethodDescriptionprotected voidParserConfigurationSettings.checkFeature(String featureId) Check a feature.protected voidParserConfigurationSettings.checkProperty(String propertyId) Check a property.booleanParserConfigurationSettings.getFeature(String featureId) ParserConfigurationSettings.getProperty(String propertyId) voidParserConfigurationSettings.setFeature(String featureId, boolean state) Set the state of a feature.voidParserConfigurationSettings.setProperty(String propertyId, Object value) setProperty -
Uses of XMLConfigurationException in org.htmlunit.cyberneko.xerces.xni.parser
Methods in org.htmlunit.cyberneko.xerces.xni.parser that throw XMLConfigurationExceptionModifier and TypeMethodDescriptionbooleanXMLComponentManager.getFeature(String featureId) booleanXMLParserConfiguration.getFeature(String featureId) XMLComponentManager.getProperty(String propertyId) XMLParserConfiguration.getProperty(String propertyId) voidXMLComponent.reset(XMLComponentManager componentManager) Resets the component.voidXMLComponent.setFeature(String featureId, boolean state) Sets the state of a feature.voidXMLParserConfiguration.setFeature(String featureId, boolean state) Sets the state of a feature.voidXMLParserConfiguration.setInputSource(XMLInputSource inputSource) Sets the input source for the document to parse.voidXMLComponent.setProperty(String propertyId, Object value) Sets the value of a property.voidXMLParserConfiguration.setProperty(String propertyId, Object value) Sets the value of a property.