Uses of Interface
org.w3c.dom.DOMError
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.serializer.dom3 | |
| org.w3c.dom |
-
Uses of DOMError in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement DOMError Modifier and Type Class Description classDOMErrorImpl -
Uses of DOMError in org.apache.xml.serializer.dom3
Classes in org.apache.xml.serializer.dom3 that implement DOMError Modifier and Type Class Description classDOMErrorImplImplementation of the DOM Level 3 DOMError interface. -
Uses of DOMError in org.w3c.dom
Methods in org.w3c.dom with parameters of type DOMError Modifier and Type Method Description booleanDOMErrorHandler. handleError(DOMError error)This method is called on the error handler when an error occurs.