Package org.apache.xmlbeans
Class XmlDate.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlDate.Factory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlDate
newInstance()
Creates an empty instance ofXmlDate
static XmlDate
newInstance(XmlOptions options)
Creates an empty instance ofXmlDate
static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDate
newValue(Object obj)
Creates an immutableXmlDate
valuestatic XmlDate
parse(File f)
Parses aXmlDate
fragment from a File.static XmlDate
parse(File f, XmlOptions options)
Parses aXmlDate
fragment from a File.static XmlDate
parse(InputStream is)
Parses aXmlDate
fragment from an InputStream.static XmlDate
parse(InputStream is, XmlOptions options)
Parses aXmlDate
fragment from an InputStream.static XmlDate
parse(Reader r)
Parses aXmlDate
fragment from a Reader.static XmlDate
parse(Reader r, XmlOptions options)
Parses aXmlDate
fragment from a Reader.static XmlDate
parse(String s)
Parses aXmlDate
fragment from a String.static XmlDate
parse(String s, XmlOptions options)
Parses aXmlDate
fragment from a String.static XmlDate
parse(URL u)
Parses aXmlDate
fragment from a URL.static XmlDate
parse(URL u, XmlOptions options)
Parses aXmlDate
fragment from a URL.static XmlDate
parse(XMLStreamReader xsr)
Parses aXmlDate
fragment from an XMLStreamReader.static XmlDate
parse(XMLStreamReader xsr, XmlOptions options)
Parses aXmlDate
fragment from an XMLStreamReader.static XmlDate
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDate
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDate
parse(Node node)
Parses aXmlDate
fragment from a DOM Node.static XmlDate
parse(Node node, XmlOptions options)
Parses aXmlDate
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlDate newInstance(XmlOptions options)
Creates an empty instance ofXmlDate
-
parse
public static XmlDate parse(String s) throws XmlException
Parses aXmlDate
fragment from a String. For example: "<xml-fragment>2003-06-14</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlDate parse(String s, XmlOptions options) throws XmlException
Parses aXmlDate
fragment from a String. For example: "<xml-fragment>2003-06-14</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlDate parse(File f) throws XmlException, IOException
Parses aXmlDate
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlDate
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(URL u) throws XmlException, IOException
Parses aXmlDate
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlDate
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(InputStream is) throws XmlException, IOException
Parses aXmlDate
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlDate
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(Reader r) throws XmlException, IOException
Parses aXmlDate
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlDate
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlDate parse(Node node) throws XmlException
Parses aXmlDate
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlDate parse(Node node, XmlOptions options) throws XmlException
Parses aXmlDate
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlDate parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlDate
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlDate parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlDate
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlDate parse(XMLStreamReader xsr) throws XmlException
Parses aXmlDate
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlDate parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlDate
fragment from an XMLStreamReader.- Throws:
XmlException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
-