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