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