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

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

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.