Uses of Class
java.lang.ClassCastException
-
Packages that use ClassCastException 软件包 描述 org.w3c.dom.bootstrap 提供工厂以获取DOMImplementation
实例。org.xml.sax.helpers 提供帮助程序类,包括支持引导基于SAX的应用程序。 -
-
Uses of ClassCastException in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap that throw ClassCastException 变量和类型 方法 描述 static DOMImplementationRegistry
DOMImplementationRegistry. newInstance()
获取DOMImplementationRegistry
的新实例。 -
Uses of ClassCastException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw ClassCastException 变量和类型 方法 描述 static Parser
ParserFactory. makeParser()
已过时。使用`org.xml.sax.parser'系统属性创建一个新的SAX解析器。static Parser
ParserFactory. makeParser(String className)
已过时。Create a new SAX parser object using the class name provided.
-