Uses of Interface
org.w3.x2003.x05.soapEnvelope.UpgradeDocument
-
Packages that use UpgradeDocument Package Description org.w3.x2003.x05.soapEnvelope org.w3.x2003.x05.soapEnvelope.impl -
-
Uses of UpgradeDocument in org.w3.x2003.x05.soapEnvelope
Methods in org.w3.x2003.x05.soapEnvelope that return UpgradeDocument Modifier and Type Method Description static UpgradeDocumentUpgradeDocument.Factory. newInstance()static UpgradeDocumentUpgradeDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(File file)static UpgradeDocumentUpgradeDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(InputStream is)static UpgradeDocumentUpgradeDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(Reader r)static UpgradeDocumentUpgradeDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(String xmlAsString)static UpgradeDocumentUpgradeDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(URL u)static UpgradeDocumentUpgradeDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(XMLStreamReader sr)static UpgradeDocumentUpgradeDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UpgradeDocumentUpgradeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UpgradeDocumentUpgradeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UpgradeDocumentUpgradeDocument.Factory. parse(Node node)static UpgradeDocumentUpgradeDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UpgradeDocument in org.w3.x2003.x05.soapEnvelope.impl
Classes in org.w3.x2003.x05.soapEnvelope.impl that implement UpgradeDocument Modifier and Type Class Description classUpgradeDocumentImplA document containing one Upgrade(@http://www.w3.org/2003/05/soap-envelope) element.
-