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