Package org.sourceid.protocol.saml11.xml
Class StatementAbstractType.Factory
- java.lang.Object
-
- org.sourceid.protocol.saml11.xml.StatementAbstractType.Factory
-
- Enclosing interface:
- StatementAbstractType
public static final class StatementAbstractType.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 StatementAbstractTypenewInstance()Deprecated.No need to be able to create instances of abstract typesstatic StatementAbstractTypenewInstance(XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic 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 StatementAbstractTypeparse(File file)static StatementAbstractTypeparse(File file, XmlOptions options)static StatementAbstractTypeparse(InputStream is)static StatementAbstractTypeparse(InputStream is, XmlOptions options)static StatementAbstractTypeparse(Reader r)static StatementAbstractTypeparse(Reader r, XmlOptions options)static StatementAbstractTypeparse(String xmlAsString)static StatementAbstractTypeparse(String xmlAsString, XmlOptions options)static StatementAbstractTypeparse(URL u)static StatementAbstractTypeparse(URL u, XmlOptions options)static StatementAbstractTypeparse(XMLStreamReader sr)static StatementAbstractTypeparse(XMLStreamReader sr, XmlOptions options)static StatementAbstractTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic StatementAbstractTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic StatementAbstractTypeparse(Node node)static StatementAbstractTypeparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static StatementAbstractType newInstance()
Deprecated.No need to be able to create instances of abstract types
-
newInstance
public static StatementAbstractType newInstance(XmlOptions options)
Deprecated.No need to be able to create instances of abstract types
-
parse
public static StatementAbstractType parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static StatementAbstractType parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static StatementAbstractType parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static StatementAbstractType parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static StatementAbstractType parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static StatementAbstractType parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static StatementAbstractType parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static StatementAbstractType 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 StatementAbstractType 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
-
-