Uses of Interface
x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument
-
Packages that use PostBoxDocument Package Description x0.oasisNamesTcCiqXsdschemaXAL2 x0.oasisNamesTcCiqXsdschemaXAL2.impl -
-
Uses of PostBoxDocument in x0.oasisNamesTcCiqXsdschemaXAL2
Methods in x0.oasisNamesTcCiqXsdschemaXAL2 that return PostBoxDocument Modifier and Type Method Description static PostBoxDocumentPostBoxDocument.Factory. newInstance()static PostBoxDocumentPostBoxDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(File file)static PostBoxDocumentPostBoxDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(InputStream is)static PostBoxDocumentPostBoxDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(Reader r)static PostBoxDocumentPostBoxDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(String xmlAsString)static PostBoxDocumentPostBoxDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(URL u)static PostBoxDocumentPostBoxDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(XMLStreamReader sr)static PostBoxDocumentPostBoxDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PostBoxDocumentPostBoxDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PostBoxDocumentPostBoxDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PostBoxDocumentPostBoxDocument.Factory. parse(Node node)static PostBoxDocumentPostBoxDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of PostBoxDocument in x0.oasisNamesTcCiqXsdschemaXAL2.impl
Classes in x0.oasisNamesTcCiqXsdschemaXAL2.impl that implement PostBoxDocument Modifier and Type Class Description classPostBoxDocumentImplA document containing one PostBox(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0) element.
-