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