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