クラス DomContentHandler
java.lang.ObjectSE
org.springframework.xml.dom.DomContentHandler
- 実装されたすべてのインターフェース:
ContentHandlerSE
コールバック呼び出しを DOM
Node
に変換する SAX ContentHandler
。- 導入:
- 1.0.0
- 作成者:
- Arjen Poutsma
- 関連事項:
コンストラクターのサマリー
コンストラクター方法の概要
修飾子と型メソッド説明void
characters
(char[] ch, int start, int length) void
void
endElement
(StringSE uri, StringSE localName, StringSE qName) void
endPrefixMapping
(StringSE prefix) void
ignorableWhitespace
(char[] ch, int start, int length) void
processingInstruction
(StringSE target, StringSE data) void
setDocumentLocator
(LocatorSE locator) void
skippedEntity
(StringSE name) void
void
startElement
(StringSE uri, StringSE localName, StringSE qName, AttributesSE attributes) void
startPrefixMapping
(StringSE prefix, StringSE uri) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.xml.sax.ContentHandlerSE から継承されたメソッド
declarationSE
コンストラクターの詳細
DomContentHandler
指定されたノードでDomContentHandler
の新しいインスタンスを作成します。- パラメーター:
node
- イベントを公開するノード
メソッドの詳細
startElement
public void startElement(StringSE uri, StringSE localName, StringSE qName, AttributesSE attributes) throws SAXExceptionSE - 次で指定:
- インターフェース
ContentHandlerSE
のstartElementSE
- 例外:
SAXExceptionSE
endElement
- 次で指定:
- インターフェース
ContentHandlerSE
のendElementSE
- 例外:
SAXExceptionSE
characters
- 次で指定:
- インターフェース
ContentHandlerSE
のcharactersSE
- 例外:
SAXExceptionSE
processingInstruction
- 次で指定:
- インターフェース
ContentHandlerSE
のprocessingInstructionSE
- 例外:
SAXExceptionSE
setDocumentLocator
- 次で指定:
- インターフェース
ContentHandlerSE
のsetDocumentLocatorSE
startDocument
- 次で指定:
- インターフェース
ContentHandlerSE
のstartDocument
- 例外:
SAXExceptionSE
endDocument
- 次で指定:
- インターフェース
ContentHandlerSE
のendDocument
- 例外:
SAXExceptionSE
startPrefixMapping
- 次で指定:
- インターフェース
ContentHandlerSE
のstartPrefixMappingSE
- 例外:
SAXExceptionSE
endPrefixMapping
- 次で指定:
- インターフェース
ContentHandlerSE
のendPrefixMappingSE
- 例外:
SAXExceptionSE
ignorableWhitespace
- 次で指定:
- インターフェース
ContentHandlerSE
のignorableWhitespaceSE
- 例外:
SAXExceptionSE
skippedEntity
- 次で指定:
- インターフェース
ContentHandlerSE
のskippedEntitySE
- 例外:
SAXExceptionSE