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.ObjectA 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(java.lang.Object obj)Creates an immutableXmlUnsignedBytevaluestatic XmlUnsignedByteparse(java.io.File f)Parses aXmlUnsignedBytefragment from a File.static XmlUnsignedByteparse(java.io.File f, XmlOptions options)Parses aXmlUnsignedBytefragment from a File.static XmlUnsignedByteparse(java.io.InputStream is)Parses aXmlUnsignedBytefragment from an InputStream.static XmlUnsignedByteparse(java.io.InputStream is, XmlOptions options)Parses aXmlUnsignedBytefragment from an InputStream.static XmlUnsignedByteparse(java.io.Reader r)Parses aXmlUnsignedBytefragment from a Reader.static XmlUnsignedByteparse(java.io.Reader r, XmlOptions options)Parses aXmlUnsignedBytefragment from a Reader.static XmlUnsignedByteparse(java.lang.String s)Parses aXmlUnsignedBytefragment from a String.static XmlUnsignedByteparse(java.lang.String s, XmlOptions options)Parses aXmlUnsignedBytefragment from a String.static XmlUnsignedByteparse(java.net.URL u)Parses aXmlUnsignedBytefragment from a URL.static XmlUnsignedByteparse(java.net.URL u, XmlOptions options)Parses aXmlUnsignedBytefragment from a URL.static XmlUnsignedByteparse(javax.xml.stream.XMLStreamReader xsr)Parses aXmlUnsignedBytefragment from an XMLStreamReader.static XmlUnsignedByteparse(javax.xml.stream.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(org.w3c.dom.Node node)Parses aXmlUnsignedBytefragment from a DOM Node.static XmlUnsignedByteparse(org.w3c.dom.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(java.lang.Object obj)
Creates an immutableXmlUnsignedBytevalue 
- 
parse
public static XmlUnsignedByte parse(java.lang.String s) throws XmlException
Parses aXmlUnsignedBytefragment 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 aXmlUnsignedBytefragment 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 aXmlUnsignedBytefragment from a File.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from a File.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from a URL.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from a URL.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from an InputStream.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from an InputStream.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from a Reader.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedBytefragment from a Reader.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedByte parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlUnsignedBytefragment from a DOM Node.- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedByte parse(org.w3c.dom.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(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedBytefragment from an XMLStreamReader.- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedByte parse(javax.xml.stream.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
 
 - 
 
 -