Uses of Interface
org.w3.x2005.x08.addressing.ActionDocument
-
Packages that use ActionDocument Package Description org.w3.x2005.x08.addressing org.w3.x2005.x08.addressing.impl -
-
Uses of ActionDocument in org.w3.x2005.x08.addressing
Methods in org.w3.x2005.x08.addressing that return ActionDocument Modifier and Type Method Description static ActionDocumentActionDocument.Factory. newInstance()static ActionDocumentActionDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(File file)static ActionDocumentActionDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(InputStream is)static ActionDocumentActionDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(Reader r)static ActionDocumentActionDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(String xmlAsString)static ActionDocumentActionDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(URL u)static ActionDocumentActionDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(XMLStreamReader sr)static ActionDocumentActionDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ActionDocumentActionDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ActionDocumentActionDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ActionDocumentActionDocument.Factory. parse(Node node)static ActionDocumentActionDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ActionDocument in org.w3.x2005.x08.addressing.impl
Classes in org.w3.x2005.x08.addressing.impl that implement ActionDocument Modifier and Type Class Description classActionDocumentImplA document containing one Action(@http://www.w3.org/2005/08/addressing) element.
-