org.seasar.util.xml
クラス DocumentBuilderUtil

java.lang.Object
  上位を拡張 org.seasar.util.xml.DocumentBuilderUtil

public abstract class DocumentBuilderUtil
extends Object

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

作成者:
higa

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

コンストラクタの詳細

DocumentBuilderUtil

public DocumentBuilderUtil()
メソッドの詳細

parse

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

パラメータ:
builder - DocumentBuilder。nullであってはいけません
is - 入力ストリーム。nullであってはいけません
戻り値:
Document


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.