Object
A class with methods for creating instances
of XmlIDREFS
.
Object
XmlIDREFS.Factory
XmlIDREFS
Method Summary |
public static |
|
public static |
|
public static |
|
public static |
|
public static | |
public static | |
public static |
|
public static | |
public static |
|
public static | |
public static |
|
public static |
|
public static |
|
public static | |
public static |
|
public static | |
public static |
|
public static |
|
public static |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlIDREFS
newInstance()
Creates an empty instance of XmlIDREFS
public staticCreates an empty instance ofXmlIDREFS
newInstance(XmlOptions
options)
XmlIDREFS
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlIDREFS
newValue(Object
obj)
XmlIDREFS
value
public staticParses aXmlIDREFS
parse(String
s)
throwsXmlException
XmlIDREFS
fragment from a String.
XmlException
public staticParses aXmlIDREFS
parse(String
s,XmlOptions
options)
throwsXmlException
XmlIDREFS
fragment from a String.
XmlException
public staticParses aXmlIDREFS
parse(File
f)
throwsXmlException
,IOException
XmlIDREFS
fragment from a File.
XmlException
IOException
public staticParses aXmlIDREFS
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlIDREFS
fragment from a File.
XmlException
IOException
public staticParses aXmlIDREFS
parse(URL
u)
throwsXmlException
,IOException
XmlIDREFS
fragment from a URL.
XmlException
IOException
public staticParses aXmlIDREFS
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlIDREFS
fragment from a URL.
XmlException
IOException
public staticParses aXmlIDREFS
parse(InputStream
is)
throwsXmlException
,IOException
XmlIDREFS
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlIDREFS
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlIDREFS
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlIDREFS
parse(Reader
r)
throwsXmlException
,IOException
XmlIDREFS
fragment from a Reader.
XmlException
IOException
public staticParses aXmlIDREFS
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlIDREFS
fragment from a Reader.
XmlException
IOException
public staticParses aXmlIDREFS
parse(Node
node)
throwsXmlException
XmlIDREFS
fragment from a DOM Node.
XmlException
public staticParses aXmlIDREFS
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlIDREFS
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlIDREFS
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlIDREFS
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlIDREFS
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlIDREFS
fragment from an XMLInputStream.
XmlException
XMLStreamException