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