public static final class ServiceSummaryDocument.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static ServiceSummaryDocument |
newInstance() |
static ServiceSummaryDocument |
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 ServiceSummaryDocument |
parse(File file) |
static ServiceSummaryDocument |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(InputStream is) |
static ServiceSummaryDocument |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(Node node) |
static ServiceSummaryDocument |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(Reader r) |
static ServiceSummaryDocument |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(String xmlAsString) |
static ServiceSummaryDocument |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(URL u) |
static ServiceSummaryDocument |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceSummaryDocument |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceSummaryDocument |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceSummaryDocument |
parse(XMLStreamReader sr) |
static ServiceSummaryDocument |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static ServiceSummaryDocument newInstance()
public static ServiceSummaryDocument newInstance(org.apache.xmlbeans.XmlOptions options)
public static ServiceSummaryDocument parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString
- the string value to parseorg.apache.xmlbeans.XmlException
public static ServiceSummaryDocument parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static ServiceSummaryDocument 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 ServiceSummaryDocument parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static ServiceSummaryDocument parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static ServiceSummaryDocument parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static ServiceSummaryDocument parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static ServiceSummaryDocument parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static ServiceSummaryDocument 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 ServiceSummaryDocument 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 © 2009-2013 DuraSpace. All Rights Reserved.