| Package | Description |
|---|---|
| x0.oasisNamesTcCiqXsdschemaXAL2 | |
| x0.oasisNamesTcCiqXsdschemaXAL2.impl |
| Modifier and Type | Method and Description |
|---|---|
static PostOfficeDocument |
PostOfficeDocument.Factory.newInstance() |
static PostOfficeDocument |
PostOfficeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.File file) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.InputStream is) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(org.w3c.dom.Node node) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.Reader r) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.lang.String xmlAsString) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.net.URL u) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static PostOfficeDocument |
PostOfficeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostOfficeDocumentImpl
A document containing one PostOffice(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0) element.
|
Copyright © 2015–2018 52north.org. All rights reserved.