|
||||||||||
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
.
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(XMLInputStream xis) throws XmlException, XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException
public static XmlNonNegativeInteger parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlNonNegativeInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
XmlException
XMLStreamException
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlException
XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |