org.apache.xmlbeans
Class XmlUnsignedLong.Factory

java.lang.Object
  extended byorg.apache.xmlbeans.XmlUnsignedLong.Factory
Enclosing class:
XmlUnsignedLong

public static final class XmlUnsignedLong.Factory
extends Object

A class with methods for creating instances of XmlUnsignedLong.


Method Summary
static XmlUnsignedLong newInstance()
          Creates an empty instance of XmlUnsignedLong
static XmlUnsignedLong newInstance(XmlOptions options)
          Creates an empty instance of XmlUnsignedLong
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 XmlUnsignedLong newValue(Object obj)
          Creates an immutable XmlUnsignedLong value
static XmlUnsignedLong parse(File f)
          Parses a XmlUnsignedLong fragment from a File.
static XmlUnsignedLong parse(File f, XmlOptions options)
          Parses a XmlUnsignedLong fragment from a File.
static XmlUnsignedLong parse(InputStream is)
          Parses a XmlUnsignedLong fragment from an InputStream.
static XmlUnsignedLong parse(InputStream is, XmlOptions options)
          Parses a XmlUnsignedLong fragment from an InputStream.
static XmlUnsignedLong parse(Node node)
          Parses a XmlUnsignedLong fragment from a DOM Node.
static XmlUnsignedLong parse(Node node, XmlOptions options)
          Parses a XmlUnsignedLong fragment from a DOM Node.
static XmlUnsignedLong parse(Reader r)
          Parses a XmlUnsignedLong fragment from a Reader.
static XmlUnsignedLong parse(Reader r, XmlOptions options)
          Parses a XmlUnsignedLong fragment from a Reader.
static XmlUnsignedLong parse(String s)
          Parses a XmlUnsignedLong fragment from a String.
static XmlUnsignedLong parse(String s, XmlOptions options)
          Parses a XmlUnsignedLong fragment from a String.
static XmlUnsignedLong parse(URL u)
          Parses a XmlUnsignedLong fragment from a URL.
static XmlUnsignedLong parse(URL u, XmlOptions options)
          Parses a XmlUnsignedLong fragment from a URL.
static XmlUnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
static XmlUnsignedLong 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

newInstance

public static XmlUnsignedLong newInstance()
Creates an empty instance of XmlUnsignedLong


newInstance

public static XmlUnsignedLong newInstance(XmlOptions options)
Creates an empty instance of XmlUnsignedLong


newValue

public static XmlUnsignedLong newValue(Object obj)
Creates an immutable XmlUnsignedLong value


parse

public static XmlUnsignedLong parse(String s)
                             throws XmlException
Parses a XmlUnsignedLong fragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".

Throws:
XmlException

parse

public static XmlUnsignedLong parse(String s,
                                    XmlOptions options)
                             throws XmlException
Parses a XmlUnsignedLong fragment from a String. For example: "<xml-fragment>123456789</xml-fragment>".

Throws:
XmlException

parse

public static XmlUnsignedLong parse(File f)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a File.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(File f,
                                    XmlOptions options)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a File.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(URL u)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a URL.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(URL u,
                                    XmlOptions options)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a URL.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(InputStream is)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from an InputStream.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(InputStream is,
                                    XmlOptions options)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from an InputStream.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(Reader r)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a Reader.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(Reader r,
                                    XmlOptions options)
                             throws XmlException,
                                    IOException
Parses a XmlUnsignedLong fragment from a Reader.

Throws:
XmlException
IOException

parse

public static XmlUnsignedLong parse(Node node)
                             throws XmlException
Parses a XmlUnsignedLong fragment from a DOM Node.

Throws:
XmlException

parse

public static XmlUnsignedLong parse(Node node,
                                    XmlOptions options)
                             throws XmlException
Parses a XmlUnsignedLong fragment from a DOM Node.

Throws:
XmlException

parse

public static XmlUnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                             throws XmlException,
                                    org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

Parses a XmlUnsignedLong fragment from an XMLInputStream.

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

parse

public static XmlUnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                                    XmlOptions options)
                             throws XmlException,
                                    org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

Parses a XmlUnsignedLong fragment from an XMLInputStream.

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                                                                                 throws XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

Returns a validating XMLInputStream.

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

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
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

Returns a validating XMLInputStream.

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException