org.xerial.util.xml.analyzer
Class XMLNodeRelationAnalyzer

java.lang.Object
  extended by org.xerial.util.xml.analyzer.XMLNodeRelationAnalyzer

public class XMLNodeRelationAnalyzer
extends Object

XMLのノード間の親子、祖先-子孫関係を解析する

Author:
leo

Constructor Summary
XMLNodeRelationAnalyzer()
           
 
Method Summary
static void main(String[] args)
           
 void perform(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNodeRelationAnalyzer

public XMLNodeRelationAnalyzer()
                        throws OptionParserException
Throws:
OptionParserException
Method Detail

main

public static void main(String[] args)

perform

public void perform(String[] args)
             throws OptionParserException,
                    IOException,
                    XerialException
Throws:
OptionParserException
IOException
XerialException


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