Object
A class with methods for creating instances
of XmlNOTATION
.
Object
XmlNOTATION.Factory
XmlNOTATION
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 XmlNOTATION
newInstance()
Creates an empty instance of XmlNOTATION
public staticCreates an empty instance ofXmlNOTATION
newInstance(XmlOptions
options)
XmlNOTATION
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 immutableXmlNOTATION
newValue(Object
obj)
XmlNOTATION
value
public staticParses aXmlNOTATION
parse(String
s)
throwsXmlException
XmlNOTATION
fragment from a String.
XmlException
public staticParses aXmlNOTATION
parse(String
s,XmlOptions
options)
throwsXmlException
XmlNOTATION
fragment from a String.
XmlException
public staticParses aXmlNOTATION
parse(File
f)
throwsXmlException
,IOException
XmlNOTATION
fragment from a File.
XmlException
IOException
public staticParses aXmlNOTATION
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlNOTATION
fragment from a File.
XmlException
IOException
public staticParses aXmlNOTATION
parse(URL
u)
throwsXmlException
,IOException
XmlNOTATION
fragment from a URL.
XmlException
IOException
public staticParses aXmlNOTATION
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlNOTATION
fragment from a URL.
XmlException
IOException
public staticParses aXmlNOTATION
parse(InputStream
is)
throwsXmlException
,IOException
XmlNOTATION
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNOTATION
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlNOTATION
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNOTATION
parse(Reader
r)
throwsXmlException
,IOException
XmlNOTATION
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNOTATION
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlNOTATION
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNOTATION
parse(Node
node)
throwsXmlException
XmlNOTATION
fragment from a DOM Node.
XmlException
public staticParses aXmlNOTATION
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlNOTATION
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNOTATION
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlNOTATION
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNOTATION
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlNOTATION
fragment from an XMLInputStream.
XmlException
XMLStreamException