|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLUtil.Visitor | |
---|---|
th.co.edge.jseq.util |
Uses of XMLUtil.Visitor in th.co.edge.jseq.util |
---|
Classes in th.co.edge.jseq.util that implement XMLUtil.Visitor | |
---|---|
static class |
XMLUtil.NodePrinter
An implementation of Visitor that creates a string
representation of a Node and its children, or in other
words, to a (part of) an XML document. |
Methods in th.co.edge.jseq.util with parameters of type XMLUtil.Visitor | |
---|---|
static org.w3c.dom.Node |
XMLUtil.find(org.w3c.dom.Node node,
XMLUtil.Visitor visitor)
Searches the given Node and its children depth-first,
looking for the first Node that satisfies the given
Visitor . |
static void |
XMLUtil.traverse(org.w3c.dom.Node node,
XMLUtil.Visitor visitor)
Traverses the given Node and its children depth-first,
calling the given Visitor for each node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |