Package org.apache.xmlbeans
Class XmlUnsignedLong.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlUnsignedLong.Factory
-
- Enclosing interface:
- XmlUnsignedLong
public static final class XmlUnsignedLong.Factory extends Object
A class with methods for creating instances ofXmlUnsignedLong.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUnsignedLongnewInstance()Creates an empty instance ofXmlUnsignedLongstatic XmlUnsignedLongnewInstance(XmlOptions options)Creates an empty instance ofXmlUnsignedLongstatic 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 XmlUnsignedLongnewValue(Object obj)Creates an immutableXmlUnsignedLongvaluestatic XmlUnsignedLongparse(File f)Parses aXmlUnsignedLongfragment from a File.static XmlUnsignedLongparse(File f, XmlOptions options)Parses aXmlUnsignedLongfragment from a File.static XmlUnsignedLongparse(InputStream is)Parses aXmlUnsignedLongfragment from an InputStream.static XmlUnsignedLongparse(InputStream is, XmlOptions options)Parses aXmlUnsignedLongfragment from an InputStream.static XmlUnsignedLongparse(Reader r)Parses aXmlUnsignedLongfragment from a Reader.static XmlUnsignedLongparse(Reader r, XmlOptions options)Parses aXmlUnsignedLongfragment from a Reader.static XmlUnsignedLongparse(String s)Parses aXmlUnsignedLongfragment from a String.static XmlUnsignedLongparse(String s, XmlOptions options)Parses aXmlUnsignedLongfragment from a String.static XmlUnsignedLongparse(URL u)Parses aXmlUnsignedLongfragment from a URL.static XmlUnsignedLongparse(URL u, XmlOptions options)Parses aXmlUnsignedLongfragment from a URL.static XmlUnsignedLongparse(XMLStreamReader xsr)Parses aXmlUnsignedLongfragment from an XMLStreamReader.static XmlUnsignedLongparse(XMLStreamReader xsr, XmlOptions options)Parses aXmlUnsignedLongfragment from an XMLStreamReader.static XmlUnsignedLongparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedLongparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedLongparse(Node node)Parses aXmlUnsignedLongfragment from a DOM Node.static XmlUnsignedLongparse(Node node, XmlOptions options)Parses aXmlUnsignedLongfragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlUnsignedLong newInstance()
Creates an empty instance ofXmlUnsignedLong
-
newInstance
public static XmlUnsignedLong newInstance(XmlOptions options)
Creates an empty instance ofXmlUnsignedLong
-
newValue
public static XmlUnsignedLong newValue(Object obj)
Creates an immutableXmlUnsignedLongvalue
-
parse
public static XmlUnsignedLong parse(String s) throws XmlException
Parses aXmlUnsignedLongfragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(String s, XmlOptions options) throws XmlException
Parses aXmlUnsignedLongfragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(File f) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(URL u) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(InputStream is) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(Reader r) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedLongfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedLong parse(Node node) throws XmlException
Parses aXmlUnsignedLongfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(Node node, XmlOptions options) throws XmlException
Parses aXmlUnsignedLongfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedLongfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedLong parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedLongfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedLong parse(XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedLongfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlUnsignedLongfragment 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
-
-