|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use All | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of All in org.w3.x2001.xmlSchema |
---|
Subinterfaces of All in org.w3.x2001.xmlSchema | |
---|---|
static interface |
NamedGroup.All
An XML all(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return All | |
---|---|
All |
Group.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element |
All |
ComplexType.addNewAll()
Appends and returns a new empty "all" element |
All |
AllDocument.addNewAll()
Appends and returns a new empty "all" element |
All |
RestrictionType.addNewAll()
Appends and returns a new empty "all" element |
All |
ExtensionType.addNewAll()
Appends and returns a new empty "all" element |
All |
RealGroup.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element |
All |
ComplexType.getAll()
Gets the "all" element |
All |
AllDocument.getAll()
Gets the "all" element |
All |
RestrictionType.getAll()
Gets the "all" element |
All |
ExtensionType.getAll()
Gets the "all" element |
All[] |
Group.getAllArray()
Gets array of all "all" elements |
All[] |
RealGroup.getAllArray()
Gets array of all "all" elements |
All |
Group.getAllArray(int i)
Gets ith "all" element |
All |
RealGroup.getAllArray(int i)
Gets ith "all" element |
All |
Group.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element |
All |
RealGroup.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element |
static All |
All.Factory.newInstance()
|
static All |
All.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(java.io.File file)
|
static All |
All.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(java.io.InputStream is)
|
static All |
All.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(org.w3c.dom.Node node)
|
static All |
All.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(java.io.Reader r)
|
static All |
All.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(java.lang.String xmlAsString)
|
static All |
All.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(java.net.URL u)
|
static All |
All.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static All |
All.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static All |
All.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static All |
All.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static All |
All.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type All | |
---|---|
void |
ComplexType.setAll(All all)
Sets the "all" element |
void |
AllDocument.setAll(All all)
Sets the "all" element |
void |
RestrictionType.setAll(All all)
Sets the "all" element |
void |
ExtensionType.setAll(All all)
Sets the "all" element |
void |
Group.setAllArray(All[] allArray)
Sets array of all "all" element |
void |
RealGroup.setAllArray(All[] allArray)
Sets array of all "all" element |
void |
Group.setAllArray(int i,
All all)
Sets ith "all" element |
void |
RealGroup.setAllArray(int i,
All all)
Sets ith "all" element |
Uses of All in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement All | |
---|---|
class |
AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema). |
static class |
NamedGroupImpl.AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return All | |
---|---|
All |
RestrictionTypeImpl.addNewAll()
Appends and returns a new empty "all" element |
All |
AllDocumentImpl.addNewAll()
Appends and returns a new empty "all" element |
All |
GroupImpl.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element |
All |
RealGroupImpl.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element |
All |
ExtensionTypeImpl.addNewAll()
Appends and returns a new empty "all" element |
All |
ComplexTypeImpl.addNewAll()
Appends and returns a new empty "all" element |
All |
RestrictionTypeImpl.getAll()
Gets the "all" element |
All |
AllDocumentImpl.getAll()
Gets the "all" element |
All |
ExtensionTypeImpl.getAll()
Gets the "all" element |
All |
ComplexTypeImpl.getAll()
Gets the "all" element |
All[] |
GroupImpl.getAllArray()
Gets array of all "all" elements |
All[] |
RealGroupImpl.getAllArray()
Gets array of all "all" elements |
All |
GroupImpl.getAllArray(int i)
Gets ith "all" element |
All |
RealGroupImpl.getAllArray(int i)
Gets ith "all" element |
All |
GroupImpl.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element |
All |
RealGroupImpl.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type All | |
---|---|
void |
RestrictionTypeImpl.setAll(All all)
Sets the "all" element |
void |
AllDocumentImpl.setAll(All all)
Sets the "all" element |
void |
ExtensionTypeImpl.setAll(All all)
Sets the "all" element |
void |
ComplexTypeImpl.setAll(All all)
Sets the "all" element |
void |
GroupImpl.setAllArray(All[] allArray)
Sets array of all "all" element |
void |
RealGroupImpl.setAllArray(All[] allArray)
Sets array of all "all" element |
void |
GroupImpl.setAllArray(int i,
All all)
Sets ith "all" element |
void |
RealGroupImpl.setAllArray(int i,
All all)
Sets ith "all" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |