Class Group.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xsdschema.Group.Factory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Group
newInstance()
Deprecated.No need to be able to create instances of abstract typesstatic Group
newInstance(XmlOptions options)
Deprecated.No need to be able to create instances of abstract typesstatic XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.static Group
parse(File file)
static Group
parse(File file, XmlOptions options)
static Group
parse(InputStream is)
static Group
parse(InputStream is, XmlOptions options)
static Group
parse(Reader r)
static Group
parse(Reader r, XmlOptions options)
static Group
parse(String xmlAsString)
static Group
parse(String xmlAsString, XmlOptions options)
static Group
parse(URL u)
static Group
parse(URL u, XmlOptions options)
static Group
parse(XMLStreamReader sr)
static Group
parse(XMLStreamReader sr, XmlOptions options)
static Group
parse(XMLInputStream xis)
Deprecated.static Group
parse(XMLInputStream xis, XmlOptions options)
Deprecated.static Group
parse(Node node)
static Group
parse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static Group newInstance()
Deprecated.No need to be able to create instances of abstract types
-
newInstance
public static Group newInstance(XmlOptions options)
Deprecated.No need to be able to create instances of abstract types
-
parse
public static Group parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString
- the string value to parse- Throws:
XmlException
-
parse
public static Group parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static Group parse(File file) throws XmlException, IOException
- Parameters:
file
- the file from which to load an xml document- Throws:
XmlException
IOException
-
parse
public static Group parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(URL u) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(InputStream is) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(Reader r) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlException
IOException
-
parse
public static Group parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static Group parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static Group parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static Group parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static Group parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
parse
public static Group parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlException
XMLStreamException
-
-