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


コンストラクタの概要
EntityInformationParser()
           
 
メソッドの概要
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
static EntityInformationParser getInstance()
           
 EntityInformation parse(byte[] content)
           
 EntityInformation parse(java.lang.String content)
           
 void warning(org.xml.sax.SAXParseException e)
           
 
クラス 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