dbdrowser
b2007102501

org.phosphoresce.dbbrowser.util
クラス XMLUtil

java.lang.Object
  上位を拡張 org.phosphoresce.dbbrowser.util.XMLUtil

public final class XMLUtil
extends java.lang.Object

XML操作時のユーティリティクラス

作成者:
Kitagawa

メソッドの概要
static java.lang.String getTextContent(org.w3c.dom.Node node)
          指定されたノードのテキストを取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getTextContent

public static java.lang.String getTextContent(org.w3c.dom.Node node)
指定されたノードのテキストを取得します。

パラメータ:
node - ノードオブジェクト
戻り値:
テキスト

dbdrowser
b2007102501