Package org.apache.xmlbeans
Class XmlUnsignedInt.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlUnsignedInt.Factory
-
- Enclosing interface:
- XmlUnsignedInt
public static final class XmlUnsignedInt.Factory extends java.lang.ObjectA class with methods for creating instances ofXmlUnsignedInt.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUnsignedIntnewInstance()Creates an empty instance ofXmlUnsignedIntstatic XmlUnsignedIntnewInstance(XmlOptions options)Creates an empty instance ofXmlUnsignedIntstatic 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 XmlUnsignedIntnewValue(java.lang.Object obj)Creates an immutableXmlUnsignedIntvaluestatic XmlUnsignedIntparse(java.io.File f)Parses aXmlUnsignedIntfragment from a File.static XmlUnsignedIntparse(java.io.File f, XmlOptions options)Parses aXmlUnsignedIntfragment from a File.static XmlUnsignedIntparse(java.io.InputStream is)Parses aXmlUnsignedIntfragment from an InputStream.static XmlUnsignedIntparse(java.io.InputStream is, XmlOptions options)Parses aXmlUnsignedIntfragment from an InputStream.static XmlUnsignedIntparse(java.io.Reader r)Parses aXmlUnsignedIntfragment from a Reader.static XmlUnsignedIntparse(java.io.Reader r, XmlOptions options)Parses aXmlUnsignedIntfragment from a Reader.static XmlUnsignedIntparse(java.lang.String s)Parses aXmlUnsignedIntfragment from a String.static XmlUnsignedIntparse(java.lang.String s, XmlOptions options)Parses aXmlUnsignedIntfragment from a String.static XmlUnsignedIntparse(java.net.URL u)Parses aXmlUnsignedIntfragment from a URL.static XmlUnsignedIntparse(java.net.URL u, XmlOptions options)Parses aXmlUnsignedIntfragment from a URL.static XmlUnsignedIntparse(javax.xml.stream.XMLStreamReader xsr)Parses aXmlUnsignedIntfragment from an XMLStreamReader.static XmlUnsignedIntparse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)Parses aXmlUnsignedIntfragment from an XMLStreamReader.static XmlUnsignedIntparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedIntparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedIntparse(org.w3c.dom.Node node)Parses aXmlUnsignedIntfragment from a DOM Node.static XmlUnsignedIntparse(org.w3c.dom.Node node, XmlOptions options)Parses aXmlUnsignedIntfragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlUnsignedInt newInstance()
Creates an empty instance ofXmlUnsignedInt
-
newInstance
public static XmlUnsignedInt newInstance(XmlOptions options)
Creates an empty instance ofXmlUnsignedInt
-
newValue
public static XmlUnsignedInt newValue(java.lang.Object obj)
Creates an immutableXmlUnsignedIntvalue
-
parse
public static XmlUnsignedInt parse(java.lang.String s) throws XmlException
Parses aXmlUnsignedIntfragment from a String. For example: "<xml-fragment>1234567</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedInt parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlUnsignedIntfragment from a String. For example: "<xml-fragment>1234567</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedInt parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a File.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a File.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a URL.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a URL.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from an InputStream.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from an InputStream.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a Reader.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedIntfragment from a Reader.- Throws:
XmlExceptionjava.io.IOException
-
parse
public static XmlUnsignedInt parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlUnsignedIntfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedInt parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlUnsignedIntfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedInt parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedIntfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedInt parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedIntfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedInt parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedIntfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlUnsignedInt parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlUnsignedIntfragment 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
-
-