Uses of Interface
th.co.edge.jseq.util.XMLUtil.Visitor

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.
 



Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.