jp.ac.naka.ec.sip.pidf
クラス PIDFParserImpl
java.lang.Object
jp.ac.naka.ec.sip.pidf.PIDFParserImpl
- すべての実装されたインタフェース:
- org.xml.sax.ErrorHandler
public class PIDFParserImpl
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
- 作成者:
- Takashi Kasuya
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInatance
public static PIDFParserImpl getInatance()
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
- 戻り値:
-
- 例外:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
parse
public PIDFData parse(java.lang.String pidf)
throws org.xml.sax.SAXException,
java.text.ParseException,
java.io.IOException
- 例外:
org.xml.sax.SAXException
java.text.ParseException
java.io.IOException
parse
public PIDFData parse(byte[] content)
throws org.xml.sax.SAXException,
java.text.ParseException,
java.io.IOException
- 例外:
org.xml.sax.SAXException
java.text.ParseException
java.io.IOException
createSipURI
public static javax.sip.address.SipURI createSipURI(java.lang.String uri)
throws java.text.ParseException
- 例外:
java.text.ParseException
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
main
public static void main(java.lang.String[] args)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
- 例外:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException