|
||||||||||
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
.
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(XMLInputStream xis) throws XmlException, XMLStreamException
XmlNonPositiveInteger
fragment from an XMLInputStream.
XmlException
XMLStreamException
public static XmlNonPositiveInteger parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
XmlNonPositiveInteger
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 |