Package org.apache.xmlbeans
Class XmlDouble.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlDouble.Factory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlDoublenewInstance()Creates an empty instance ofXmlDoublestatic XmlDoublenewInstance(XmlOptions options)Creates an empty instance ofXmlDoublestatic XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDoublenewValue(Object obj)Creates an immutableXmlDoublevaluestatic XmlDoubleparse(File f)Parses aXmlDoublefragment from a File.static XmlDoubleparse(File f, XmlOptions options)Parses aXmlDoublefragment from a File.static XmlDoubleparse(InputStream is)Parses aXmlDoublefragment from an InputStream.static XmlDoubleparse(InputStream is, XmlOptions options)Parses aXmlDoublefragment from an InputStream.static XmlDoubleparse(Reader r)Parses aXmlDoublefragment from a Reader.static XmlDoubleparse(Reader r, XmlOptions options)Parses aXmlDoublefragment from a Reader.static XmlDoubleparse(String s)Parses aXmlDoublefragment from a String.static XmlDoubleparse(String s, XmlOptions options)Parses aXmlDoublefragment from a String.static XmlDoubleparse(URL u)Parses aXmlDoublefragment from a URL.static XmlDoubleparse(URL u, XmlOptions options)Parses aXmlDoublefragment from a URL.static XmlDoubleparse(XMLStreamReader xsr)Parses aXmlDoublefragment from an XMLStreamReader.static XmlDoubleparse(XMLStreamReader xsr, XmlOptions options)Parses aXmlDoublefragment from an XMLStreamReader.static XmlDoubleparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDoubleparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlDoubleparse(Node node)Parses aXmlDoublefragment from a DOM Node.static XmlDoubleparse(Node node, XmlOptions options)Parses aXmlDoublefragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlDouble newInstance(XmlOptions options)
Creates an empty instance ofXmlDouble
-
parse
public static XmlDouble parse(String s) throws XmlException
Parses aXmlDoublefragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlDouble parse(String s, XmlOptions options) throws XmlException
Parses aXmlDoublefragment from a String. For example: "<xml-fragment>123.34e+57</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlDouble parse(File f) throws XmlException, IOException
Parses aXmlDoublefragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlDoublefragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(URL u) throws XmlException, IOException
Parses aXmlDoublefragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlDoublefragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(InputStream is) throws XmlException, IOException
Parses aXmlDoublefragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlDoublefragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(Reader r) throws XmlException, IOException
Parses aXmlDoublefragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlDoublefragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlDouble parse(Node node) throws XmlException
Parses aXmlDoublefragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlDouble parse(Node node, XmlOptions options) throws XmlException
Parses aXmlDoublefragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlDouble parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlDoublefragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlDouble parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlDoublefragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlDouble parse(XMLStreamReader xsr) throws XmlException
Parses aXmlDoublefragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlDouble parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlDoublefragment 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:
XmlExceptionXMLStreamException
-
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:
XmlExceptionXMLStreamException
-
-