Package org.apache.xmlbeans.impl.schema
Class DocumentFactory<T>
java.lang.Object
org.apache.xmlbeans.impl.schema.ElementFactory<T>
org.apache.xmlbeans.impl.schema.AbstractDocumentFactory<T>
org.apache.xmlbeans.impl.schema.DocumentFactory<T>
- Direct Known Subclasses:
XmlObjectFactory
public class DocumentFactory<T> extends AbstractDocumentFactory<T>
-
Constructor Summary
Constructors Constructor Description DocumentFactory(SchemaTypeSystem typeSystem, String typeHandle)
-
Method Summary
Modifier and Type Method Description T
newInstance()
T
newInstance(XmlOptions options)
-
Constructor Details
-
Method Details
-
newInstance
- Overrides:
newInstance
in classElementFactory<T>
-
newInstance
- Overrides:
newInstance
in classElementFactory<T>
-