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


コンストラクタの概要
CeXmlParser()
           
 
メソッドの概要
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)
          対象となるNodeIteratorを取得 このメソッドはJDK1.4の場合にのみ使用することが出来ます。
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送信用文字列を作成
 
クラス 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
対象となるNodeIteratorを取得 このメソッドはJDK1.4の場合にのみ使用することが出来ます。 (JDK1.3、1.5であっても org.apache.xpath.XPathAPIを含むアーカイブを 追加することで使用できます。)
パラメータ:
Document - ドキュメントルート
String - 取得対象のXPath
戻り値:
NodeIterator 取得したノード

getNodeList

public static org.w3c.dom.NodeList getNodeList(org.w3c.dom.Document root,
                                               java.lang.String xPath)
                                        throws java.lang.Throwable
対象となるNodeListを取得 このメソッドはJDK1.5の場合にのみ使用することが出来ます。
パラメータ:
Document - ドキュメントルート
String - 取得対象のXPath
戻り値:
NodeList 取得したノード