Package org.apache.xmlbeans
Class XmlUnsignedByte.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlUnsignedByte.Factory
-
- Enclosing interface:
- XmlUnsignedByte
public static final class XmlUnsignedByte.Factory extends java.lang.Object
A class with methods for creating instances ofXmlUnsignedByte
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUnsignedByte
newInstance()
Creates an empty instance ofXmlUnsignedByte
static XmlUnsignedByte
newInstance(XmlOptions options)
Creates an empty instance ofXmlUnsignedByte
static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedByte
newValue(java.lang.Object obj)
Creates an immutableXmlUnsignedByte
valuestatic XmlUnsignedByte
parse(java.io.File f)
Parses aXmlUnsignedByte
fragment from a File.static XmlUnsignedByte
parse(java.io.File f, XmlOptions options)
Parses aXmlUnsignedByte
fragment from a File.static XmlUnsignedByte
parse(java.io.InputStream is)
Parses aXmlUnsignedByte
fragment from an InputStream.static XmlUnsignedByte
parse(java.io.InputStream is, XmlOptions options)
Parses aXmlUnsignedByte
fragment from an InputStream.static XmlUnsignedByte
parse(java.io.Reader r)
Parses aXmlUnsignedByte
fragment from a Reader.static XmlUnsignedByte
parse(java.io.Reader r, XmlOptions options)
Parses aXmlUnsignedByte
fragment from a Reader.static XmlUnsignedByte
parse(java.lang.String s)
Parses aXmlUnsignedByte
fragment from a String.static XmlUnsignedByte
parse(java.lang.String s, XmlOptions options)
Parses aXmlUnsignedByte
fragment from a String.static XmlUnsignedByte
parse(java.net.URL u)
Parses aXmlUnsignedByte
fragment from a URL.static XmlUnsignedByte
parse(java.net.URL u, XmlOptions options)
Parses aXmlUnsignedByte
fragment from a URL.static XmlUnsignedByte
parse(javax.xml.stream.XMLStreamReader xsr)
Parses aXmlUnsignedByte
fragment from an XMLStreamReader.static XmlUnsignedByte
parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)
Parses aXmlUnsignedByte
fragment from an XMLStreamReader.static XmlUnsignedByte
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedByte
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedByte
parse(org.w3c.dom.Node node)
Parses aXmlUnsignedByte
fragment from a DOM Node.static XmlUnsignedByte
parse(org.w3c.dom.Node node, XmlOptions options)
Parses aXmlUnsignedByte
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlUnsignedByte newInstance()
Creates an empty instance ofXmlUnsignedByte
-
newInstance
public static XmlUnsignedByte newInstance(XmlOptions options)
Creates an empty instance ofXmlUnsignedByte
-
newValue
public static XmlUnsignedByte newValue(java.lang.Object obj)
Creates an immutableXmlUnsignedByte
value
-
parse
public static XmlUnsignedByte parse(java.lang.String s) throws XmlException
Parses aXmlUnsignedByte
fragment from a String. For example: "<xml-fragment>123</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlUnsignedByte
fragment from a String. For example: "<xml-fragment>123</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedByte
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlUnsignedByte parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlUnsignedByte
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlUnsignedByte
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedByte
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlUnsignedByte parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedByte
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlUnsignedByte parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedByte
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlUnsignedByte
fragment from an XMLStreamReader.- Throws:
XmlException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
-