Home | History | Annotate | Download | only in metadata

Lines Matching full:node

20 import org.w3c.dom.Node;
32 * The offending node.
34 protected Node offendingNode = null;
38 * message and specified offending Node.
43 * the offending node.
45 public IIOInvalidTreeException(String message, Node offendingNode) {
52 * message and specified offending Node.
59 * the offending node.
61 public IIOInvalidTreeException(String message, Throwable cause, Node offendingNode) {
67 * Gets the offending node.
69 * @return the offending node.
71 public Node getOffendingNode() {