Package org.sourceid.protocol.dsig10.xml
Class DigestMethodDocument.Factory
- java.lang.Object
-
- org.sourceid.protocol.dsig10.xml.DigestMethodDocument.Factory
-
- Enclosing interface:
- DigestMethodDocument
public static final class DigestMethodDocument.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DigestMethodDocumentnewInstance()static DigestMethodDocumentnewInstance(XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic DigestMethodDocumentparse(File file)static DigestMethodDocumentparse(File file, XmlOptions options)static DigestMethodDocumentparse(InputStream is)static DigestMethodDocumentparse(InputStream is, XmlOptions options)static DigestMethodDocumentparse(Reader r)static DigestMethodDocumentparse(Reader r, XmlOptions options)static DigestMethodDocumentparse(String xmlAsString)static DigestMethodDocumentparse(String xmlAsString, XmlOptions options)static DigestMethodDocumentparse(URL u)static DigestMethodDocumentparse(URL u, XmlOptions options)static DigestMethodDocumentparse(XMLStreamReader sr)static DigestMethodDocumentparse(XMLStreamReader sr, XmlOptions options)static DigestMethodDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DigestMethodDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic DigestMethodDocumentparse(Node node)static DigestMethodDocumentparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static DigestMethodDocument newInstance()
-
newInstance
public static DigestMethodDocument newInstance(XmlOptions options)
-
parse
public static DigestMethodDocument parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static DigestMethodDocument parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static DigestMethodDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static DigestMethodDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-