Package org.apache.xmlbeans
Class XmlUnsignedShort.Factory
- java.lang.Object
 - 
- org.apache.xmlbeans.XmlUnsignedShort.Factory
 
 
- 
- Enclosing interface:
 - XmlUnsignedShort
 
public static final class XmlUnsignedShort.Factory extends java.lang.ObjectA class with methods for creating instances ofXmlUnsignedShort. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlUnsignedShortnewInstance()Creates an empty instance ofXmlUnsignedShortstatic XmlUnsignedShortnewInstance(XmlOptions options)Creates an empty instance ofXmlUnsignedShortstatic 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 XmlUnsignedShortnewValue(java.lang.Object obj)Creates an immutableXmlUnsignedShortvaluestatic XmlUnsignedShortparse(java.io.File f)Parses aXmlUnsignedShortfragment from a File.static XmlUnsignedShortparse(java.io.File f, XmlOptions options)Parses aXmlUnsignedShortfragment from a File.static XmlUnsignedShortparse(java.io.InputStream is)Parses aXmlUnsignedShortfragment from an InputStream.static XmlUnsignedShortparse(java.io.InputStream is, XmlOptions options)Parses aXmlUnsignedShortfragment from an InputStream.static XmlUnsignedShortparse(java.io.Reader r)Parses aXmlUnsignedShortfragment from a Reader.static XmlUnsignedShortparse(java.io.Reader r, XmlOptions options)Parses aXmlUnsignedShortfragment from a Reader.static XmlUnsignedShortparse(java.lang.String s)Parses aXmlUnsignedShortfragment from a String.static XmlUnsignedShortparse(java.lang.String s, XmlOptions options)Parses aXmlUnsignedShortfragment from a String.static XmlUnsignedShortparse(java.net.URL u)Parses aXmlUnsignedShortfragment from a URL.static XmlUnsignedShortparse(java.net.URL u, XmlOptions options)Parses aXmlUnsignedShortfragment from a URL.static XmlUnsignedShortparse(javax.xml.stream.XMLStreamReader xsr)Parses aXmlUnsignedShortfragment from an XMLStreamReader.static XmlUnsignedShortparse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)Parses aXmlUnsignedShortfragment from an XMLStreamReader.static XmlUnsignedShortparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedShortparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlUnsignedShortparse(org.w3c.dom.Node node)Parses aXmlUnsignedShortfragment from a DOM Node.static XmlUnsignedShortparse(org.w3c.dom.Node node, XmlOptions options)Parses aXmlUnsignedShortfragment from a DOM Node. 
 - 
 
- 
- 
Method Detail
- 
newInstance
public static XmlUnsignedShort newInstance()
Creates an empty instance ofXmlUnsignedShort 
- 
newInstance
public static XmlUnsignedShort newInstance(XmlOptions options)
Creates an empty instance ofXmlUnsignedShort 
- 
newValue
public static XmlUnsignedShort newValue(java.lang.Object obj)
Creates an immutableXmlUnsignedShortvalue 
- 
parse
public static XmlUnsignedShort parse(java.lang.String s) throws XmlException
Parses aXmlUnsignedShortfragment from a String. For example: "<xml-fragment>12345</xml-fragment>".- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedShort parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlUnsignedShortfragment from a String. For example: "<xml-fragment>12345</xml-fragment>".- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedShort parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a File.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a File.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a URL.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a URL.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from an InputStream.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from an InputStream.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a Reader.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlUnsignedShortfragment from a Reader.- Throws:
 XmlExceptionjava.io.IOException
 
- 
parse
public static XmlUnsignedShort parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlUnsignedShortfragment from a DOM Node.- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedShort parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlUnsignedShortfragment from a DOM Node.- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedShort parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedShortfragment from an XMLInputStream.- Throws:
 XmlExceptionXMLStreamException
 
- 
parse
public static XmlUnsignedShort parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlUnsignedShortfragment from an XMLInputStream.- Throws:
 XmlExceptionXMLStreamException
 
- 
parse
public static XmlUnsignedShort parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlUnsignedShortfragment from an XMLStreamReader.- Throws:
 XmlException
 
- 
parse
public static XmlUnsignedShort parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlUnsignedShortfragment 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
 
 - 
 
 -