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