Uses of Interface
org.apache.xml.xmlbeans.x2004.x02.xbean.config.Qnameconfig

Packages that use Qnameconfig
org.apache.xml.xmlbeans.x2004.x02.xbean.config   
org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl   
 

Uses of Qnameconfig in org.apache.xml.xmlbeans.x2004.x02.xbean.config
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config that return Qnameconfig
 Qnameconfig ConfigDocument.Config.addNewQname()
          Appends and returns a new empty value (as xml) as the last "qname" element
 Qnameconfig[] ConfigDocument.Config.getQnameArray()
          Gets array of all "qname" elements
 Qnameconfig ConfigDocument.Config.getQnameArray(int i)
          Gets ith "qname" element
 Qnameconfig ConfigDocument.Config.insertNewQname(int i)
          Inserts and returns a new empty value (as xml) as the ith "qname" element
static Qnameconfig Qnameconfig.Factory.newInstance()
           
static Qnameconfig Qnameconfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.File file)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.InputStream is)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(org.w3c.dom.Node node)
           
static Qnameconfig Qnameconfig.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.Reader r)
           
static Qnameconfig Qnameconfig.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(java.lang.String xmlAsString)
           
static Qnameconfig Qnameconfig.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(java.net.URL u)
           
static Qnameconfig Qnameconfig.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Qnameconfig Qnameconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Qnameconfig Qnameconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Qnameconfig Qnameconfig.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Qnameconfig Qnameconfig.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config with parameters of type Qnameconfig
 void ConfigDocument.Config.setQnameArray(int i, Qnameconfig qname)
          Sets ith "qname" element
 void ConfigDocument.Config.setQnameArray(Qnameconfig[] qnameArray)
          Sets array of all "qname" element
 

Uses of Qnameconfig in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl
 

Classes in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl that implement Qnameconfig
 class QnameconfigImpl
          An XML qnameconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl that return Qnameconfig
 Qnameconfig ConfigDocumentImpl.ConfigImpl.addNewQname()
          Appends and returns a new empty value (as xml) as the last "qname" element
 Qnameconfig[] ConfigDocumentImpl.ConfigImpl.getQnameArray()
          Gets array of all "qname" elements
 Qnameconfig ConfigDocumentImpl.ConfigImpl.getQnameArray(int i)
          Gets ith "qname" element
 Qnameconfig ConfigDocumentImpl.ConfigImpl.insertNewQname(int i)
          Inserts and returns a new empty value (as xml) as the ith "qname" element
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl with parameters of type Qnameconfig
 void ConfigDocumentImpl.ConfigImpl.setQnameArray(int i, Qnameconfig qname)
          Sets ith "qname" element
 void ConfigDocumentImpl.ConfigImpl.setQnameArray(Qnameconfig[] qnameArray)
          Sets array of all "qname" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.