クラスjava.lang.ClassCastException
の使用
-
ClassCastExceptionを使用しているパッケージ パッケージ 説明 org.w3c.dom.bootstrap DOMImplementation
のインスタンスを取得するためのファクトリを提供します。org.xml.sax.helpers SAXベースのアプリケーションのブートストラップをサポートするなど、ヘルパー・クラスを提供します。 -
-
org.w3c.dom.bootstrapでのClassCastExceptionの使用
ClassCastExceptionをスローするorg.w3c.dom.bootstrapのメソッド 修飾子と型 メソッド 説明 static DOMImplementationRegistry
DOMImplementationRegistry. newInstance()
DOMImplementationRegistry
の新しいインスタンスを取得します。 -
org.xml.sax.helpersでのClassCastExceptionの使用
ClassCastExceptionをスローするorg.xml.sax.helpersのメソッド 修飾子と型 メソッド 説明 static Parser
ParserFactory. makeParser()
非推奨。システム・プロパティ`org.xml.sax.parser'を使って新しいSAXパーサーを作成します。static Parser
ParserFactory. makeParser(String className)
非推奨。クラス名を指定して新しいSAXパーサー・オブジェクトを作成します。
-