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 void
HTMLConfiguration.reset()
Resets the parser configuration.void
HTMLScanner.reset
(XMLComponentManager manager) Resets the component.void
HTMLTagBalancer.reset
(XMLComponentManager manager) Resets the component.void
HTMLConfiguration.setFeature
(String featureId, boolean state) void
HTMLTagBalancer.setFeature
(String featureId, boolean state) Sets a feature.void
HTMLConfiguration.setInputSource
(XMLInputSource inputSource) Sets the input source for the document to parse.void
HTMLConfiguration.setProperty
(String propertyId, Object value) void
HTMLScanner.setProperty
(String propertyId, Object value) Sets a property.void
HTMLTagBalancer.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 TypeMethodDescriptionvoid
DefaultFilter.reset
(XMLComponentManager componentManager) Resets the component.void
NamespaceBinder.reset
(XMLComponentManager manager) Resets the component.void
DefaultFilter.setFeature
(String featureId, boolean state) Sets the state of a feature.void
DefaultFilter.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 void
ParserConfigurationSettings.checkFeature
(String featureId) Check a feature.protected void
ParserConfigurationSettings.checkProperty
(String propertyId) Check a property.boolean
ParserConfigurationSettings.getFeature
(String featureId) ParserConfigurationSettings.getProperty
(String propertyId) void
ParserConfigurationSettings.setFeature
(String featureId, boolean state) Set the state of a feature.void
ParserConfigurationSettings.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 TypeMethodDescriptionboolean
XMLComponentManager.getFeature
(String featureId) boolean
XMLParserConfiguration.getFeature
(String featureId) XMLComponentManager.getProperty
(String propertyId) XMLParserConfiguration.getProperty
(String propertyId) void
XMLComponent.reset
(XMLComponentManager componentManager) Resets the component.void
XMLComponent.setFeature
(String featureId, boolean state) Sets the state of a feature.void
XMLParserConfiguration.setFeature
(String featureId, boolean state) Sets the state of a feature.void
XMLParserConfiguration.setInputSource
(XMLInputSource inputSource) Sets the input source for the document to parse.void
XMLComponent.setProperty
(String propertyId, Object value) Sets the value of a property.void
XMLParserConfiguration.setProperty
(String propertyId, Object value) Sets the value of a property.