public static final class XmlNonNegativeInteger.Factory extends Object
XmlNonNegativeInteger.| Modifier and Type | Method and Description |
|---|---|
static XmlNonNegativeInteger |
newInstance()
Creates an empty instance of
XmlNonNegativeInteger |
static XmlNonNegativeInteger |
newInstance(XmlOptions options)
Creates an empty instance of
XmlNonNegativeInteger |
static XMLInputStream |
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XMLInputStream |
newValidatingXMLInputStream(XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlNonNegativeInteger |
newValue(Object obj)
Creates an immutable
XmlNonNegativeInteger value |
static XmlNonNegativeInteger |
parse(File f)
Parses a
XmlNonNegativeInteger fragment from a File. |
static XmlNonNegativeInteger |
parse(File f,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from a File. |
static XmlNonNegativeInteger |
parse(InputStream is)
Parses a
XmlNonNegativeInteger fragment from an InputStream. |
static XmlNonNegativeInteger |
parse(InputStream is,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from an InputStream. |
static XmlNonNegativeInteger |
parse(Node node)
Parses a
XmlNonNegativeInteger fragment from a DOM Node. |
static XmlNonNegativeInteger |
parse(Node node,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from a DOM Node. |
static XmlNonNegativeInteger |
parse(Reader r)
Parses a
XmlNonNegativeInteger fragment from a Reader. |
static XmlNonNegativeInteger |
parse(Reader r,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from a Reader. |
static XmlNonNegativeInteger |
parse(String s)
Parses a
XmlNonNegativeInteger fragment from a String. |
static XmlNonNegativeInteger |
parse(String s,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from a String. |
static XmlNonNegativeInteger |
parse(URL u)
Parses a
XmlNonNegativeInteger fragment from a URL. |
static XmlNonNegativeInteger |
parse(URL u,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from a URL. |
static XmlNonNegativeInteger |
parse(XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlNonNegativeInteger |
parse(XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlNonNegativeInteger |
parse(XMLStreamReader xsr)
Parses a
XmlNonNegativeInteger fragment from an XMLStreamReader. |
static XmlNonNegativeInteger |
parse(XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlNonNegativeInteger fragment from an XMLStreamReader. |
public static XmlNonNegativeInteger newInstance()
XmlNonNegativeIntegerpublic static XmlNonNegativeInteger newInstance(XmlOptions options)
XmlNonNegativeIntegerpublic static XmlNonNegativeInteger newValue(Object obj)
XmlNonNegativeInteger valuepublic static XmlNonNegativeInteger parse(String s) throws XmlException
XmlNonNegativeInteger fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>".XmlExceptionpublic static XmlNonNegativeInteger parse(String s, XmlOptions options) throws XmlException
XmlNonNegativeInteger fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>".XmlExceptionpublic static XmlNonNegativeInteger parse(File f) throws XmlException, IOException
XmlNonNegativeInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(File f, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(URL u) throws XmlException, IOException
XmlNonNegativeInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(URL u, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(InputStream is) throws XmlException, IOException
XmlNonNegativeInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(Reader r) throws XmlException, IOException
XmlNonNegativeInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonNegativeInteger parse(Node node) throws XmlException
XmlNonNegativeInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonNegativeInteger parse(Node node, XmlOptions options) throws XmlException
XmlNonNegativeInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonNegativeInteger parse(XMLInputStream xis) throws XmlException, XMLStreamException
XmlNonNegativeInteger fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlNonNegativeInteger parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlNonNegativeInteger fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlNonNegativeInteger parse(XMLStreamReader xsr) throws XmlException
XmlNonNegativeInteger fragment from an XMLStreamReader.XmlExceptionpublic static XmlNonNegativeInteger parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlNonNegativeInteger fragment from an XMLStreamReader.XmlExceptionpublic static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
XmlExceptionXMLStreamExceptionpublic static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlExceptionXMLStreamExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved