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