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