Uses of Class
com.topologi.diffx.load.LoadingException

Packages that use LoadingException
com.topologi.diffx.load The set of classes used to produce the sequences that Diff-X will process. 
 

Uses of LoadingException in com.topologi.diffx.load
 

Methods in com.topologi.diffx.load that throw LoadingException
 EventSequence XMLRecorder.process(InputSource is)
          Runs the recorder on the specified input source.
 EventSequence TextRecorder.process(File file)
          Runs the recorder on the specified file.
 EventSequence TextRecorder.process(String text)
          Runs this recorder on the specified string.
 EventSequence SAXRecorder.process(File file)
          Runs the recorder on the specified file.
 EventSequence SAXRecorder.process(String xml)
          Runs the recorder on the specified string.
 EventSequence SAXRecorder.process(InputSource is)
          Runs the recorder on the specified input source.
 EventSequence Recorder.process(File file)
          Runs the recorder on the specified file.
 EventSequence Recorder.process(String xml)
          Runs the recorder on the specified string.
 EventSequence DOMRecorder.process(File file)
           
 EventSequence DOMRecorder.process(String xml)
           
 EventSequence DOMRecorder.process(InputSource is)
          Runs the recorder on the specified input source.
 EventSequence DOMRecorder.process(Node node)
          Processed the given node and return the corresponding event sequence.