Package org.apache.xmlbeans.impl.schema
Class AbstractDocumentFactory<T>
java.lang.Object
org.apache.xmlbeans.impl.schema.ElementFactory<T>
org.apache.xmlbeans.impl.schema.AbstractDocumentFactory<T>
- Direct Known Subclasses:
DocumentFactory
public class AbstractDocumentFactory<T> extends ElementFactory<T>
-
Constructor Summary
Constructors Constructor Description AbstractDocumentFactory(SchemaTypeSystem typeSystem, String typeHandle) -
Method Summary
Modifier and Type Method Description Tparse(File file)Tparse(File file, XmlOptions options)Tparse(InputStream is)Tparse(InputStream is, XmlOptions options)Tparse(Reader r)Tparse(Reader r, XmlOptions options)Tparse(String xmlAsString)Tparse(String xmlAsString, XmlOptions options)Tparse(URL u)Tparse(URL u, XmlOptions options)Tparse(XMLStreamReader sr)Tparse(XMLStreamReader sr, XmlOptions options)Tparse(Node node)Tparse(Node node, XmlOptions options)Methods inherited from class org.apache.xmlbeans.impl.schema.ElementFactory
getType, getTypeLoader, newInstance, newInstance
-
Constructor Details
-
Method Details
-
parse
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlExceptionIOException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-