public class CeXmlParser
extends java.lang.Object
| コンストラクタと説明 |
|---|
CeXmlParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static java.lang.String |
encode(java.lang.String str,
java.lang.String enc) |
static org.w3c.dom.Document |
getDocument(byte[] xml) |
static org.w3c.dom.Document |
getDocument(java.io.InputStream xml) |
static org.w3c.dom.NodeList |
getNodeList(org.w3c.dom.Document root,
java.lang.String xPath)
対象となるNodeListを取得
このメソッドはJDK1.5の場合にのみ使用することが出来ます。
|
static java.lang.String |
getSendString(java.util.Vector items)
ロジッククラスの入力引数よりhttp送信用文字列を作成
|
static java.lang.String |
getSendString(java.util.Vector items,
java.lang.String enc)
ロジッククラスの入力引数よりhttp送信用文字列を作成
|
public static java.lang.String getSendString(java.util.Vector items)
throws java.lang.Throwable
Vector - Itemを格納したVectorjava.lang.Throwablepublic static java.lang.String getSendString(java.util.Vector items,
java.lang.String enc)
throws java.lang.Throwable
Vector - Itemを格納したVectorenc - URLEncode時に使用される文字コードjava.lang.Throwablepublic static java.lang.String encode(java.lang.String str,
java.lang.String enc)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic static org.w3c.dom.Document getDocument(byte[] xml)
throws java.lang.Throwable
java.lang.Throwablepublic static org.w3c.dom.Document getDocument(java.io.InputStream xml)
throws java.lang.Throwable
java.lang.Throwablepublic static org.w3c.dom.NodeList getNodeList(org.w3c.dom.Document root,
java.lang.String xPath)
throws java.lang.Throwable
Document - ドキュメントルートString - 取得対象のXPathjava.lang.Throwable