Uses of Interface
org.oasisOpen.docs.wsrf.rp2.UpdateDocument
-
Packages that use UpdateDocument Package Description org.oasisOpen.docs.wsrf.rp2 org.oasisOpen.docs.wsrf.rp2.impl -
-
Uses of UpdateDocument in org.oasisOpen.docs.wsrf.rp2
Methods in org.oasisOpen.docs.wsrf.rp2 that return UpdateDocument Modifier and Type Method Description static UpdateDocumentUpdateDocument.Factory. newInstance()static UpdateDocumentUpdateDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(File file)static UpdateDocumentUpdateDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(InputStream is)static UpdateDocumentUpdateDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(Reader r)static UpdateDocumentUpdateDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(String xmlAsString)static UpdateDocumentUpdateDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(URL u)static UpdateDocumentUpdateDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(XMLStreamReader sr)static UpdateDocumentUpdateDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UpdateDocumentUpdateDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UpdateDocumentUpdateDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UpdateDocumentUpdateDocument.Factory. parse(Node node)static UpdateDocumentUpdateDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UpdateDocument in org.oasisOpen.docs.wsrf.rp2.impl
Classes in org.oasisOpen.docs.wsrf.rp2.impl that implement UpdateDocument Modifier and Type Class Description classUpdateDocumentImplA document containing one Update(@http://docs.oasis-open.org/wsrf/rp-2) element.
-