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