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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(File file, XmlOptions options) parse
(InputStream is) parse
(InputStream is, XmlOptions options) parse
(Reader r, XmlOptions options) parse
(String xmlAsString, XmlOptions options) parse
(URL u, XmlOptions options) parse
(XMLStreamReader sr) parse
(XMLStreamReader sr, XmlOptions options) parse
(Node node, XmlOptions options) Methods inherited from class org.apache.xmlbeans.impl.schema.ElementFactory
getType, getTypeLoader, newInstance, newInstance
-
Constructor Details
-
AbstractDocumentFactory
-
-
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:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
IOException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-
parse
- Throws:
XmlException
-