|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
jp.veritrans.tercerog.mdk.dto.processor.XMLFindHandler
public class XMLFindHandler
フィールドの概要 | |
---|---|
static int |
ARRIVAL
|
static int |
ARRIVED
|
static int |
NO_ARRIVAL
|
コンストラクタの概要 | |
---|---|
XMLFindHandler(String query)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
characters(char[] ch,
int offset,
int length)
データを読み込む(大きなデータの時は複数回コールされる) |
void |
endDocument()
ドキュメント終了 |
void |
endElement(String uri,
String localName,
String qName)
タグの終了 |
int |
getArrivalStatus()
|
String |
getResult()
処理結果を返却する |
void |
startDocument()
ドキュメントの開始 |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
タグの開始 |
クラス org.xml.sax.helpers.DefaultHandler から継承されたメソッド |
---|
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int NO_ARRIVAL
public static final int ARRIVAL
public static final int ARRIVED
コンストラクタの詳細 |
---|
public XMLFindHandler(String query)
query
- 取得対象のエレメントを示すパス文字列メソッドの詳細 |
---|
public String getResult()
public void startDocument() throws SAXException
ContentHandler
内の startDocument
org.xml.sax.helpers.DefaultHandler
内の startDocument
SAXException
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
ContentHandler
内の startElement
org.xml.sax.helpers.DefaultHandler
内の startElement
uri
- localName
- qName
-
SAXException
public void characters(char[] ch, int offset, int length) throws SAXException
ContentHandler
内の characters
org.xml.sax.helpers.DefaultHandler
内の characters
ch
- offset
- length
-
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
ContentHandler
内の endElement
org.xml.sax.helpers.DefaultHandler
内の endElement
uri
- localName
- qName
-
SAXException
public void endDocument() throws SAXException
ContentHandler
内の endDocument
org.xml.sax.helpers.DefaultHandler
内の endDocument
SAXException
public int getArrivalStatus()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |