public static final class XmlNonPositiveInteger.Factory extends Object
XmlNonPositiveInteger.public static XmlNonPositiveInteger newInstance()
XmlNonPositiveIntegerpublic static XmlNonPositiveInteger newInstance(XmlOptions options)
XmlNonPositiveIntegerpublic static XmlNonPositiveInteger newValue(Object obj)
XmlNonPositiveInteger valuepublic static XmlNonPositiveInteger parse(String s) throws XmlException
XmlNonPositiveInteger fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>".XmlExceptionpublic static XmlNonPositiveInteger parse(String s, XmlOptions options) throws XmlException
XmlNonPositiveInteger fragment from a String. For example: "<xml-fragment>-1234567890</xml-fragment>".XmlExceptionpublic static XmlNonPositiveInteger parse(File f) throws XmlException, IOException
XmlNonPositiveInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(File f, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a File.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(URL u) throws XmlException, IOException
XmlNonPositiveInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(URL u, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a URL.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(InputStream is) throws XmlException, IOException
XmlNonPositiveInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from an InputStream.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Reader r) throws XmlException, IOException
XmlNonPositiveInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlNonPositiveInteger fragment from a Reader.XmlExceptionIOExceptionpublic static XmlNonPositiveInteger parse(Node node) throws XmlException
XmlNonPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonPositiveInteger parse(Node node, XmlOptions options) throws XmlException
XmlNonPositiveInteger fragment from a DOM Node.XmlExceptionpublic static XmlNonPositiveInteger parse(XMLStreamReader xsr) throws XmlException
XmlNonPositiveInteger fragment from an XMLStreamReader.XmlExceptionpublic static XmlNonPositiveInteger parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlNonPositiveInteger fragment from an XMLStreamReader.XmlException