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

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

Uses of LocalElement in org.w3.x2001.xmlSchema
 

Subinterfaces of LocalElement in org.w3.x2001.xmlSchema
 interface NarrowMaxMin
          An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return LocalElement
 LocalElement Group.addNewElement()
          Appends and returns a new empty value (as xml) as the last "element" element
 LocalElement[] Group.getElementArray()
          Gets array of all "element" elements
 LocalElement Group.getElementArray(int i)
          Gets ith "element" element
 LocalElement Group.insertNewElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "element" element
static LocalElement LocalElement.Factory.newInstance()
           
static LocalElement LocalElement.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(java.io.File file)
           
static LocalElement LocalElement.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(java.io.InputStream is)
           
static LocalElement LocalElement.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(org.w3c.dom.Node node)
           
static LocalElement LocalElement.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(java.io.Reader r)
           
static LocalElement LocalElement.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(java.lang.String xmlAsString)
           
static LocalElement LocalElement.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(java.net.URL u)
           
static LocalElement LocalElement.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static LocalElement LocalElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LocalElement LocalElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LocalElement LocalElement.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static LocalElement LocalElement.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type LocalElement
 void Group.setElementArray(int i, LocalElement element)
          Sets ith "element" element
 void Group.setElementArray(LocalElement[] elementArray)
          Sets array of all "element" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement LocalElement
 class LocalElementImpl
          An XML localElement(@http://www.w3.org/2001/XMLSchema).
 class NarrowMaxMinImpl
          An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return LocalElement
 LocalElement GroupImpl.addNewElement()
          Appends and returns a new empty value (as xml) as the last "element" element
 LocalElement[] GroupImpl.getElementArray()
          Gets array of all "element" elements
 LocalElement GroupImpl.getElementArray(int i)
          Gets ith "element" element
 LocalElement GroupImpl.insertNewElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "element" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type LocalElement
 void GroupImpl.setElementArray(int i, LocalElement element)
          Sets ith "element" element
 void GroupImpl.setElementArray(LocalElement[] elementArray)
          Sets array of all "element" element
 



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