jp.ne.mki.wedge.rule.client.httpaccess.util
クラス CeXmlParser
java.lang.Object
|
+--jp.ne.mki.wedge.rule.client.httpaccess.util.CeXmlParser
- public class CeXmlParser
- extends java.lang.Object
メソッドの概要 |
static org.w3c.dom.Document |
getDocument(byte[] xml)
|
static org.w3c.dom.Document |
getDocument(java.io.InputStream xml)
|
static org.w3c.dom.traversal.NodeIterator |
getNodeIterator(org.w3c.dom.Document root,
java.lang.String xPath)
|
static java.lang.String |
getSendString(java.util.Vector items)
ルールの入力引数よりhttp送信用文字列を作成 |
クラス java.lang.Object から継承したメソッド |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CeXmlParser
public CeXmlParser()
getSendString
public static java.lang.String getSendString(java.util.Vector items)
throws java.lang.Throwable
- ルールの入力引数よりhttp送信用文字列を作成
- パラメータ:
Vector
- Itemを格納したVector- 戻り値:
- boolean 送信文字列
getDocument
public static org.w3c.dom.Document getDocument(byte[] xml)
throws java.lang.Throwable
getDocument
public static org.w3c.dom.Document getDocument(java.io.InputStream xml)
throws java.lang.Throwable
getNodeIterator
public static org.w3c.dom.traversal.NodeIterator getNodeIterator(org.w3c.dom.Document root,
java.lang.String xPath)
throws java.lang.Throwable