org.xerial.util.xml.index
Class StrongDataGuide

java.lang.Object
  extended by org.xerial.util.xml.index.StrongDataGuide

public class StrongDataGuide
extends Object

StrongDataGuide, which aggregates XML nodes based on same paths

Author:
leo

Constructor Summary
StrongDataGuide()
           
 
Method Summary
 void generateFrom(Reader xmlReader)
          Generates the StrongDataGuide from the Reader
 void generateFrom(String xmlFile)
          Generates the StrongDataGuide from the XML file
static void main(String[] args)
           
 void outputGraphviz(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrongDataGuide

public StrongDataGuide()
Method Detail

generateFrom

public void generateFrom(String xmlFile)
                  throws FileNotFoundException,
                         XMLException,
                         IOException,
                         XerialException
Generates the StrongDataGuide from the XML file

Parameters:
xmlFile -
Throws:
FileNotFoundException
XMLParserException
XMLException
IOException
XerialException

generateFrom

public void generateFrom(Reader xmlReader)
                  throws XMLException,
                         IOException,
                         XerialException
Generates the StrongDataGuide from the Reader

Parameters:
xmlReader -
Throws:
FileNotFoundException
XMLParserException
XMLException
IOException
XerialException

outputGraphviz

public void outputGraphviz(OutputStream out)

main

public static void main(String[] args)
                 throws OptionParserException
Throws:
OptionParserException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.