Uses of Interface
org.ogf.graap.wsag4j.types.configuration.ConfigurationDocument

Packages that use ConfigurationDocument
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of ConfigurationDocument in org.ogf.graap.wsag4j.types.configuration
 

Methods in org.ogf.graap.wsag4j.types.configuration that return ConfigurationDocument
static ConfigurationDocument ConfigurationDocument.Factory.newInstance()
           
static ConfigurationDocument ConfigurationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(File file)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(InputStream is)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(Node node)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(Reader r)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(String xmlAsString)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(URL u)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ConfigurationDocument ConfigurationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ConfigurationDocument ConfigurationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ConfigurationDocument ConfigurationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ConfigurationDocument in org.ogf.graap.wsag4j.types.configuration.impl
 

Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ConfigurationDocument
 class ConfigurationDocumentImpl
          A document containing one Configuration(@http://schemas.scai.fraunhofer.de/config/wsag4j) element.
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.