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