org.seasar.util.xml
クラス DocumentBuilderFactoryUtil

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

public abstract class DocumentBuilderFactoryUtil
extends Object

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

作成者:
higa

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

コンストラクタの詳細

DocumentBuilderFactoryUtil

public DocumentBuilderFactoryUtil()
メソッドの詳細

newInstance

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

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

newDocumentBuilder

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

戻り値:
新しい DocumentBuilder


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