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