public interface NodeFilterInterface
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<org.w3c.dom.Node> |
getBadNodeList()
A list of nodes which are bad.
|
java.util.ArrayList<org.w3c.dom.Node> |
getWarnNodeList()
A list of nodes which have a warning.
|
void |
resetNodes()
Reset the nodes to indicate that they are now good nodes, i.e.
|
void |
setDocument(org.w3c.dom.Document doc)
Sets the document to which to apply the filter.
|
void |
setFilterDocument(org.w3c.dom.Document filterDoc)
Sets a DOM document (filter document) that contains a list of nodes
that have failed any validation tests, for example, the SVRL file.
|
void setFilterDocument(org.w3c.dom.Document filterDoc)
filterDoc - a DOM document.void setDocument(org.w3c.dom.Document doc)
doc - a DOM document.java.util.ArrayList<org.w3c.dom.Node> getBadNodeList()
java.util.ArrayList<org.w3c.dom.Node> getWarnNodeList()
void resetNodes()