public class SVRLNodeFilter extends java.lang.Object implements NodeFilterInterface
| Constructor and Description |
|---|
SVRLNodeFilter() |
| 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.
|
public void setFilterDocument(org.w3c.dom.Document filterDoc)
setFilterDocument in interface NodeFilterInterfacefilterDoc - a DOM document.public void setDocument(org.w3c.dom.Document doc)
setDocument in interface NodeFilterInterfacedoc - a DOM document.public java.util.ArrayList<org.w3c.dom.Node> getBadNodeList()
getBadNodeList in interface NodeFilterInterfacepublic java.util.ArrayList<org.w3c.dom.Node> getWarnNodeList()
getWarnNodeList in interface NodeFilterInterfacepublic void resetNodes()
resetNodes in interface NodeFilterInterface