Uses of Interface
org.sourceid.protocol.dsig10.xml.ReferenceDocument
-
Packages that use ReferenceDocument Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of ReferenceDocument in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return ReferenceDocument Modifier and Type Method Description static ReferenceDocumentReferenceDocument.Factory. newInstance()static ReferenceDocumentReferenceDocument.Factory. newInstance(XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(File file)static ReferenceDocumentReferenceDocument.Factory. parse(File file, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(InputStream is)static ReferenceDocumentReferenceDocument.Factory. parse(InputStream is, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(Reader r)static ReferenceDocumentReferenceDocument.Factory. parse(Reader r, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(String xmlAsString)static ReferenceDocumentReferenceDocument.Factory. parse(String xmlAsString, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(URL u)static ReferenceDocumentReferenceDocument.Factory. parse(URL u, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(XMLStreamReader sr)static ReferenceDocumentReferenceDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static ReferenceDocumentReferenceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferenceDocumentReferenceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ReferenceDocumentReferenceDocument.Factory. parse(Node node)static ReferenceDocumentReferenceDocument.Factory. parse(Node node, XmlOptions options)
-