|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XDocument.X | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of XDocument.X in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return XDocument.X | |
|---|---|
XDocument.X |
XDocument.addNewX()
Appends and returns a new empty "x" element |
XDocument.X |
SubDocument.Sub.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
HiDocument.Hi.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
SegDocument.Seg.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
XDocument.getX()
Gets the "x" element |
XDocument.X[] |
SubDocument.Sub.getXArray()
Gets array of all "x" elements |
XDocument.X[] |
HiDocument.Hi.getXArray()
Gets array of all "x" elements |
XDocument.X[] |
SegDocument.Seg.getXArray()
Gets array of all "x" elements |
XDocument.X |
SubDocument.Sub.getXArray(int i)
Gets ith "x" element |
XDocument.X |
HiDocument.Hi.getXArray(int i)
Gets ith "x" element |
XDocument.X |
SegDocument.Seg.getXArray(int i)
Gets ith "x" element |
XDocument.X |
SubDocument.Sub.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
XDocument.X |
HiDocument.Hi.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
XDocument.X |
SegDocument.Seg.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
static XDocument.X |
XDocument.X.Factory.newInstance()
|
static XDocument.X |
XDocument.X.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type XDocument.X | |
|---|---|
void |
XDocument.setX(XDocument.X x)
Sets the "x" element |
void |
SubDocument.Sub.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
HiDocument.Hi.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
SegDocument.Seg.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
SubDocument.Sub.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
void |
HiDocument.Hi.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
void |
SegDocument.Seg.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
| Uses of XDocument.X in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement XDocument.X | |
|---|---|
static class |
XDocumentImpl.XImpl
An XML x(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return XDocument.X | |
|---|---|
XDocument.X |
HiDocumentImpl.HiImpl.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
SubDocumentImpl.SubImpl.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
XDocumentImpl.addNewX()
Appends and returns a new empty "x" element |
XDocument.X |
SegDocumentImpl.SegImpl.addNewX()
Appends and returns a new empty value (as xml) as the last "x" element |
XDocument.X |
XDocumentImpl.getX()
Gets the "x" element |
XDocument.X[] |
HiDocumentImpl.HiImpl.getXArray()
Gets array of all "x" elements |
XDocument.X[] |
SubDocumentImpl.SubImpl.getXArray()
Gets array of all "x" elements |
XDocument.X[] |
SegDocumentImpl.SegImpl.getXArray()
Gets array of all "x" elements |
XDocument.X |
HiDocumentImpl.HiImpl.getXArray(int i)
Gets ith "x" element |
XDocument.X |
SubDocumentImpl.SubImpl.getXArray(int i)
Gets ith "x" element |
XDocument.X |
SegDocumentImpl.SegImpl.getXArray(int i)
Gets ith "x" element |
XDocument.X |
HiDocumentImpl.HiImpl.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
XDocument.X |
SubDocumentImpl.SubImpl.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
XDocument.X |
SegDocumentImpl.SegImpl.insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element |
| Methods in org.lisa.tmx20.impl with parameters of type XDocument.X | |
|---|---|
void |
XDocumentImpl.setX(XDocument.X x)
Sets the "x" element |
void |
HiDocumentImpl.HiImpl.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
SubDocumentImpl.SubImpl.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
SegDocumentImpl.SegImpl.setXArray(int i,
XDocument.X x)
Sets ith "x" element |
void |
HiDocumentImpl.HiImpl.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
void |
SubDocumentImpl.SubImpl.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
void |
SegDocumentImpl.SegImpl.setXArray(XDocument.X[] xArray)
Sets array of all "x" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||