クラス CeXmlParser
java.lang.Object
jp.ne.mki.wedge.rule.client.httpaccess.util.CeXmlParser
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static String
static Document
getDocument
(byte[] xml) static Document
getDocument
(InputStream xml) static NodeList
getNodeList
(Document root, String xPath) 対象となるNodeListを取得 このメソッドはJDK1.5の場合にのみ使用することが出来ます。static String
getSendString
(Vector items) ロジッククラスの入力引数よりhttp送信用文字列を作成static String
getSendString
(Vector items, String enc) ロジッククラスの入力引数よりhttp送信用文字列を作成
-
コンストラクタの詳細
-
CeXmlParser
public CeXmlParser()
-
-
メソッドの詳細
-
getSendString
ロジッククラスの入力引数よりhttp送信用文字列を作成- パラメータ:
Vector
- Itemを格納したVector- 戻り値:
- boolean 送信文字列
- 例外:
Throwable
-
getSendString
ロジッククラスの入力引数よりhttp送信用文字列を作成- パラメータ:
enc
- URLEncode時に使用される文字コードVector
- Itemを格納したVector- 戻り値:
- boolean 送信文字列
- 例外:
Throwable
-
encode
-
getDocument
- 例外:
Throwable
-
getDocument
- 例外:
Throwable
-
getNodeList
対象となるNodeListを取得 このメソッドはJDK1.5の場合にのみ使用することが出来ます。- パラメータ:
Document
- ドキュメントルートString
- 取得対象のXPath- 戻り値:
- NodeList 取得したノード
- 例外:
Throwable
-