DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

org.kr.dl.dig.v1_1
Class SomeDocument.Factory

java.lang.Object
  extended byorg.kr.dl.dig.v1_1.SomeDocument.Factory
Enclosing class:
SomeDocument

public static final class SomeDocument.Factory
extends Object

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


Method Summary
static SomeDocument newInstance()
           
static SomeDocument newInstance(XmlOptions options)
           
static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis)
           
static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
           
static SomeDocument parse(File f)
           
static SomeDocument parse(File f, XmlOptions options)
           
static SomeDocument parse(InputStream is)
           
static SomeDocument parse(InputStream is, XmlOptions options)
           
static SomeDocument parse(Node node)
           
static SomeDocument parse(Node node, XmlOptions options)
           
static SomeDocument parse(Reader r)
           
static SomeDocument parse(Reader r, XmlOptions options)
           
static SomeDocument parse(String s)
           
static SomeDocument parse(String s, XmlOptions options)
           
static SomeDocument parse(URL u)
           
static SomeDocument parse(URL u, XmlOptions options)
           
static SomeDocument parse(XMLInputStream xis)
           
static SomeDocument parse(XMLInputStream xis, XmlOptions options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static SomeDocument newInstance()

newInstance

public static SomeDocument newInstance(XmlOptions options)

parse

public static SomeDocument parse(String s)
                          throws XmlException
Throws:
XmlException

parse

public static SomeDocument parse(String s,
                                 XmlOptions options)
                          throws XmlException
Throws:
XmlException

parse

public static SomeDocument parse(File f)
                          throws XmlException,
                                 IOException
Throws:
XmlException
IOException

parse

public static SomeDocument parse(File f,
                                 XmlOptions options)
                          throws XmlException,
                                 IOException
Throws:
XmlException
IOException

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

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

parse

public static SomeDocument parse(XMLInputStream xis)
                          throws XmlException,
                                 XMLStreamException
Throws:
XmlException
XMLStreamException

parse

public static SomeDocument parse(XMLInputStream xis,
                                 XmlOptions options)
                          throws XmlException,
                                 XMLStreamException
Throws:
XmlException
XMLStreamException

newValidatingXMLInputStream

public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis)
                                                                                 throws XmlException,
                                                                                        XMLStreamException
Throws:
XmlException
XMLStreamException

newValidatingXMLInputStream

public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis,
                                                         XmlOptions options)
                                                                                 throws XmlException,
                                                                                        XMLStreamException
Throws:
XmlException
XMLStreamException

DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)