org.seasar.framework.util
クラス SchemaFactoryUtil
java.lang.Object
org.seasar.framework.util.SchemaFactoryUtil
public abstract class SchemaFactoryUtil
- extends Object
SchemaFactory
のためのユーティリティ・クラスです。
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaFactoryUtil
public SchemaFactoryUtil()
newW3cXmlSchemaFactory
public static SchemaFactory newW3cXmlSchemaFactory()
- W3C XML Schemaのための
SchemaFactory
を生成します。
- 戻り値:
- W3C XML Schemaのための
SchemaFactory
newRelaxNgSchemaFactory
public static SchemaFactory newRelaxNgSchemaFactory()
- RELAX NGのための
SchemaFactory
を生成します。
- 戻り値:
- RELAX NGのための
SchemaFactory
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.