|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GDocument.G | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of GDocument.G in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return GDocument.G | |
|---|---|
GDocument.G |
SubDocument.Sub.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
HiDocument.Hi.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
SegDocument.Seg.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
GDocument.addNewG()
Appends and returns a new empty "g" element |
GDocument.G |
GDocument.getG()
Gets the "g" element |
GDocument.G[] |
SubDocument.Sub.getGArray()
Gets array of all "g" elements |
GDocument.G[] |
HiDocument.Hi.getGArray()
Gets array of all "g" elements |
GDocument.G[] |
SegDocument.Seg.getGArray()
Gets array of all "g" elements |
GDocument.G |
SubDocument.Sub.getGArray(int i)
Gets ith "g" element |
GDocument.G |
HiDocument.Hi.getGArray(int i)
Gets ith "g" element |
GDocument.G |
SegDocument.Seg.getGArray(int i)
Gets ith "g" element |
GDocument.G |
SubDocument.Sub.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
GDocument.G |
HiDocument.Hi.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
GDocument.G |
SegDocument.Seg.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
static GDocument.G |
GDocument.G.Factory.newInstance()
|
static GDocument.G |
GDocument.G.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type GDocument.G | |
|---|---|
void |
GDocument.setG(GDocument.G g)
Sets the "g" element |
void |
SubDocument.Sub.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
HiDocument.Hi.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
SegDocument.Seg.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
SubDocument.Sub.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
void |
HiDocument.Hi.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
void |
SegDocument.Seg.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
| Uses of GDocument.G in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement GDocument.G | |
|---|---|
static class |
GDocumentImpl.GImpl
An XML g(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return GDocument.G | |
|---|---|
GDocument.G |
GDocumentImpl.addNewG()
Appends and returns a new empty "g" element |
GDocument.G |
HiDocumentImpl.HiImpl.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
SubDocumentImpl.SubImpl.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
SegDocumentImpl.SegImpl.addNewG()
Appends and returns a new empty value (as xml) as the last "g" element |
GDocument.G |
GDocumentImpl.getG()
Gets the "g" element |
GDocument.G[] |
HiDocumentImpl.HiImpl.getGArray()
Gets array of all "g" elements |
GDocument.G[] |
SubDocumentImpl.SubImpl.getGArray()
Gets array of all "g" elements |
GDocument.G[] |
SegDocumentImpl.SegImpl.getGArray()
Gets array of all "g" elements |
GDocument.G |
HiDocumentImpl.HiImpl.getGArray(int i)
Gets ith "g" element |
GDocument.G |
SubDocumentImpl.SubImpl.getGArray(int i)
Gets ith "g" element |
GDocument.G |
SegDocumentImpl.SegImpl.getGArray(int i)
Gets ith "g" element |
GDocument.G |
HiDocumentImpl.HiImpl.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
GDocument.G |
SubDocumentImpl.SubImpl.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
GDocument.G |
SegDocumentImpl.SegImpl.insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element |
| Methods in org.lisa.tmx20.impl with parameters of type GDocument.G | |
|---|---|
void |
GDocumentImpl.setG(GDocument.G g)
Sets the "g" element |
void |
HiDocumentImpl.HiImpl.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
SubDocumentImpl.SubImpl.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
SegDocumentImpl.SegImpl.setGArray(GDocument.G[] gArray)
Sets array of all "g" element |
void |
HiDocumentImpl.HiImpl.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
void |
SubDocumentImpl.SubImpl.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
void |
SegDocumentImpl.SegImpl.setGArray(int i,
GDocument.G g)
Sets ith "g" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||