|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.XmlNonNegativeInteger.Factory
A class with methods for creating instances
of XmlNonNegativeInteger
.
Method Summary | |
static XmlNonNegativeInteger |
newInstance()
Creates an empty instance of XmlNonNegativeInteger |
static XmlNonNegativeInteger |
newInstance(XmlOptions options)
Creates an empty instance of XmlNonNegativeInteger |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlNonNegativeInteger |
newValue(Object obj)
Creates an immutable XmlNonNegativeInteger value |
static XmlNonNegativeInteger |
parse(File f)
Parses a XmlNonNegativeInteger fragment from a File. |
static XmlNonNegativeInteger |
parse(File f,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from a File. |
static XmlNonNegativeInteger |
parse(InputStream is)
Parses a XmlNonNegativeInteger fragment from an InputStream. |
static XmlNonNegativeInteger |
parse(InputStream is,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from an InputStream. |
static XmlNonNegativeInteger |
parse(Node node)
Parses a XmlNonNegativeInteger fragment from a DOM Node. |
static XmlNonNegativeInteger |
parse(Node node,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from a DOM Node. |
static XmlNonNegativeInteger |
parse(Reader r)
Parses a XmlNonNegativeInteger fragment from a Reader. |
static XmlNonNegativeInteger |
parse(Reader r,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from a Reader. |
static XmlNonNegativeInteger |
parse(String s)
Parses a XmlNonNegativeInteger fragment from a String. |
static XmlNonNegativeInteger |
parse(String s,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from a String. |
static XmlNonNegativeInteger |
parse(URL u)
Parses a XmlNonNegativeInteger fragment from a URL. |
static XmlNonNegativeInteger |
parse(URL u,
XmlOptions options)
Parses a XmlNonNegativeInteger fragment from a URL. |
static XmlNonNegativeInteger |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
static XmlNonNegativeInteger |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlNonNegativeInteger newInstance()
XmlNonNegativeInteger
public static XmlNonNegativeInteger newInstance(XmlOptions options)
XmlNonNegativeInteger
public static XmlNonNegativeInteger newValue(Object obj)
XmlNonNegativeInteger
value
public static XmlNonNegativeInteger parse(String s) throws XmlException
XmlNonNegativeInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public static XmlNonNegativeInteger parse(String s, XmlOptions options) throws XmlException
XmlNonNegativeInteger
fragment from a String. For example: "<xml-fragment>1234567890</xml-fragment>
".
XmlException
public static XmlNonNegativeInteger parse(File f) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a File.
XmlException
IOException
public static XmlNonNegativeInteger parse(File f, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a File.
XmlException
IOException
public static XmlNonNegativeInteger parse(URL u) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a URL.
XmlException
IOException
public static XmlNonNegativeInteger parse(URL u, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a URL.
XmlException
IOException
public static XmlNonNegativeInteger parse(InputStream is) throws XmlException, IOException
XmlNonNegativeInteger
fragment from an InputStream.
XmlException
IOException
public static XmlNonNegativeInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger
fragment from an InputStream.
XmlException
IOException
public static XmlNonNegativeInteger parse(Reader r) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a Reader.
XmlException
IOException
public static XmlNonNegativeInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlNonNegativeInteger
fragment from a Reader.
XmlException
IOException
public static XmlNonNegativeInteger parse(Node node) throws XmlException
XmlNonNegativeInteger
fragment from a DOM Node.
XmlException
public static XmlNonNegativeInteger parse(Node node, XmlOptions options) throws XmlException
XmlNonNegativeInteger
fragment from a DOM Node.
XmlException
public static XmlNonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static XmlNonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |