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

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

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

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

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config with parameters of type JavaNameList
 void Extensionconfig.xsetFor(JavaNameList xfor)
          Sets (as xml) the "for" attribute
 

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

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

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl that return JavaNameList
 JavaNameList ExtensionconfigImpl.xgetFor()
          Gets (as xml) the "for" attribute
 

Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl with parameters of type JavaNameList
 void ExtensionconfigImpl.xsetFor(JavaNameList xfor)
          Sets (as xml) the "for" attribute
 



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