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