Uses of Interface
org.w3.x2001.xmlSchema.NamespaceList

Packages that use NamespaceList
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of NamespaceList in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return NamespaceList
static NamespaceList NamespaceList.Factory.newInstance()
           
static NamespaceList NamespaceList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.newValue(java.lang.Object obj)
           
static NamespaceList NamespaceList.Factory.parse(java.io.File file)
           
static NamespaceList NamespaceList.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(java.io.InputStream is)
           
static NamespaceList NamespaceList.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(org.w3c.dom.Node node)
           
static NamespaceList NamespaceList.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(java.io.Reader r)
           
static NamespaceList NamespaceList.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(java.lang.String xmlAsString)
           
static NamespaceList NamespaceList.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(java.net.URL u)
           
static NamespaceList NamespaceList.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static NamespaceList NamespaceList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NamespaceList NamespaceList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NamespaceList NamespaceList.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NamespaceList NamespaceList.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 NamespaceList Wildcard.xgetNamespace()
          Gets (as xml) the "namespace" attribute
 

Methods in org.w3.x2001.xmlSchema with parameters of type NamespaceList
 void Wildcard.xsetNamespace(NamespaceList namespace)
          Sets (as xml) the "namespace" attribute
 

Uses of NamespaceList in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement NamespaceList
 class NamespaceListImpl
          An XML namespaceList(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return NamespaceList
 NamespaceList WildcardImpl.xgetNamespace()
          Gets (as xml) the "namespace" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type NamespaceList
 void WildcardImpl.xsetNamespace(NamespaceList namespace)
          Sets (as xml) the "namespace" attribute
 



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