Package org.eclipse.wst.xsl.core.resolver
package-private class StopParsingException extends org.xml.sax.SAXExceptionAn exception indicating that the parsing should stop. This is usually triggered when the top-level element has been found.
Constructor Summary |
StopParsingException() |
Method Summary |
Constructor Detail |
public StopParsingException()
Constructs an instance of StopParsingException
with a
null
detail message.