com.jxml.quick
Class QSchemaFactory
java.lang.Object
|
+--com.jxml.quick.QSchemaFactory
- Direct Known Subclasses:
- Activationprocess, AppDataSchema, CommonReply, Create, CreateApplication, CreateCommonReply, CreateConfig, CreateEsdo, CreateJxu, CreateJxuc, CreateParm, CreatePrivate, CreateProperties, CreateQconfig, CreateRE, CreateResponses, CreateUtil, Deactivate, Display, Process, Process, Process, Registrationprocess, Reply, Reply, Reply
- public abstract class QSchemaFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QSchemaFactory
public QSchemaFactory()
create
public abstract QDoc create()
throws SAXException,
QE,
QPE,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
create
public static QDoc create(String className)
throws SAXException,
QE,
QPE,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
clCreate
public static QDoc clCreate(String className,
ClassLoader cl)
throws SAXException,
QE,
QPE,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
create
public static QDoc create(String className,
String schemaName)
throws SAXException,
QE,
QPE,
ClassNotFoundException,
InstantiationException,
IllegalAccessException,
IOException