net.sf.mrl
Class TimeDocument.Factory
java.lang.Object
|
+--net.sf.mrl.TimeDocument.Factory
- Enclosing class:
- TimeDocument
- public static final class TimeDocument.Factory
- extends java.lang.Object
A factory class with static methods for creating instances
of this type.
Method Summary |
static net.sf.mrl.TimeDocument |
newInstance()
|
static net.sf.mrl.TimeDocument |
newInstance(org.apache.xmlbeans.XmlOptions options)
|
static weblogic.xml.stream.XMLInputStream |
newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis)
|
static weblogic.xml.stream.XMLInputStream |
newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(java.io.File f)
|
static net.sf.mrl.TimeDocument |
parse(java.io.File f,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(java.io.InputStream is)
|
static net.sf.mrl.TimeDocument |
parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(org.w3c.dom.Node node)
|
static net.sf.mrl.TimeDocument |
parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(java.io.Reader r)
|
static net.sf.mrl.TimeDocument |
parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(java.lang.String s)
|
static net.sf.mrl.TimeDocument |
parse(java.lang.String s,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(java.net.URL u)
|
static net.sf.mrl.TimeDocument |
parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static net.sf.mrl.TimeDocument |
parse(weblogic.xml.stream.XMLInputStream xis)
|
static net.sf.mrl.TimeDocument |
parse(weblogic.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static net.sf.mrl.TimeDocument newInstance()
newInstance
public static net.sf.mrl.TimeDocument newInstance(org.apache.xmlbeans.XmlOptions options)
parse
public static net.sf.mrl.TimeDocument parse(java.lang.String s)
throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
parse
public static net.sf.mrl.TimeDocument parse(java.lang.String s,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
parse
public static net.sf.mrl.TimeDocument parse(java.io.File f)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.io.File f,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.net.URL u)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.io.InputStream is)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.io.Reader r)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
parse
public static net.sf.mrl.TimeDocument parse(org.w3c.dom.Node node)
throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
parse
public static net.sf.mrl.TimeDocument parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
parse
public static net.sf.mrl.TimeDocument parse(weblogic.xml.stream.XMLInputStream xis)
throws org.apache.xmlbeans.XmlException,
weblogic.xml.stream.XMLStreamException
org.apache.xmlbeans.XmlException
weblogic.xml.stream.XMLStreamException
parse
public static net.sf.mrl.TimeDocument parse(weblogic.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
weblogic.xml.stream.XMLStreamException
org.apache.xmlbeans.XmlException
weblogic.xml.stream.XMLStreamException
newValidatingXMLInputStream
public static weblogic.xml.stream.XMLInputStream newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis)
throws org.apache.xmlbeans.XmlException,
weblogic.xml.stream.XMLStreamException
org.apache.xmlbeans.XmlException
weblogic.xml.stream.XMLStreamException
newValidatingXMLInputStream
public static weblogic.xml.stream.XMLInputStream newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
weblogic.xml.stream.XMLStreamException
org.apache.xmlbeans.XmlException
weblogic.xml.stream.XMLStreamException
Copyright © 2004 Craig S. Cottingham. All Rights Reserved.