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

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

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.