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