Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.OutputDocument

Packages that use OutputDocument
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix   
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl   
 

Uses of OutputDocument in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return OutputDocument
static OutputDocument OutputDocument.Factory.newInstance()
           
static OutputDocument OutputDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(File file)
           
static OutputDocument OutputDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(InputStream is)
           
static OutputDocument OutputDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(Node node)
           
static OutputDocument OutputDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(Reader r)
           
static OutputDocument OutputDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(String xmlAsString)
           
static OutputDocument OutputDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(URL u)
           
static OutputDocument OutputDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OutputDocument OutputDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OutputDocument OutputDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OutputDocument OutputDocument.Factory.parse(XMLStreamReader sr)
           
static OutputDocument OutputDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of OutputDocument in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that implement OutputDocument
 class OutputDocumentImpl
          A document containing one Output(@http://schemas.ggf.org/jsdl/2005/11/jsdl-posix) element.
 



Copyright © 2008-2012. All Rights Reserved.