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