|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.XmlTime.Factory
A class with methods for creating instances
of XmlTime
.
Method Summary | |
static XmlTime |
newInstance()
Creates an empty instance of XmlTime |
static XmlTime |
newInstance(XmlOptions options)
Creates an empty instance of XmlTime |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlTime |
newValue(Object obj)
Creates an immutable XmlTime value |
static XmlTime |
parse(File f)
Parses a XmlTime fragment from a File. |
static XmlTime |
parse(File f,
XmlOptions options)
Parses a XmlTime fragment from a File. |
static XmlTime |
parse(InputStream is)
Parses a XmlTime fragment from an InputStream. |
static XmlTime |
parse(InputStream is,
XmlOptions options)
Parses a XmlTime fragment from an InputStream. |
static XmlTime |
parse(Node node)
Parses a XmlTime fragment from a DOM Node. |
static XmlTime |
parse(Node node,
XmlOptions options)
Parses a XmlTime fragment from a DOM Node. |
static XmlTime |
parse(Reader r)
Parses a XmlTime fragment from a Reader. |
static XmlTime |
parse(Reader r,
XmlOptions options)
Parses a XmlTime fragment from a Reader. |
static XmlTime |
parse(String s)
Parses a XmlTime fragment from a String. |
static XmlTime |
parse(String s,
XmlOptions options)
Parses a XmlTime fragment from a String. |
static XmlTime |
parse(URL u)
Parses a XmlTime fragment from a URL. |
static XmlTime |
parse(URL u,
XmlOptions options)
Parses a XmlTime fragment from a URL. |
static XmlTime |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlTime |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlTime newInstance()
XmlTime
public static XmlTime newInstance(XmlOptions options)
XmlTime
public static XmlTime newValue(Object obj)
XmlTime
value
public static XmlTime parse(String s) throws XmlException
XmlTime
fragment from a String. For example: "<xml-fragment>12:00:00</xml-fragment>
".
XmlException
public static XmlTime parse(String s, XmlOptions options) throws XmlException
XmlTime
fragment from a String. For example: "<xml-fragment>12:00:00</xml-fragment>
".
XmlException
public static XmlTime parse(File f) throws XmlException, IOException
XmlTime
fragment from a File.
XmlException
IOException
public static XmlTime parse(File f, XmlOptions options) throws XmlException, IOException
XmlTime
fragment from a File.
XmlException
IOException
public static XmlTime parse(URL u) throws XmlException, IOException
XmlTime
fragment from a URL.
XmlException
IOException
public static XmlTime parse(URL u, XmlOptions options) throws XmlException, IOException
XmlTime
fragment from a URL.
XmlException
IOException
public static XmlTime parse(InputStream is) throws XmlException, IOException
XmlTime
fragment from an InputStream.
XmlException
IOException
public static XmlTime parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlTime
fragment from an InputStream.
XmlException
IOException
public static XmlTime parse(Reader r) throws XmlException, IOException
XmlTime
fragment from a Reader.
XmlException
IOException
public static XmlTime parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlTime
fragment from a Reader.
XmlException
IOException
public static XmlTime parse(Node node) throws XmlException
XmlTime
fragment from a DOM Node.
XmlException
public static XmlTime parse(Node node, XmlOptions options) throws XmlException
XmlTime
fragment from a DOM Node.
XmlException
public static XmlTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlTime
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static XmlTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlTime
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
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.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |