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 ofXmlNamenewInstance(XmlOptionsoptions)
XmlName
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 immutableXmlNamenewValue(Objectobj)
XmlName value
public staticParses aXmlNameparse(Strings)
throwsXmlException
XmlName fragment from a String. For example: "<xml-fragment>My:Name</xml-fragment>".
XmlException
public staticParses aXmlNameparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlName fragment from a String. For example: "<xml-fragment>My:Name</xml-fragment>".
XmlException
public staticParses aXmlNameparse(Filef)
throwsXmlException,IOException
XmlName fragment from a File.
XmlException
IOException
public staticParses aXmlNameparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlName fragment from a File.
XmlException
IOException
public staticParses aXmlNameparse(URLu)
throwsXmlException,IOException
XmlName fragment from a URL.
XmlException
IOException
public staticParses aXmlNameparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlName fragment from a URL.
XmlException
IOException
public staticParses aXmlNameparse(InputStreamis)
throwsXmlException,IOException
XmlName fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNameparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlName fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNameparse(Readerr)
throwsXmlException,IOException
XmlName fragment from a Reader.
XmlException
IOException
public staticParses aXmlNameparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlName fragment from a Reader.
XmlException
IOException
public staticParses aXmlNameparse(Nodenode)
throwsXmlException
XmlName fragment from a DOM Node.
XmlException
public staticParses aXmlNameparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlName fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNameparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlName fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNameparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlName fragment from an XMLInputStream.
XmlException
XMLStreamException