org.seasar.framework.util
クラス DocumentBuilderUtil

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

public class DocumentBuilderUtil
extends Object

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

作成者:
higa

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

コンストラクタの詳細

DocumentBuilderUtil

protected DocumentBuilderUtil()
インスタンスを構築します。

メソッドの詳細

parse

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

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


Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.