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