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