|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagDocument.Tag | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of TagDocument.Tag in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return TagDocument.Tag | |
|---|---|
TagDocument.Tag |
InlineDataDocument.InlineData.addNewTag()
Appends and returns a new empty value (as xml) as the last "tag" element |
TagDocument.Tag |
TagDocument.addNewTag()
Appends and returns a new empty "tag" element |
TagDocument.Tag |
TagDocument.getTag()
Gets the "tag" element |
TagDocument.Tag[] |
InlineDataDocument.InlineData.getTagArray()
Gets array of all "tag" elements |
TagDocument.Tag |
InlineDataDocument.InlineData.getTagArray(int i)
Gets ith "tag" element |
TagDocument.Tag |
InlineDataDocument.InlineData.insertNewTag(int i)
Inserts and returns a new empty value (as xml) as the ith "tag" element |
static TagDocument.Tag |
TagDocument.Tag.Factory.newInstance()
|
static TagDocument.Tag |
TagDocument.Tag.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type TagDocument.Tag | |
|---|---|
void |
TagDocument.setTag(TagDocument.Tag tag)
Sets the "tag" element |
void |
InlineDataDocument.InlineData.setTagArray(int i,
TagDocument.Tag tag)
Sets ith "tag" element |
void |
InlineDataDocument.InlineData.setTagArray(TagDocument.Tag[] tagArray)
Sets array of all "tag" element |
| Uses of TagDocument.Tag in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement TagDocument.Tag | |
|---|---|
static class |
TagDocumentImpl.TagImpl
An XML tag(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return TagDocument.Tag | |
|---|---|
TagDocument.Tag |
InlineDataDocumentImpl.InlineDataImpl.addNewTag()
Appends and returns a new empty value (as xml) as the last "tag" element |
TagDocument.Tag |
TagDocumentImpl.addNewTag()
Appends and returns a new empty "tag" element |
TagDocument.Tag |
TagDocumentImpl.getTag()
Gets the "tag" element |
TagDocument.Tag[] |
InlineDataDocumentImpl.InlineDataImpl.getTagArray()
Gets array of all "tag" elements |
TagDocument.Tag |
InlineDataDocumentImpl.InlineDataImpl.getTagArray(int i)
Gets ith "tag" element |
TagDocument.Tag |
InlineDataDocumentImpl.InlineDataImpl.insertNewTag(int i)
Inserts and returns a new empty value (as xml) as the ith "tag" element |
| Methods in org.lisa.tmx20.impl with parameters of type TagDocument.Tag | |
|---|---|
void |
TagDocumentImpl.setTag(TagDocument.Tag tag)
Sets the "tag" element |
void |
InlineDataDocumentImpl.InlineDataImpl.setTagArray(int i,
TagDocument.Tag tag)
Sets ith "tag" element |
void |
InlineDataDocumentImpl.InlineDataImpl.setTagArray(TagDocument.Tag[] tagArray)
Sets array of all "tag" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||