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

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

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

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config that return Nsconfig
 Nsconfig ConfigDocument.Config.addNewNamespace()
          Appends and returns a new empty value (as xml) as the last "namespace" element
 Nsconfig[] ConfigDocument.Config.getNamespaceArray()
          Gets array of all "namespace" elements
 Nsconfig ConfigDocument.Config.getNamespaceArray(int i)
          Gets ith "namespace" element
 Nsconfig ConfigDocument.Config.insertNewNamespace(int i)
          Inserts and returns a new empty value (as xml) as the ith "namespace" element
static Nsconfig Nsconfig.Factory.newInstance()
           
static Nsconfig Nsconfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(java.io.File file)
           
static Nsconfig Nsconfig.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(java.io.InputStream is)
           
static Nsconfig Nsconfig.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(org.w3c.dom.Node node)
           
static Nsconfig Nsconfig.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(java.io.Reader r)
           
static Nsconfig Nsconfig.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(java.lang.String xmlAsString)
           
static Nsconfig Nsconfig.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(java.net.URL u)
           
static Nsconfig Nsconfig.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Nsconfig Nsconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Nsconfig Nsconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Nsconfig Nsconfig.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Nsconfig Nsconfig.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 Nsconfig
 void ConfigDocument.Config.setNamespaceArray(int i, Nsconfig namespace)
          Sets ith "namespace" element
 void ConfigDocument.Config.setNamespaceArray(Nsconfig[] namespaceArray)
          Sets array of all "namespace" element
 

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

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

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

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



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