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