Uses of Class
cloud.opencode.base.xml.sax.SaxParseException
Packages that use SaxParseException
Package
Description
SAX Package - Simple API for XML (Event-driven parsing)
SAX 包 - XML 简单 API(事件驱动解析)
-
Uses of SaxParseException in cloud.opencode.base.xml.sax
Methods in cloud.opencode.base.xml.sax with parameters of type SaxParseExceptionModifier and TypeMethodDescriptiondefault voidSaxHandler.error(SaxParseException e) Called when a parsing error occurs.default voidSaxHandler.warning(SaxParseException e) Called for parsing warnings.