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