public static final class XmlNonPositiveInteger.Factory extends Object
XmlNonPositiveInteger.| Modifier and Type | Method and Description |
|---|---|
static XmlNonPositiveInteger |
newInstance()
Creates an empty instance of
XmlNonPositiveInteger |
static XmlNonPositiveInteger |
newInstance(XmlOptions options)
Creates an empty instance of
XmlNonPositiveInteger |
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 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(XMLInputStream xis)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlNonPositiveInteger |
parse(XMLInputStream xis,
XmlOptions options)
Deprecated.
XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
|
static XmlNonPositiveInteger |
parse(XMLStreamReader xsr)
Parses a
XmlNonPositiveInteger fragment from an XMLStreamReader. |
static XmlNonPositiveInteger |
parse(XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlNonPositiveInteger fragment from an XMLStreamReader. |
public static XmlNonPositiveInteger newInstance()
XmlNonPositiveIntegerpublic static XmlNonPositiveInteger newInstance(XmlOptions options)
XmlNonPositiveIntegerpublic static XmlNonPositiveInteger newValue(Object obj)
XmlNonPositiveInteger valuepublic static XmlNonPositiveInteger parse(String s) throws XmlException
XmlNonPositiveInteger fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>".XmlExceptionpublic static XmlNonPositiveInteger parse(String s, XmlOptions options) throws XmlException
XmlNonPositiveInteger fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>".XmlExceptionpublic static XmlNonPositiveInteger parse(File f) throws XmlException, IOException
XmlNonPositiveInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(File f, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(URL u) throws XmlException, IOException
XmlNonPositiveInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(URL u, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(InputStream is) throws XmlException, IOException
XmlNonPositiveInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Reader r) throws XmlException, IOException
XmlNonPositiveInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Node node) throws XmlException
XmlNonPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonPositiveInteger parse(Node node, XmlOptions options) throws XmlException
XmlNonPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonPositiveInteger parse(XMLInputStream xis) throws XmlException, XMLStreamException
XmlNonPositiveInteger fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlNonPositiveInteger parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlNonPositiveInteger fragment from an XMLInputStream.XmlExceptionXMLStreamExceptionpublic static XmlNonPositiveInteger parse(XMLStreamReader xsr) throws XmlException
XmlNonPositiveInteger fragment from an XMLStreamReader.XmlExceptionpublic static XmlNonPositiveInteger parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlNonPositiveInteger 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