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