Uses of Class
org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Packages that use XMLConfigurationException Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.filters org.htmlunit.cyberneko.xerces.util org.htmlunit.cyberneko.xerces.xni.parser -
-
Uses of XMLConfigurationException in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko that throw XMLConfigurationException Modifier and Type Method Description protected 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 XMLConfigurationException Modifier and Type Method Description voidDefaultFilter. 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 XMLConfigurationException Modifier and Type Method Description protected voidParserConfigurationSettings. checkFeature(String featureId)Check a feature.protected voidParserConfigurationSettings. checkProperty(String propertyId)Check a property.booleanParserConfigurationSettings. getFeature(String featureId)ObjectParserConfigurationSettings. 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 XMLConfigurationException Modifier and Type Method Description booleanXMLComponentManager. getFeature(String featureId)booleanXMLParserConfiguration. getFeature(String featureId)ObjectXMLComponentManager. getProperty(String propertyId)ObjectXMLParserConfiguration. 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.
-