|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.XmlENTITY.Factory
A class with methods for creating instances
of XmlENTITY
.
Method Summary | |
static XmlENTITY |
newInstance()
Creates an empty instance of XmlENTITY |
static XmlENTITY |
newInstance(XmlOptions options)
Creates an empty instance of XmlENTITY |
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 XmlENTITY |
newValue(Object obj)
Creates an immutable XmlENTITY value |
static XmlENTITY |
parse(File f)
Parses a XmlENTITY fragment from a File. |
static XmlENTITY |
parse(File f,
XmlOptions options)
Parses a XmlENTITY fragment from a File. |
static XmlENTITY |
parse(InputStream is)
Parses a XmlENTITY fragment from an InputStream. |
static XmlENTITY |
parse(InputStream is,
XmlOptions options)
Parses a XmlENTITY fragment from an InputStream. |
static XmlENTITY |
parse(Node node)
Parses a XmlENTITY fragment from a DOM Node. |
static XmlENTITY |
parse(Node node,
XmlOptions options)
Parses a XmlENTITY fragment from a DOM Node. |
static XmlENTITY |
parse(Reader r)
Parses a XmlENTITY fragment from a Reader. |
static XmlENTITY |
parse(Reader r,
XmlOptions options)
Parses a XmlENTITY fragment from a Reader. |
static XmlENTITY |
parse(String s)
Parses a XmlENTITY fragment from a String. |
static XmlENTITY |
parse(String s,
XmlOptions options)
Parses a XmlENTITY fragment from a String. |
static XmlENTITY |
parse(URL u)
Parses a XmlENTITY fragment from a URL. |
static XmlENTITY |
parse(URL u,
XmlOptions options)
Parses a XmlENTITY fragment from a URL. |
static XmlENTITY |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlENTITY |
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 XmlENTITY newInstance()
XmlENTITY
public static XmlENTITY newInstance(XmlOptions options)
XmlENTITY
public static XmlENTITY newValue(Object obj)
XmlENTITY
value
public static XmlENTITY parse(String s) throws XmlException
XmlENTITY
fragment from a String.
XmlException
public static XmlENTITY parse(String s, XmlOptions options) throws XmlException
XmlENTITY
fragment from a String.
XmlException
public static XmlENTITY parse(File f) throws XmlException, IOException
XmlENTITY
fragment from a File.
XmlException
IOException
public static XmlENTITY parse(File f, XmlOptions options) throws XmlException, IOException
XmlENTITY
fragment from a File.
XmlException
IOException
public static XmlENTITY parse(URL u) throws XmlException, IOException
XmlENTITY
fragment from a URL.
XmlException
IOException
public static XmlENTITY parse(URL u, XmlOptions options) throws XmlException, IOException
XmlENTITY
fragment from a URL.
XmlException
IOException
public static XmlENTITY parse(InputStream is) throws XmlException, IOException
XmlENTITY
fragment from an InputStream.
XmlException
IOException
public static XmlENTITY parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlENTITY
fragment from an InputStream.
XmlException
IOException
public static XmlENTITY parse(Reader r) throws XmlException, IOException
XmlENTITY
fragment from a Reader.
XmlException
IOException
public static XmlENTITY parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlENTITY
fragment from a Reader.
XmlException
IOException
public static XmlENTITY parse(Node node) throws XmlException
XmlENTITY
fragment from a DOM Node.
XmlException
public static XmlENTITY parse(Node node, XmlOptions options) throws XmlException
XmlENTITY
fragment from a DOM Node.
XmlException
public static XmlENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlENTITY
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static XmlENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlENTITY
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 |