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

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

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

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config that return NamespacePrefixList
static NamespacePrefixList NamespacePrefixList.Factory.newInstance()
           
static NamespacePrefixList NamespacePrefixList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.newValue(java.lang.Object obj)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.File file)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.InputStream is)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(org.w3c.dom.Node node)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.Reader r)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.lang.String xmlAsString)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.net.URL u)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NamespacePrefixList NamespacePrefixList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NamespacePrefixList NamespacePrefixList.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NamespacePrefixList NamespacePrefixList.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 NamespacePrefixList Nsconfig.xgetUriprefix()
          Gets (as xml) the "uriprefix" attribute
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config with parameters of type NamespacePrefixList
 void Nsconfig.xsetUriprefix(NamespacePrefixList uriprefix)
          Sets (as xml) the "uriprefix" attribute
 

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

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

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl that return NamespacePrefixList
 NamespacePrefixList NsconfigImpl.xgetUriprefix()
          Gets (as xml) the "uriprefix" attribute
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl with parameters of type NamespacePrefixList
 void NsconfigImpl.xsetUriprefix(NamespacePrefixList uriprefix)
          Sets (as xml) the "uriprefix" attribute
 



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