Object
A class with methods for creating instances
of XmlAnyURI.
Object
XmlAnyURI.Factory
XmlAnyURI
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 XmlAnyURI newInstance()
Creates an empty instance of XmlAnyURI
public staticCreates an empty instance ofXmlAnyURInewInstance(XmlOptionsoptions)
XmlAnyURI
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 immutableXmlAnyURInewValue(Objectobj)
XmlAnyURI value
public staticParses aXmlAnyURIparse(Strings)
throwsXmlException
XmlAnyURI fragment from a String. For example: "<xml-fragment>http://www.w3.org/</xml-fragment>".
XmlException
public staticParses aXmlAnyURIparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlAnyURI fragment from a String. For example: "<xml-fragment>http://www.w3.org/</xml-fragment>".
XmlException
public staticParses aXmlAnyURIparse(Filef)
throwsXmlException,IOException
XmlAnyURI fragment from a File.
XmlException
IOException
public staticParses aXmlAnyURIparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlAnyURI fragment from a File.
XmlException
IOException
public staticParses aXmlAnyURIparse(URLu)
throwsXmlException,IOException
XmlAnyURI fragment from a URL.
XmlException
IOException
public staticParses aXmlAnyURIparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlAnyURI fragment from a URL.
XmlException
IOException
public staticParses aXmlAnyURIparse(InputStreamis)
throwsXmlException,IOException
XmlAnyURI fragment from an InputStream.
XmlException
IOException
public staticParses aXmlAnyURIparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlAnyURI fragment from an InputStream.
XmlException
IOException
public staticParses aXmlAnyURIparse(Readerr)
throwsXmlException,IOException
XmlAnyURI fragment from a Reader.
XmlException
IOException
public staticParses aXmlAnyURIparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlAnyURI fragment from a Reader.
XmlException
IOException
public staticParses aXmlAnyURIparse(Nodenode)
throwsXmlException
XmlAnyURI fragment from a DOM Node.
XmlException
public staticParses aXmlAnyURIparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlAnyURI fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlAnyURIparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlAnyURI fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlAnyURIparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlAnyURI fragment from an XMLInputStream.
XmlException
XMLStreamException