Package | Description |
---|---|
com.irisel.util.xml |
Modifier and Type | Method and Description |
---|---|
ParseError |
ErrorStorer.getError(org.w3c.dom.Node node)
The ParseError object for the node key is returned.If
the node doesn't have errors, null is returned.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<org.w3c.dom.Node,ParseError> |
ErrorStorer.getErrorNodes()
The client is is allowed to get a reference to the Hashtable,
and so could corrupt it, or add to it...
|