Uses of Interface
org.xmlsoap.schemas.ws.x2004.x08.addressing.ToDocument
-
Packages that use ToDocument Package Description org.xmlsoap.schemas.ws.x2004.x08.addressing -
-
Uses of ToDocument in org.xmlsoap.schemas.ws.x2004.x08.addressing
Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing that return ToDocument Modifier and Type Method Description static ToDocumentToDocument.Factory. newInstance()static ToDocumentToDocument.Factory. newInstance(XmlOptions options)static ToDocumentToDocument.Factory. parse(File file)static ToDocumentToDocument.Factory. parse(File file, XmlOptions options)static ToDocumentToDocument.Factory. parse(InputStream is)static ToDocumentToDocument.Factory. parse(InputStream is, XmlOptions options)static ToDocumentToDocument.Factory. parse(Reader r)static ToDocumentToDocument.Factory. parse(Reader r, XmlOptions options)static ToDocumentToDocument.Factory. parse(String xmlAsString)static ToDocumentToDocument.Factory. parse(String xmlAsString, XmlOptions options)static ToDocumentToDocument.Factory. parse(URL u)static ToDocumentToDocument.Factory. parse(URL u, XmlOptions options)static ToDocumentToDocument.Factory. parse(XMLStreamReader sr)static ToDocumentToDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static ToDocumentToDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ToDocumentToDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ToDocumentToDocument.Factory. parse(Node node)static ToDocumentToDocument.Factory. parse(Node node, XmlOptions options)
-