org.kohsuke.rngom.xml.sax
クラス AbstractLexicalHandler
java.lang.Object
org.kohsuke.rngom.xml.sax.AbstractLexicalHandler
- すべての実装インタフェース:
- org.xml.sax.ext.LexicalHandler
- public class AbstractLexicalHandler
- extends java.lang.Object
- implements org.xml.sax.ext.LexicalHandler
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLexicalHandler
public AbstractLexicalHandler()
startDTD
public void startDTD(java.lang.String s,
java.lang.String s1,
java.lang.String s2)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の startDTD
- 例外:
org.xml.sax.SAXException
endDTD
public void endDTD()
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の endDTD
- 例外:
org.xml.sax.SAXException
startEntity
public void startEntity(java.lang.String s)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の startEntity
- 例外:
org.xml.sax.SAXException
endEntity
public void endEntity(java.lang.String s)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の endEntity
- 例外:
org.xml.sax.SAXException
startCDATA
public void startCDATA()
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の startCDATA
- 例外:
org.xml.sax.SAXException
endCDATA
public void endCDATA()
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の endCDATA
- 例外:
org.xml.sax.SAXException
comment
public void comment(char[] chars,
int start,
int length)
throws org.xml.sax.SAXException
- 定義:
- インタフェース
org.xml.sax.ext.LexicalHandler
内の comment
- 例外:
org.xml.sax.SAXException