org.cybertory.MSS
Class XMLInspector

java.lang.Object
  extended byorg.cybertory.MSS.XMLInspector

public class XMLInspector
extends java.lang.Object


Constructor Summary
XMLInspector()
           
 
Method Summary
static java.lang.String getComment(org.jdom.Document doc)
           
static java.lang.String getDocComment(java.io.File xmlFile)
           
static org.jdom.Document getDocument(java.io.File xmlFile)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInspector

public XMLInspector()
Method Detail

main

public static void main(java.lang.String[] args)

getDocument

public static org.jdom.Document getDocument(java.io.File xmlFile)
                                     throws org.jdom.JDOMException,
                                            java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

getDocComment

public static java.lang.String getDocComment(java.io.File xmlFile)

getComment

public static java.lang.String getComment(org.jdom.Document doc)