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 java.lang.ObjectA 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(java.lang.Object obj)Creates an immutableXmlUnsignedLongvaluestatic XmlUnsignedLongparse(java.io.File f)Parses aXmlUnsignedLongfragment from a File.static XmlUnsignedLongparse(java.io.File f, XmlOptions options)Parses aXmlUnsignedLongfragment from a File.static XmlUnsignedLongparse(java.io.InputStream is)Parses aXmlUnsignedLongfragment from an InputStream.static XmlUnsignedLongparse(java.io.InputStream is, XmlOptions options)Parses aXmlUnsignedLongfragment from an InputStream.static XmlUnsignedLongparse(java.io.Reader r)Parses aXmlUnsignedLongfragment from a Reader.static XmlUnsignedLongparse(java.io.Reader r, XmlOptions options)Parses aXmlUnsignedLongfragment from a Reader.static XmlUnsignedLongparse(java.lang.String s)Parses aXmlUnsignedLongfragment from a String.static XmlUnsignedLongparse(java.lang.String s, XmlOptions options)Parses aXmlUnsignedLongfragment from a String.static XmlUnsignedLongparse(java.net.URL u)Parses aXmlUnsignedLongfragment from a URL.static XmlUnsignedLongparse(java.net.URL u, XmlOptions options)Parses aXmlUnsignedLongfragment from a URL.static XmlUnsignedLongparse(javax.xml.stream.XMLStreamReader xsr)Parses aXmlUnsignedLongfragment from an XMLStreamReader.static XmlUnsignedLongparse(javax.xml.stream.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(org.w3c.dom.Node node)Parses aXmlUnsignedLongfragment from a DOM Node.static XmlUnsignedLongparse(org.w3c.dom.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(java.lang.Object obj)
Creates an immutableXmlUnsignedLongvalue
-
parse
public static XmlUnsignedLong parse(java.lang.String s) throws XmlException
Parses aXmlUnsignedLongfragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(java.lang.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(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a File.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a File.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a URL.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a URL.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from an InputStream.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from an InputStream.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a Reader.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedLongfragment from a Reader.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedLong parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlUnsignedLongfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(org.w3c.dom.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(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedLongfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlUnsignedLong parse(javax.xml.stream.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
-
-