org.apache.xmlbeans
Class XmlNonPositiveInteger.Factory

java.lang.Object
  extended by org.apache.xmlbeans.XmlNonPositiveInteger.Factory
Enclosing interface:
XmlNonPositiveInteger

public static final class XmlNonPositiveInteger.Factory
extends Object

A class with methods for creating instances of XmlNonPositiveInteger.


Method Summary
static XmlNonPositiveInteger newInstance()
          Creates an empty instance of XmlNonPositiveInteger
static XmlNonPositiveInteger newInstance(XmlOptions options)
          Creates an empty instance of XmlNonPositiveInteger
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 XmlNonPositiveInteger newValue(Object obj)
          Creates an immutable XmlNonPositiveInteger value
static XmlNonPositiveInteger parse(File f)
          Parses a XmlNonPositiveInteger fragment from a File.
static XmlNonPositiveInteger parse(File f, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from a File.
static XmlNonPositiveInteger parse(InputStream is)
          Parses a XmlNonPositiveInteger fragment from an InputStream.
static XmlNonPositiveInteger parse(InputStream is, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from an InputStream.
static XmlNonPositiveInteger parse(Node node)
          Parses a XmlNonPositiveInteger fragment from a DOM Node.
static XmlNonPositiveInteger parse(Node node, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from a DOM Node.
static XmlNonPositiveInteger parse(Reader r)
          Parses a XmlNonPositiveInteger fragment from a Reader.
static XmlNonPositiveInteger parse(Reader r, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from a Reader.
static XmlNonPositiveInteger parse(String s)
          Parses a XmlNonPositiveInteger fragment from a String.
static XmlNonPositiveInteger parse(String s, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from a String.
static XmlNonPositiveInteger parse(URL u)
          Parses a XmlNonPositiveInteger fragment from a URL.
static XmlNonPositiveInteger parse(URL u, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from a URL.
static XmlNonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
static XmlNonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
static XmlNonPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr)
          Parses a XmlNonPositiveInteger fragment from an XMLStreamReader.
static XmlNonPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)
          Parses a XmlNonPositiveInteger fragment from an XMLStreamReader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

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


newInstance

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


newValue

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


parse

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

Throws:
XmlException

parse

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

Throws:
XmlException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException
IOException

parse

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

Throws:
XmlException

parse

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

Throws:
XmlException

parse

public static XmlNonPositiveInteger 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 XmlNonPositiveInteger fragment from an XMLInputStream.

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

parse

public static XmlNonPositiveInteger 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 XmlNonPositiveInteger fragment from an XMLInputStream.

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

parse

public static XmlNonPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr)
                                   throws XmlException
Parses a XmlNonPositiveInteger fragment from an XMLStreamReader.

Throws:
XmlException

parse

public static XmlNonPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr,
                                          XmlOptions options)
                                   throws XmlException
Parses a XmlNonPositiveInteger fragment from an XMLStreamReader.

Throws:
XmlException

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