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

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

Uses of AllNNI in org.w3.x2001.xmlSchema
 

Subinterfaces of AllNNI in org.w3.x2001.xmlSchema
static interface All.MaxOccurs
          An XML maxOccurs(@).
static interface NarrowMaxMin.MaxOccurs
          An XML maxOccurs(@).
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type AllNNI
 void Group.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 void Element.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 void AnyDocument.Any.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement AllNNI
static class AllImpl.MaxOccursImpl
          An XML maxOccurs(@).
 class AllNNIImpl
          An XML allNNI(@http://www.w3.org/2001/XMLSchema).
static class NarrowMaxMinImpl.MaxOccursImpl
          An XML maxOccurs(@).
 

Methods in org.w3.x2001.xmlSchema.impl that return AllNNI
 AllNNI AnyDocumentImpl.AnyImpl.xgetMaxOccurs()
          Gets (as xml) the "maxOccurs" attribute
 AllNNI GroupImpl.xgetMaxOccurs()
          Gets (as xml) the "maxOccurs" attribute
 AllNNI ElementImpl.xgetMaxOccurs()
          Gets (as xml) the "maxOccurs" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type AllNNI
 void AnyDocumentImpl.AnyImpl.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 void GroupImpl.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 void ElementImpl.xsetMaxOccurs(AllNNI maxOccurs)
          Sets (as xml) the "maxOccurs" attribute
 



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