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