|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.util.DocumentBuilderUtil
DocumentBuilder
用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
DocumentBuilderUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static org.w3c.dom.Document |
parse(javax.xml.parsers.DocumentBuilder builder,
java.io.InputStream is)
XMLを解析します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected DocumentBuilderUtil()
メソッドの詳細 |
public static org.w3c.dom.Document parse(javax.xml.parsers.DocumentBuilder builder, java.io.InputStream is)
builder
- is
-
Document
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |