org.seasar.framework.util
クラス DocumentBuilderUtil

java.lang.Object
  拡張org.seasar.framework.util.DocumentBuilderUtil

public final class DocumentBuilderUtil
extends Object

DocumentBuilder用のユーティリティクラスです。

作成者:
higa

メソッドの概要
static Document parse(DocumentBuilder builder, InputStream is)
          XMLを解析します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

parse

public static Document parse(DocumentBuilder builder,
                             InputStream is)
XMLを解析します。

パラメータ:
builder -
is -
戻り値:
Document


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.