public static final class XmlPositiveInteger.Factory
extends java.lang.Object
XmlPositiveInteger.| Modifier and Type | Method and Description |
|---|---|
static XmlPositiveInteger |
newInstance()
Creates an empty instance of
XmlPositiveInteger |
static XmlPositiveInteger |
newInstance(XmlOptions options)
Creates an empty instance of
XmlPositiveInteger |
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 XmlPositiveInteger |
newValue(java.lang.Object obj)
Creates an immutable
XmlPositiveInteger value |
static XmlPositiveInteger |
parse(java.io.File f)
Parses a
XmlPositiveInteger fragment from a File. |
static XmlPositiveInteger |
parse(java.io.File f,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from a File. |
static XmlPositiveInteger |
parse(java.io.InputStream is)
Parses a
XmlPositiveInteger fragment from an InputStream. |
static XmlPositiveInteger |
parse(java.io.InputStream is,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from an InputStream. |
static XmlPositiveInteger |
parse(Node node)
Parses a
XmlPositiveInteger fragment from a DOM Node. |
static XmlPositiveInteger |
parse(Node node,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from a DOM Node. |
static XmlPositiveInteger |
parse(java.io.Reader r)
Parses a
XmlPositiveInteger fragment from a Reader. |
static XmlPositiveInteger |
parse(java.io.Reader r,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from a Reader. |
static XmlPositiveInteger |
parse(java.lang.String s)
Parses a
XmlPositiveInteger fragment from a String. |
static XmlPositiveInteger |
parse(java.lang.String s,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from a String. |
static XmlPositiveInteger |
parse(java.net.URL u)
Parses a
XmlPositiveInteger fragment from a URL. |
static XmlPositiveInteger |
parse(java.net.URL u,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from a URL. |
static XmlPositiveInteger |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlPositiveInteger |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlPositiveInteger |
parse(javax.xml.stream.XMLStreamReader xsr)
Parses a
XmlPositiveInteger fragment from an XMLStreamReader. |
static XmlPositiveInteger |
parse(javax.xml.stream.XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlPositiveInteger fragment from an XMLStreamReader. |
public static XmlPositiveInteger newInstance()
XmlPositiveIntegerpublic static XmlPositiveInteger newInstance(XmlOptions options)
XmlPositiveIntegerpublic static XmlPositiveInteger newValue(java.lang.Object obj)
XmlPositiveInteger valuepublic static XmlPositiveInteger parse(java.lang.String s) throws XmlException
XmlPositiveInteger fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>".XmlExceptionpublic static XmlPositiveInteger parse(java.lang.String s, XmlOptions options) throws XmlException
XmlPositiveInteger fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>".XmlExceptionpublic static XmlPositiveInteger parse(java.io.File f) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a File.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a File.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.net.URL u) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a URL.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a URL.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.io.InputStream is) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from an InputStream.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from an InputStream.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.io.Reader r) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a Reader.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
XmlPositiveInteger fragment from a Reader.XmlExceptionjava.io.IOExceptionpublic static XmlPositiveInteger parse(Node node) throws XmlException
XmlPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlPositiveInteger parse(Node node, XmlOptions options) throws XmlException
XmlPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlPositiveInteger fragment from an XMLInputStream.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static XmlPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlPositiveInteger fragment from an XMLInputStream.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static XmlPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
XmlPositiveInteger fragment from an XMLStreamReader.XmlExceptionpublic static XmlPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlPositiveInteger fragment from an XMLStreamReader.XmlExceptionpublic static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
throws XmlException,
org.apache.xmlbeans.xml.stream.XMLStreamException
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic 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
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException