net.opengis.swes.x20
Class DeleteSensorResponseDocument.Factory

java.lang.Object
  extended by net.opengis.swes.x20.DeleteSensorResponseDocument.Factory
Enclosing interface:
DeleteSensorResponseDocument

public static final class DeleteSensorResponseDocument.Factory
extends Object

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


Method Summary
static DeleteSensorResponseDocument newInstance()
           
static DeleteSensorResponseDocument newInstance(org.apache.xmlbeans.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, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DeleteSensorResponseDocument parse(File file)
           
static DeleteSensorResponseDocument parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(InputStream is)
           
static DeleteSensorResponseDocument parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(Node node)
           
static DeleteSensorResponseDocument parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(Reader r)
           
static DeleteSensorResponseDocument parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(String xmlAsString)
           
static DeleteSensorResponseDocument parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(URL u)
           
static DeleteSensorResponseDocument parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DeleteSensorResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DeleteSensorResponseDocument parse(XMLStreamReader sr)
           
static DeleteSensorResponseDocument parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static DeleteSensorResponseDocument newInstance()

newInstance

public static DeleteSensorResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options)

parse

public static DeleteSensorResponseDocument parse(String xmlAsString)
                                          throws org.apache.xmlbeans.XmlException
Parameters:
xmlAsString - the string value to parse
Throws:
org.apache.xmlbeans.XmlException

parse

public static DeleteSensorResponseDocument parse(String xmlAsString,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static DeleteSensorResponseDocument parse(File file)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Parameters:
file - the file from which to load an xml document
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(File file,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(URL u)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(URL u,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(InputStream is)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(InputStream is,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(Reader r)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(Reader r,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException,
                                                 IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static DeleteSensorResponseDocument parse(XMLStreamReader sr)
                                          throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static DeleteSensorResponseDocument parse(XMLStreamReader sr,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static DeleteSensorResponseDocument parse(Node node)
                                          throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static DeleteSensorResponseDocument parse(Node node,
                                                 org.apache.xmlbeans.XmlOptions options)
                                          throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

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

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

parse

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

Throws:
org.apache.xmlbeans.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 org.apache.xmlbeans.XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

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

newValidatingXMLInputStream

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

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


Copyright © 2004-2012 52north.org. All Rights Reserved.