public static final class WebAppDocument.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static WebAppDocument |
newInstance() |
static WebAppDocument |
newInstance(org.apache.xmlbeans.XmlOptions options) |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WebAppDocument |
parse(File file) |
static WebAppDocument |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(InputStream is) |
static WebAppDocument |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(Node node) |
static WebAppDocument |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(Reader r) |
static WebAppDocument |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(String xmlAsString) |
static WebAppDocument |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(URL u) |
static WebAppDocument |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WebAppDocument |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WebAppDocument |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WebAppDocument |
parse(XMLStreamReader sr) |
static WebAppDocument |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static WebAppDocument newInstance()
public static WebAppDocument newInstance(org.apache.xmlbeans.XmlOptions options)
public static WebAppDocument parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString
- the string value to parseorg.apache.xmlbeans.XmlException
public static WebAppDocument parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static WebAppDocument parse(File file) throws org.apache.xmlbeans.XmlException, IOException
file
- the file from which to load an xml documentorg.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static WebAppDocument parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static WebAppDocument parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static WebAppDocument parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static WebAppDocument parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static WebAppDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static WebAppDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
Copyright © 2019. All Rights Reserved.