Class EntropyDocument.Factory
- java.lang.Object
-
- org.oasisOpen.docs.wsSx.wsTrust.x200512.EntropyDocument.Factory
-
- Enclosing interface:
- EntropyDocument
public static final class EntropyDocument.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 EntropyDocumentnewInstance()static EntropyDocumentnewInstance(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 EntropyDocumentparse(File file)static EntropyDocumentparse(File file, XmlOptions options)static EntropyDocumentparse(InputStream is)static EntropyDocumentparse(InputStream is, XmlOptions options)static EntropyDocumentparse(Reader r)static EntropyDocumentparse(Reader r, XmlOptions options)static EntropyDocumentparse(String xmlAsString)static EntropyDocumentparse(String xmlAsString, XmlOptions options)static EntropyDocumentparse(URL u)static EntropyDocumentparse(URL u, XmlOptions options)static EntropyDocumentparse(XMLStreamReader sr)static EntropyDocumentparse(XMLStreamReader sr, XmlOptions options)static EntropyDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EntropyDocumentparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic EntropyDocumentparse(Node node)static EntropyDocumentparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static EntropyDocument newInstance()
-
newInstance
public static EntropyDocument newInstance(XmlOptions options)
-
parse
public static EntropyDocument parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static EntropyDocument parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static EntropyDocument parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static EntropyDocument parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static EntropyDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static EntropyDocument parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static EntropyDocument parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static EntropyDocument 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 EntropyDocument 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
-
-