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 XmlNegativeInteger
newInstance()
Creates an empty instance ofXmlNegativeInteger
static XmlNegativeInteger
newInstance(XmlOptions options)
Creates an empty instance ofXmlNegativeInteger
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 XmlNegativeInteger
newValue(Object obj)
Creates an immutableXmlNegativeInteger
valuestatic XmlNegativeInteger
parse(File f)
Parses aXmlNegativeInteger
fragment from a File.static XmlNegativeInteger
parse(File f, XmlOptions options)
Parses aXmlNegativeInteger
fragment from a File.static XmlNegativeInteger
parse(InputStream is)
Parses aXmlNegativeInteger
fragment from an InputStream.static XmlNegativeInteger
parse(InputStream is, XmlOptions options)
Parses aXmlNegativeInteger
fragment from an InputStream.static XmlNegativeInteger
parse(Reader r)
Parses aXmlNegativeInteger
fragment from a Reader.static XmlNegativeInteger
parse(Reader r, XmlOptions options)
Parses aXmlNegativeInteger
fragment from a Reader.static XmlNegativeInteger
parse(String s)
Parses aXmlNegativeInteger
fragment from a String.static XmlNegativeInteger
parse(String s, XmlOptions options)
Parses aXmlNegativeInteger
fragment from a String.static XmlNegativeInteger
parse(URL u)
Parses aXmlNegativeInteger
fragment from a URL.static XmlNegativeInteger
parse(URL u, XmlOptions options)
Parses aXmlNegativeInteger
fragment from a URL.static XmlNegativeInteger
parse(XMLStreamReader xsr)
Parses aXmlNegativeInteger
fragment from an XMLStreamReader.static XmlNegativeInteger
parse(XMLStreamReader xsr, XmlOptions options)
Parses aXmlNegativeInteger
fragment from an XMLStreamReader.static XmlNegativeInteger
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNegativeInteger
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNegativeInteger
parse(Node node)
Parses aXmlNegativeInteger
fragment from a DOM Node.static XmlNegativeInteger
parse(Node node, XmlOptions options)
Parses aXmlNegativeInteger
fragment 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 immutableXmlNegativeInteger
value
-
parse
public static XmlNegativeInteger parse(String s) throws XmlException
Parses aXmlNegativeInteger
fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(String s, XmlOptions options) throws XmlException
Parses aXmlNegativeInteger
fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(File f) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(URL u) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(InputStream is) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(Reader r) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlNegativeInteger
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlNegativeInteger parse(Node node) throws XmlException
Parses aXmlNegativeInteger
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(Node node, XmlOptions options) throws XmlException
Parses aXmlNegativeInteger
fragment 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 aXmlNegativeInteger
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNegativeInteger parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlNegativeInteger
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNegativeInteger parse(XMLStreamReader xsr) throws XmlException
Parses aXmlNegativeInteger
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlNegativeInteger parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlNegativeInteger
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
-
-