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