|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EptDocument.Ept | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of EptDocument.Ept in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return EptDocument.Ept | |
|---|---|
EptDocument.Ept |
EptDocument.addNewEpt()
Appends and returns a new empty "ept" element |
EptDocument.Ept |
SubDocument.Sub.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
HiDocument.Hi.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
SegDocument.Seg.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
EptDocument.getEpt()
Gets the "ept" element |
EptDocument.Ept[] |
SubDocument.Sub.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept[] |
HiDocument.Hi.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept[] |
SegDocument.Seg.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept |
SubDocument.Sub.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
HiDocument.Hi.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
SegDocument.Seg.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
SubDocument.Sub.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
EptDocument.Ept |
HiDocument.Hi.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
EptDocument.Ept |
SegDocument.Seg.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
static EptDocument.Ept |
EptDocument.Ept.Factory.newInstance()
|
static EptDocument.Ept |
EptDocument.Ept.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type EptDocument.Ept | |
|---|---|
void |
EptDocument.setEpt(EptDocument.Ept ept)
Sets the "ept" element |
void |
SubDocument.Sub.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
HiDocument.Hi.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
SegDocument.Seg.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
SubDocument.Sub.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
void |
HiDocument.Hi.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
void |
SegDocument.Seg.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
| Uses of EptDocument.Ept in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement EptDocument.Ept | |
|---|---|
static class |
EptDocumentImpl.EptImpl
An XML ept(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return EptDocument.Ept | |
|---|---|
EptDocument.Ept |
HiDocumentImpl.HiImpl.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
EptDocumentImpl.addNewEpt()
Appends and returns a new empty "ept" element |
EptDocument.Ept |
SubDocumentImpl.SubImpl.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
SegDocumentImpl.SegImpl.addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element |
EptDocument.Ept |
EptDocumentImpl.getEpt()
Gets the "ept" element |
EptDocument.Ept[] |
HiDocumentImpl.HiImpl.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept[] |
SubDocumentImpl.SubImpl.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept[] |
SegDocumentImpl.SegImpl.getEptArray()
Gets array of all "ept" elements |
EptDocument.Ept |
HiDocumentImpl.HiImpl.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
SubDocumentImpl.SubImpl.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
SegDocumentImpl.SegImpl.getEptArray(int i)
Gets ith "ept" element |
EptDocument.Ept |
HiDocumentImpl.HiImpl.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
EptDocument.Ept |
SubDocumentImpl.SubImpl.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
EptDocument.Ept |
SegDocumentImpl.SegImpl.insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element |
| Methods in org.lisa.tmx20.impl with parameters of type EptDocument.Ept | |
|---|---|
void |
EptDocumentImpl.setEpt(EptDocument.Ept ept)
Sets the "ept" element |
void |
HiDocumentImpl.HiImpl.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
SubDocumentImpl.SubImpl.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
SegDocumentImpl.SegImpl.setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element |
void |
HiDocumentImpl.HiImpl.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
void |
SubDocumentImpl.SubImpl.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
void |
SegDocumentImpl.SegImpl.setEptArray(int i,
EptDocument.Ept ept)
Sets ith "ept" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||