public static final class ServiceGroupModificationNotificationType.Factory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ServiceGroupModificationNotificationType |
newInstance() |
static ServiceGroupModificationNotificationType |
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 ServiceGroupModificationNotificationType |
parse(File file) |
static ServiceGroupModificationNotificationType |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(InputStream is) |
static ServiceGroupModificationNotificationType |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(Node node) |
static ServiceGroupModificationNotificationType |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(Reader r) |
static ServiceGroupModificationNotificationType |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(String xmlAsString) |
static ServiceGroupModificationNotificationType |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(URL u) |
static ServiceGroupModificationNotificationType |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceGroupModificationNotificationType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceGroupModificationNotificationType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceGroupModificationNotificationType |
parse(XMLStreamReader sr) |
static ServiceGroupModificationNotificationType |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static ServiceGroupModificationNotificationType newInstance()
public static ServiceGroupModificationNotificationType newInstance(org.apache.xmlbeans.XmlOptions options)
public static ServiceGroupModificationNotificationType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString - the string value to parseorg.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
file - the file from which to load an xml documentorg.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static ServiceGroupModificationNotificationType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static ServiceGroupModificationNotificationType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static ServiceGroupModificationNotificationType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic 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
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic 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
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionCopyright © 2018 52north.org. All rights reserved.