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 Object
A 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(Object obj)Creates an immutableXmlNegativeIntegervaluestatic XmlNegativeIntegerparse(File f)Parses aXmlNegativeIntegerfragment from a File.static XmlNegativeIntegerparse(File f, XmlOptions options)Parses aXmlNegativeIntegerfragment from a File.static XmlNegativeIntegerparse(InputStream is)Parses aXmlNegativeIntegerfragment from an InputStream.static XmlNegativeIntegerparse(InputStream is, XmlOptions options)Parses aXmlNegativeIntegerfragment from an InputStream.static XmlNegativeIntegerparse(Reader r)Parses aXmlNegativeIntegerfragment from a Reader.static XmlNegativeIntegerparse(Reader r, XmlOptions options)Parses aXmlNegativeIntegerfragment from a Reader.static XmlNegativeIntegerparse(String s)Parses aXmlNegativeIntegerfragment from a String.static XmlNegativeIntegerparse(String s, XmlOptions options)Parses aXmlNegativeIntegerfragment from a String.static XmlNegativeIntegerparse(URL u)Parses aXmlNegativeIntegerfragment from a URL.static XmlNegativeIntegerparse(URL u, XmlOptions options)Parses aXmlNegativeIntegerfragment from a URL.static XmlNegativeIntegerparse(XMLStreamReader xsr)Parses aXmlNegativeIntegerfragment from an XMLStreamReader.static XmlNegativeIntegerparse(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(Node node)Parses aXmlNegativeIntegerfragment from a DOM Node.static XmlNegativeIntegerparse(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(Object obj)
Creates an immutableXmlNegativeIntegervalue
-
parse
public static XmlNegativeInteger parse(String s) throws XmlException
Parses aXmlNegativeIntegerfragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>".- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(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(File f) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(URL u) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(InputStream is) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(Reader r) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeIntegerfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlNegativeInteger parse(Node node) throws XmlException
Parses aXmlNegativeIntegerfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(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(XMLStreamReader xsr) throws XmlException
Parses aXmlNegativeIntegerfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(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
-
-