org.seasar.framework.util
クラス DocumentBuilderFactoryUtil

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

public class DocumentBuilderFactoryUtil
extends java.lang.Object

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

作成者:
higa

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

コンストラクタの詳細

DocumentBuilderFactoryUtil

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

メソッドの詳細

newInstance

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

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

newDocumentBuilder

public static javax.xml.parsers.DocumentBuilder newDocumentBuilder()
新しい DocumentBuilderを作成します。

戻り値:
新しい DocumentBuilder


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