org.xerial.util.xml.index
Class InvertedPathTree

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

public class InvertedPathTree
extends Object

Inverted pathの集合をグラフで表現したもの(Inverted Path Tree)

Author:
leo

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

Constructor Detail

InvertedPathTree

public InvertedPathTree()
Method Detail

generateFrom

public void generateFrom(String xmlFile)
                  throws XMLException,
                         GraphException,
                         FileNotFoundException,
                         IOException
Throws:
XMLException
GraphException
FileNotFoundException
IOException

generateFrom

public void generateFrom(Reader xmlReader)
                  throws IOException,
                         XMLException,
                         GraphException
Throws:
IOException
XMLException
GraphException

outputGraphviz

public void outputGraphviz(OutputStream os)

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.