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