|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.XmlENTITIES.Factory
A class with methods for creating instances
of XmlENTITIES
.
Method Summary | |
static XmlENTITIES |
newInstance()
Creates an empty instance of XmlENTITIES |
static XmlENTITIES |
newInstance(XmlOptions options)
Creates an empty instance of XmlENTITIES |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlENTITIES |
newValue(Object obj)
Creates an immutable XmlENTITIES value |
static XmlENTITIES |
parse(File f)
Parses a XmlENTITIES fragment from a File. |
static XmlENTITIES |
parse(File f,
XmlOptions options)
Parses a XmlENTITIES fragment from a File. |
static XmlENTITIES |
parse(InputStream is)
Parses a XmlENTITIES fragment from an InputStream. |
static XmlENTITIES |
parse(InputStream is,
XmlOptions options)
Parses a XmlENTITIES fragment from an InputStream. |
static XmlENTITIES |
parse(Node node)
Parses a XmlENTITIES fragment from a DOM Node. |
static XmlENTITIES |
parse(Node node,
XmlOptions options)
Parses a XmlENTITIES fragment from a DOM Node. |
static XmlENTITIES |
parse(Reader r)
Parses a XmlENTITIES fragment from a Reader. |
static XmlENTITIES |
parse(Reader r,
XmlOptions options)
Parses a XmlENTITIES fragment from a Reader. |
static XmlENTITIES |
parse(String s)
Parses a XmlENTITIES fragment from a String. |
static XmlENTITIES |
parse(String s,
XmlOptions options)
Parses a XmlENTITIES fragment from a String. |
static XmlENTITIES |
parse(URL u)
Parses a XmlENTITIES fragment from a URL. |
static XmlENTITIES |
parse(URL u,
XmlOptions options)
Parses a XmlENTITIES fragment from a URL. |
static XmlENTITIES |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlENTITIES |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlENTITIES newInstance()
XmlENTITIES
public static XmlENTITIES newInstance(XmlOptions options)
XmlENTITIES
public static XmlENTITIES newValue(Object obj)
XmlENTITIES
value
public static XmlENTITIES parse(String s) throws XmlException
XmlENTITIES
fragment from a String.
XmlException
public static XmlENTITIES parse(String s, XmlOptions options) throws XmlException
XmlENTITIES
fragment from a String.
XmlException
public static XmlENTITIES parse(File f) throws XmlException, IOException
XmlENTITIES
fragment from a File.
XmlException
IOException
public static XmlENTITIES parse(File f, XmlOptions options) throws XmlException, IOException
XmlENTITIES
fragment from a File.
XmlException
IOException
public static XmlENTITIES parse(URL u) throws XmlException, IOException
XmlENTITIES
fragment from a URL.
XmlException
IOException
public static XmlENTITIES parse(URL u, XmlOptions options) throws XmlException, IOException
XmlENTITIES
fragment from a URL.
XmlException
IOException
public static XmlENTITIES parse(InputStream is) throws XmlException, IOException
XmlENTITIES
fragment from an InputStream.
XmlException
IOException
public static XmlENTITIES parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlENTITIES
fragment from an InputStream.
XmlException
IOException
public static XmlENTITIES parse(Reader r) throws XmlException, IOException
XmlENTITIES
fragment from a Reader.
XmlException
IOException
public static XmlENTITIES parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlENTITIES
fragment from a Reader.
XmlException
IOException
public static XmlENTITIES parse(Node node) throws XmlException
XmlENTITIES
fragment from a DOM Node.
XmlException
public static XmlENTITIES parse(Node node, XmlOptions options) throws XmlException
XmlENTITIES
fragment from a DOM Node.
XmlException
public static XmlENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlENTITIES
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static XmlENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlENTITIES
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |