dk.brics.xmlgraph
Class NodeKindFinder

java.lang.Object
  extended by dk.brics.xmlgraph.NodeKindFinder

public class NodeKindFinder
extends Object

Finds node kinds in an XML graph.


Method Summary
static NodeKind[] find(XMLGraph xg)
          Finds node kinds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

find

public static NodeKind[] find(XMLGraph xg)
Finds node kinds.

Parameters:
xg - XML graph.
Returns:
array of node kinds, matching the node array in the XML graph


Copyright © 2005-2010 Anders Møller.