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 ofXmlNMTOKENSnewInstance(XmlOptionsoptions)
XmlNMTOKENS
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlNMTOKENSnewValue(Objectobj)
XmlNMTOKENS value
public staticParses aXmlNMTOKENSparse(Strings)
throwsXmlException
XmlNMTOKENS fragment from a String. For example: "<xml-fragment>sample-1.1 sample-1.2 sample-1.3</xml-fragment>".
XmlException
public staticParses aXmlNMTOKENSparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlNMTOKENS fragment from a String. For example: "<xml-fragment>sample-1.1 sample-1.2 sample-1.3</xml-fragment>".
XmlException
public staticParses aXmlNMTOKENSparse(Filef)
throwsXmlException,IOException
XmlNMTOKENS fragment from a File.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlNMTOKENS fragment from a File.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(URLu)
throwsXmlException,IOException
XmlNMTOKENS fragment from a URL.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlNMTOKENS fragment from a URL.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(InputStreamis)
throwsXmlException,IOException
XmlNMTOKENS fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlNMTOKENS fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(Readerr)
throwsXmlException,IOException
XmlNMTOKENS fragment from a Reader.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlNMTOKENS fragment from a Reader.
XmlException
IOException
public staticParses aXmlNMTOKENSparse(Nodenode)
throwsXmlException
XmlNMTOKENS fragment from a DOM Node.
XmlException
public staticParses aXmlNMTOKENSparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlNMTOKENS fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNMTOKENSparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlNMTOKENS fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNMTOKENSparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlNMTOKENS fragment from an XMLInputStream.
XmlException
XMLStreamException