org.seasar.framework.util
クラス DocumentBuilderFactoryUtil

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

public final class DocumentBuilderFactoryUtil
extends Object

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

作成者:
higa

メソッドの概要
static DocumentBuilder newDocumentBuilder()
          新しい DocumentBuilderを作成します。
static DocumentBuilderFactory newInstance()
          新しい DocumentBuilderFactoryのインスタンスを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

newInstance

public static DocumentBuilderFactory newInstance()
新しい DocumentBuilderFactoryのインスタンスを返します。

戻り値:
新しい DocumentBuilderFactoryのインスタンス

newDocumentBuilder

public static DocumentBuilder newDocumentBuilder()
新しい DocumentBuilderを作成します。

戻り値:
新しい DocumentBuilder


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