|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
laf.XMLLookAndFeelReader.DataReadHandler
protected class XMLLookAndFeelReader.DataReadHandler
データを読み込む SAX イベントハンドラ-
フィールドの概要 | |
---|---|
protected java.lang.String |
attribute
タグ属性 |
protected java.lang.String |
tag
タグ名称 |
コンストラクタの概要 | |
---|---|
XMLLookAndFeelReader.DataReadHandler()
|
メソッドの概要 | |
---|---|
void |
characters(char[] ch,
int start,
int length)
文字データを読み込む |
void |
endDocument()
文書の終了通知を受け取る |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
要素の先頭部分を読み込む |
クラス org.xml.sax.helpers.DefaultHandler から継承されたメソッド |
---|
endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.String tag
protected java.lang.String attribute
コンストラクタの詳細 |
---|
public XMLLookAndFeelReader.DataReadHandler()
メソッドの詳細 |
---|
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler
内の startElement
org.xml.sax.helpers.DefaultHandler
内の startElement
uri
- 名前空間 URIlocalName
- 接頭辞を含まないローカル名qName
- 接頭辞を持つ修飾名attributes
- 要素に付加された属性
org.xml.sax.SAXException
- 構文解析エラーが発生したときpublic void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler
内の characters
org.xml.sax.helpers.DefaultHandler
内の characters
ch
- 文字データstart
- 文字配列内の開始位置length
- 文字配列から使用される文字数
org.xml.sax.SAXException
- 構文解析エラーが発生したときpublic void endDocument() throws org.xml.sax.SAXException
org.xml.sax.ContentHandler
内の endDocument
org.xml.sax.helpers.DefaultHandler
内の endDocument
org.xml.sax.SAXException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |