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