jp.ac.naka.ec.entity
クラス EntityInformationParser
java.lang.Object
jp.ac.naka.ec.entity.EntityInformationParser
- すべての実装されたインタフェース:
- org.xml.sax.ErrorHandler
public class EntityInformationParser
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityInformationParser
public EntityInformationParser()
getInstance
public static EntityInformationParser getInstance()
parse
public EntityInformation parse(java.lang.String content)
throws org.xml.sax.SAXException,
java.io.IOException
- 例外:
org.xml.sax.SAXException
java.io.IOException
parse
public EntityInformation parse(byte[] content)
throws org.xml.sax.SAXException,
java.io.IOException
- 例外:
org.xml.sax.SAXException
java.io.IOException
error
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ErrorHandler
内の error
- 例外:
org.xml.sax.SAXException
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ErrorHandler
内の fatalError
- 例外:
org.xml.sax.SAXException
warning
public void warning(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ErrorHandler
内の warning
- 例外:
org.xml.sax.SAXException