org.seasar.util.xml
クラス DocumentBuilderFactoryUtil
java.lang.Object
org.seasar.util.xml.DocumentBuilderFactoryUtil
public abstract class DocumentBuilderFactoryUtil
- extends Object
DocumentBuilderFactoryの用のユーティリティクラスです。
- 作成者:
- higa
| クラス 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.