org.escience.XSIL
Class DTDProblemSolver

java.lang.Object
  |
  +--org.escience.XSIL.DTDProblemSolver

public class DTDProblemSolver
extends java.lang.Object
implements com.ibm.xml.parser.PreRootHandler


Constructor Summary
DTDProblemSolver()
           
 
Method Summary
 void handlePreRoot(com.ibm.xml.parser.TXDocument document, java.lang.String rootName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDProblemSolver

public DTDProblemSolver()
Method Detail

handlePreRoot

public void handlePreRoot(com.ibm.xml.parser.TXDocument document,
                          java.lang.String rootName)
Specified by:
handlePreRoot in interface com.ibm.xml.parser.PreRootHandler