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