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 ofXmlAnyURI
newInstance(XmlOptions
options)
XmlAnyURI
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 immutableXmlAnyURI
newValue(Object
obj)
XmlAnyURI
value
public staticParses aXmlAnyURI
parse(String
s)
throwsXmlException
XmlAnyURI
fragment from a String. For example: "<xml-fragment>http://www.w3.org/</xml-fragment>
".
XmlException
public staticParses aXmlAnyURI
parse(String
s,XmlOptions
options)
throwsXmlException
XmlAnyURI
fragment from a String. For example: "<xml-fragment>http://www.w3.org/</xml-fragment>
".
XmlException
public staticParses aXmlAnyURI
parse(File
f)
throwsXmlException
,IOException
XmlAnyURI
fragment from a File.
XmlException
IOException
public staticParses aXmlAnyURI
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlAnyURI
fragment from a File.
XmlException
IOException
public staticParses aXmlAnyURI
parse(URL
u)
throwsXmlException
,IOException
XmlAnyURI
fragment from a URL.
XmlException
IOException
public staticParses aXmlAnyURI
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlAnyURI
fragment from a URL.
XmlException
IOException
public staticParses aXmlAnyURI
parse(InputStream
is)
throwsXmlException
,IOException
XmlAnyURI
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlAnyURI
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlAnyURI
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlAnyURI
parse(Reader
r)
throwsXmlException
,IOException
XmlAnyURI
fragment from a Reader.
XmlException
IOException
public staticParses aXmlAnyURI
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlAnyURI
fragment from a Reader.
XmlException
IOException
public staticParses aXmlAnyURI
parse(Node
node)
throwsXmlException
XmlAnyURI
fragment from a DOM Node.
XmlException
public staticParses aXmlAnyURI
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlAnyURI
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlAnyURI
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlAnyURI
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlAnyURI
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlAnyURI
fragment from an XMLInputStream.
XmlException
XMLStreamException