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