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