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 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 XmlUnsignedBytenewInstance()Creates an empty instance ofXmlUnsignedBytestatic XmlUnsignedBytenewInstance(XmlOptions options)Creates an empty instance ofXmlUnsignedBytestatic XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedBytenewValue(Object obj)Creates an immutableXmlUnsignedBytevaluestatic XmlUnsignedByteparse(File f)Parses aXmlUnsignedBytefragment from a File.static XmlUnsignedByteparse(File f, XmlOptions options)Parses aXmlUnsignedBytefragment from a File.static XmlUnsignedByteparse(InputStream is)Parses aXmlUnsignedBytefragment from an InputStream.static XmlUnsignedByteparse(InputStream is, XmlOptions options)Parses aXmlUnsignedBytefragment from an InputStream.static XmlUnsignedByteparse(Reader r)Parses aXmlUnsignedBytefragment from a Reader.static XmlUnsignedByteparse(Reader r, XmlOptions options)Parses aXmlUnsignedBytefragment from a Reader.static XmlUnsignedByteparse(String s)Parses aXmlUnsignedBytefragment from a String.static XmlUnsignedByteparse(String s, XmlOptions options)Parses aXmlUnsignedBytefragment from a String.static XmlUnsignedByteparse(URL u)Parses aXmlUnsignedBytefragment from a URL.static XmlUnsignedByteparse(URL u, XmlOptions options)Parses aXmlUnsignedBytefragment from a URL.static XmlUnsignedByteparse(XMLStreamReader xsr)Parses aXmlUnsignedBytefragment from an XMLStreamReader.static XmlUnsignedByteparse(XMLStreamReader xsr, XmlOptions options)Parses aXmlUnsignedBytefragment from an XMLStreamReader.static XmlUnsignedByteparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedByteparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedByteparse(Node node)Parses aXmlUnsignedBytefragment from a DOM Node.static XmlUnsignedByteparse(Node node, XmlOptions options)Parses aXmlUnsignedBytefragment 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(Object obj)
Creates an immutableXmlUnsignedBytevalue
-
parse
public static XmlUnsignedByte parse(String s) throws XmlException
Parses aXmlUnsignedBytefragment from a String. For example: "<xml-fragment>123</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(String s, XmlOptions options) throws XmlException
Parses aXmlUnsignedBytefragment from a String. For example: "<xml-fragment>123</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(File f) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(URL u) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(InputStream is) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(Reader r) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlUnsignedBytefragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlUnsignedByte parse(Node node) throws XmlException
Parses aXmlUnsignedBytefragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(Node node, XmlOptions options) throws XmlException
Parses aXmlUnsignedBytefragment 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 aXmlUnsignedBytefragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedByte parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedBytefragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlUnsignedByte parse(XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedBytefragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlUnsignedByte parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlUnsignedBytefragment 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:
XmlExceptionXMLStreamException
-
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:
XmlExceptionXMLStreamException
-
-