|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectMyHandler
class MyHandler
Wrapper for the exception handler used in the XML parser.
コンストラクタの概要 | |
---|---|
MyHandler()
|
メソッドの概要 | |
---|---|
void |
error(org.xml.sax.SAXParseException e)
|
void |
fatalError(org.xml.sax.SAXParseException e)
|
void |
warning(org.xml.sax.SAXParseException e)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
MyHandler()
メソッドの詳細 |
---|
public void warning(org.xml.sax.SAXParseException e)
org.xml.sax.ErrorHandler
内の warning
public void error(org.xml.sax.SAXParseException e)
org.xml.sax.ErrorHandler
内の error
public void fatalError(org.xml.sax.SAXParseException e)
org.xml.sax.ErrorHandler
内の fatalError
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |