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