|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |