Object
A class with methods for creating instances
of XmlQName
.
Object
XmlQName.Factory
XmlQName
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 XmlQName
newInstance()
Creates an empty instance of XmlQName
public staticCreates an empty instance ofXmlQName
newInstance(XmlOptions
options)
XmlQName
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 immutableXmlQName
newValue(Object
obj)
XmlQName
value
public staticParses aXmlQName
parse(String
s)
throwsXmlException
XmlQName
fragment from a String. For example: "<xml-fragment xmlns:x="http://openuri.org/">x:sample</xml-fragment>
".
XmlException
public staticParses aXmlQName
parse(String
s,XmlOptions
options)
throwsXmlException
XmlQName
fragment from a String. For example: "<xml-fragment xmlns:x="http://openuri.org/">x:sample</xml-fragment>
".
XmlException
public staticParses aXmlQName
parse(File
f)
throwsXmlException
,IOException
XmlQName
fragment from a File.
XmlException
IOException
public staticParses aXmlQName
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlQName
fragment from a File.
XmlException
IOException
public staticParses aXmlQName
parse(URL
u)
throwsXmlException
,IOException
XmlQName
fragment from a URL.
XmlException
IOException
public staticParses aXmlQName
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlQName
fragment from a URL.
XmlException
IOException
public staticParses aXmlQName
parse(InputStream
is)
throwsXmlException
,IOException
XmlQName
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlQName
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlQName
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlQName
parse(Reader
r)
throwsXmlException
,IOException
XmlQName
fragment from a Reader.
XmlException
IOException
public staticParses aXmlQName
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlQName
fragment from a Reader.
XmlException
IOException
public staticParses aXmlQName
parse(Node
node)
throwsXmlException
XmlQName
fragment from a DOM Node.
XmlException
public staticParses aXmlQName
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlQName
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlQName
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlQName
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlQName
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlQName
fragment from an XMLInputStream.
XmlException
XMLStreamException