|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TuDocument.Tu | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of TuDocument.Tu in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return TuDocument.Tu | |
|---|---|
TuDocument.Tu |
TuDocument.addNewTu()
Appends and returns a new empty "tu" element |
TuDocument.Tu |
BodyDocument.Body.addNewTu()
Appends and returns a new empty value (as xml) as the last "tu" element |
TuDocument.Tu |
TuDocument.getTu()
Gets the "tu" element |
TuDocument.Tu[] |
BodyDocument.Body.getTuArray()
Gets array of all "tu" elements |
TuDocument.Tu |
BodyDocument.Body.getTuArray(int i)
Gets ith "tu" element |
TuDocument.Tu |
BodyDocument.Body.insertNewTu(int i)
Inserts and returns a new empty value (as xml) as the ith "tu" element |
static TuDocument.Tu |
TuDocument.Tu.Factory.newInstance()
|
static TuDocument.Tu |
TuDocument.Tu.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type TuDocument.Tu | |
|---|---|
void |
TuDocument.setTu(TuDocument.Tu tu)
Sets the "tu" element |
void |
BodyDocument.Body.setTuArray(int i,
TuDocument.Tu tu)
Sets ith "tu" element |
void |
BodyDocument.Body.setTuArray(TuDocument.Tu[] tuArray)
Sets array of all "tu" element |
| Uses of TuDocument.Tu in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement TuDocument.Tu | |
|---|---|
static class |
TuDocumentImpl.TuImpl
An XML tu(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return TuDocument.Tu | |
|---|---|
TuDocument.Tu |
BodyDocumentImpl.BodyImpl.addNewTu()
Appends and returns a new empty value (as xml) as the last "tu" element |
TuDocument.Tu |
TuDocumentImpl.addNewTu()
Appends and returns a new empty "tu" element |
TuDocument.Tu |
TuDocumentImpl.getTu()
Gets the "tu" element |
TuDocument.Tu[] |
BodyDocumentImpl.BodyImpl.getTuArray()
Gets array of all "tu" elements |
TuDocument.Tu |
BodyDocumentImpl.BodyImpl.getTuArray(int i)
Gets ith "tu" element |
TuDocument.Tu |
BodyDocumentImpl.BodyImpl.insertNewTu(int i)
Inserts and returns a new empty value (as xml) as the ith "tu" element |
| Methods in org.lisa.tmx20.impl with parameters of type TuDocument.Tu | |
|---|---|
void |
TuDocumentImpl.setTu(TuDocument.Tu tu)
Sets the "tu" element |
void |
BodyDocumentImpl.BodyImpl.setTuArray(int i,
TuDocument.Tu tu)
Sets ith "tu" element |
void |
BodyDocumentImpl.BodyImpl.setTuArray(TuDocument.Tu[] tuArray)
Sets array of all "tu" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||