|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PhDocument.Ph | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of PhDocument.Ph in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return PhDocument.Ph | |
|---|---|
PhDocument.Ph |
SubDocument.Sub.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
HiDocument.Hi.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
SegDocument.Seg.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
PhDocument.addNewPh()
Appends and returns a new empty "ph" element |
PhDocument.Ph |
PhDocument.getPh()
Gets the "ph" element |
PhDocument.Ph[] |
SubDocument.Sub.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph[] |
HiDocument.Hi.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph[] |
SegDocument.Seg.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph |
SubDocument.Sub.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
HiDocument.Hi.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
SegDocument.Seg.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
SubDocument.Sub.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
PhDocument.Ph |
HiDocument.Hi.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
PhDocument.Ph |
SegDocument.Seg.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
static PhDocument.Ph |
PhDocument.Ph.Factory.newInstance()
|
static PhDocument.Ph |
PhDocument.Ph.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type PhDocument.Ph | |
|---|---|
void |
PhDocument.setPh(PhDocument.Ph ph)
Sets the "ph" element |
void |
SubDocument.Sub.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
HiDocument.Hi.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
SegDocument.Seg.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
SubDocument.Sub.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
void |
HiDocument.Hi.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
void |
SegDocument.Seg.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
| Uses of PhDocument.Ph in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement PhDocument.Ph | |
|---|---|
static class |
PhDocumentImpl.PhImpl
An XML ph(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return PhDocument.Ph | |
|---|---|
PhDocument.Ph |
HiDocumentImpl.HiImpl.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
PhDocumentImpl.addNewPh()
Appends and returns a new empty "ph" element |
PhDocument.Ph |
SubDocumentImpl.SubImpl.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
SegDocumentImpl.SegImpl.addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element |
PhDocument.Ph |
PhDocumentImpl.getPh()
Gets the "ph" element |
PhDocument.Ph[] |
HiDocumentImpl.HiImpl.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph[] |
SubDocumentImpl.SubImpl.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph[] |
SegDocumentImpl.SegImpl.getPhArray()
Gets array of all "ph" elements |
PhDocument.Ph |
HiDocumentImpl.HiImpl.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
SubDocumentImpl.SubImpl.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
SegDocumentImpl.SegImpl.getPhArray(int i)
Gets ith "ph" element |
PhDocument.Ph |
HiDocumentImpl.HiImpl.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
PhDocument.Ph |
SubDocumentImpl.SubImpl.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
PhDocument.Ph |
SegDocumentImpl.SegImpl.insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element |
| Methods in org.lisa.tmx20.impl with parameters of type PhDocument.Ph | |
|---|---|
void |
PhDocumentImpl.setPh(PhDocument.Ph ph)
Sets the "ph" element |
void |
HiDocumentImpl.HiImpl.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
SubDocumentImpl.SubImpl.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
SegDocumentImpl.SegImpl.setPhArray(int i,
PhDocument.Ph ph)
Sets ith "ph" element |
void |
HiDocumentImpl.HiImpl.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
void |
SubDocumentImpl.SubImpl.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
void |
SegDocumentImpl.SegImpl.setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||