|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnyDocument.Any | |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl | |
| Uses of AnyDocument.Any in org.w3.x2001.xmlSchema |
|---|
| Methods in org.w3.x2001.xmlSchema that return AnyDocument.Any | |
|---|---|
AnyDocument.Any |
Group.addNewAny()
Appends and returns a new empty value (as xml) as the last "any" element |
AnyDocument.Any |
AnyDocument.addNewAny()
Appends and returns a new empty "any" element |
AnyDocument.Any |
AnyDocument.getAny()
Gets the "any" element |
AnyDocument.Any[] |
Group.getAnyArray()
Gets array of all "any" elements |
AnyDocument.Any |
Group.getAnyArray(int i)
Gets ith "any" element |
AnyDocument.Any |
Group.insertNewAny(int i)
Inserts and returns a new empty value (as xml) as the ith "any" element |
static AnyDocument.Any |
AnyDocument.Any.Factory.newInstance()
|
static AnyDocument.Any |
AnyDocument.Any.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.w3.x2001.xmlSchema with parameters of type AnyDocument.Any | |
|---|---|
void |
AnyDocument.setAny(AnyDocument.Any any)
Sets the "any" element |
void |
Group.setAnyArray(AnyDocument.Any[] anyArray)
Sets array of all "any" element |
void |
Group.setAnyArray(int i,
AnyDocument.Any any)
Sets ith "any" element |
| Uses of AnyDocument.Any in org.w3.x2001.xmlSchema.impl |
|---|
| Classes in org.w3.x2001.xmlSchema.impl that implement AnyDocument.Any | |
|---|---|
static class |
AnyDocumentImpl.AnyImpl
An XML any(@http://www.w3.org/2001/XMLSchema). |
| Methods in org.w3.x2001.xmlSchema.impl that return AnyDocument.Any | |
|---|---|
AnyDocument.Any |
AnyDocumentImpl.addNewAny()
Appends and returns a new empty "any" element |
AnyDocument.Any |
GroupImpl.addNewAny()
Appends and returns a new empty value (as xml) as the last "any" element |
AnyDocument.Any |
AnyDocumentImpl.getAny()
Gets the "any" element |
AnyDocument.Any[] |
GroupImpl.getAnyArray()
Gets array of all "any" elements |
AnyDocument.Any |
GroupImpl.getAnyArray(int i)
Gets ith "any" element |
AnyDocument.Any |
GroupImpl.insertNewAny(int i)
Inserts and returns a new empty value (as xml) as the ith "any" element |
| Methods in org.w3.x2001.xmlSchema.impl with parameters of type AnyDocument.Any | |
|---|---|
void |
AnyDocumentImpl.setAny(AnyDocument.Any any)
Sets the "any" element |
void |
GroupImpl.setAnyArray(AnyDocument.Any[] anyArray)
Sets array of all "any" element |
void |
GroupImpl.setAnyArray(int i,
AnyDocument.Any any)
Sets ith "any" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||