Uses of Class
org.eclipse.birt.core.framework.parser.XMLParserException
Packages that use XMLParserException
Package
Description
Provides a framework for parsing an XML file using a SAX parser.
-
Uses of XMLParserException in org.eclipse.birt.core.framework.parser
Methods in org.eclipse.birt.core.framework.parser with parameters of type XMLParserExceptionModifier and TypeMethodDescriptionabstract void
XMLParserHandler.semanticError
(XMLParserException e) Add a recoverable semantic error to the error list.Methods in org.eclipse.birt.core.framework.parser that throw XMLParserExceptionModifier and TypeMethodDescriptionvoid
AbstractParseState.parseAttrs
(Attributes attrs) Called to parse attributes.