Uses of Interface
org.sourceid.protocol.dsig10.xml.ManifestType
-
Packages that use ManifestType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of ManifestType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return ManifestType Modifier and Type Method Description ManifestTypeManifestDocument. addNewManifest()Appends and returns a new empty "Manifest" elementManifestTypeManifestDocument. getManifest()Gets the "Manifest" elementstatic ManifestTypeManifestType.Factory. newInstance()static ManifestTypeManifestType.Factory. newInstance(XmlOptions options)static ManifestTypeManifestType.Factory. parse(File file)static ManifestTypeManifestType.Factory. parse(File file, XmlOptions options)static ManifestTypeManifestType.Factory. parse(InputStream is)static ManifestTypeManifestType.Factory. parse(InputStream is, XmlOptions options)static ManifestTypeManifestType.Factory. parse(Reader r)static ManifestTypeManifestType.Factory. parse(Reader r, XmlOptions options)static ManifestTypeManifestType.Factory. parse(String xmlAsString)static ManifestTypeManifestType.Factory. parse(String xmlAsString, XmlOptions options)static ManifestTypeManifestType.Factory. parse(URL u)static ManifestTypeManifestType.Factory. parse(URL u, XmlOptions options)static ManifestTypeManifestType.Factory. parse(XMLStreamReader sr)static ManifestTypeManifestType.Factory. parse(XMLStreamReader sr, XmlOptions options)static ManifestTypeManifestType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ManifestTypeManifestType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ManifestTypeManifestType.Factory. parse(Node node)static ManifestTypeManifestType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type ManifestType Modifier and Type Method Description voidManifestDocument. setManifest(ManifestType manifest)Sets the "Manifest" element
-