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