|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.util.DocumentBuilderFactoryUtil
DocumentBuilderFactoryの用のユーティリティクラスです。
| コンストラクタの概要 | |
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 |
| コンストラクタの詳細 |
protected DocumentBuilderFactoryUtil()
| メソッドの詳細 |
public static javax.xml.parsers.DocumentBuilderFactory newInstance()
DocumentBuilderFactoryのインスタンスを返します。
DocumentBuilderFactoryのインスタンスpublic static javax.xml.parsers.DocumentBuilder newDocumentBuilder()
DocumentBuilderを作成します。
DocumentBuilder
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||