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