Uses of Class
com.topologi.diffx.load.LoadingException
Packages that use LoadingException
Package
Description
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 LoadingExceptionModifier and TypeMethodDescriptionprivate static voidSAXRecorder.init()Initialises the XML reader using the defined class name.private voidLoads the given document in the current sequence.private voidLoads the given element in the current sequence.private voidDOMRecorder.load(ProcessingInstruction pi) Loads the given processing instruction in the current sequence.private voidLoads the given text in the current sequence depending on the configuration.private voidLoads the given node in the current sequence.Runs the recorder on the specified file.Runs the recorder on the specified string.Processes the given node and returns the corresponding event sequence.Processes the given node list and returns the corresponding event sequence.DOMRecorder.process(InputSource is) Runs the recorder on the specified input source.Runs the recorder on the specified file.Runs the recorder on the specified string.Runs the recorder on the specified file.Runs the recorder on the specified string.SAXRecorder.process(InputSource is) Runs the recorder on the specified input source.Runs the recorder on the specified file.Runs this recorder on the specified string.XMLRecorder.process(InputSource is) Runs the recorder on the specified input source.