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