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