org.decisiondeck.jmcda.persist.xmcda2.generated
Class XMessage.Factory

java.lang.Object
  extended by org.decisiondeck.jmcda.persist.xmcda2.generated.XMessage.Factory
Enclosing interface:
XMessage

public static final class XMessage.Factory
extends Object

A factory class with static methods for creating instances of this type.


Method Summary
static XMessage newInstance()
           
static XMessage newInstance(XmlOptions options)
           
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XMessage parse(File file)
           
static XMessage parse(File file, XmlOptions options)
           
static XMessage parse(InputStream is)
           
static XMessage parse(InputStream is, XmlOptions options)
           
static XMessage parse(Node node)
           
static XMessage parse(Node node, XmlOptions options)
           
static XMessage parse(Reader r)
           
static XMessage parse(Reader r, XmlOptions options)
           
static XMessage parse(String xmlAsString)
           
static XMessage parse(String xmlAsString, XmlOptions options)
           
static XMessage parse(URL u)
           
static XMessage parse(URL u, XmlOptions options)
           
static XMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XMessage parse(XMLStreamReader sr)
           
static XMessage parse(XMLStreamReader sr, XmlOptions options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XMessage newInstance()

newInstance

public static XMessage newInstance(XmlOptions options)

parse

public static XMessage parse(String xmlAsString)
                      throws XmlException
Parameters:
xmlAsString - the string value to parse
Throws:
XmlException

parse

public static XMessage parse(String xmlAsString,
                             XmlOptions options)
                      throws XmlException
Throws:
XmlException

parse

public static XMessage parse(File file)
                      throws XmlException,
                             IOException
Parameters:
file - the file from which to load an xml document
Throws:
XmlException
IOException

parse

public static XMessage parse(File file,
                             XmlOptions options)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(URL u)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(URL u,
                             XmlOptions options)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(InputStream is)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(InputStream is,
                             XmlOptions options)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(Reader r)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(Reader r,
                             XmlOptions options)
                      throws XmlException,
                             IOException
Throws:
XmlException
IOException

parse

public static XMessage parse(XMLStreamReader sr)
                      throws XmlException
Throws:
XmlException

parse

public static XMessage parse(XMLStreamReader sr,
                             XmlOptions options)
                      throws XmlException
Throws:
XmlException

parse

public static XMessage parse(Node node)
                      throws XmlException
Throws:
XmlException

parse

public static XMessage parse(Node node,
                             XmlOptions options)
                      throws XmlException
Throws:
XmlException

parse

public static XMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                      throws XmlException,
                             org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

parse

public static XMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                             XmlOptions options)
                      throws XmlException,
                             org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                                                                                 throws XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

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
Deprecated. XMLInputStream

Throws:
XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException


Copyright © 2011. All Rights Reserved.