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

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

public static final class XCategory.Factory
extends Object

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


Method Summary
static XCategory newInstance()
           
static XCategory 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 XCategory parse(File file)
           
static XCategory parse(File file, XmlOptions options)
           
static XCategory parse(InputStream is)
           
static XCategory parse(InputStream is, XmlOptions options)
           
static XCategory parse(Node node)
           
static XCategory parse(Node node, XmlOptions options)
           
static XCategory parse(Reader r)
           
static XCategory parse(Reader r, XmlOptions options)
           
static XCategory parse(String xmlAsString)
           
static XCategory parse(String xmlAsString, XmlOptions options)
           
static XCategory parse(URL u)
           
static XCategory parse(URL u, XmlOptions options)
           
static XCategory parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XCategory parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XCategory parse(XMLStreamReader sr)
           
static XCategory 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 XCategory newInstance()

newInstance

public static XCategory newInstance(XmlOptions options)

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

public static XCategory 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 XCategory 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.