|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BodyDocument.Body | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of BodyDocument.Body in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return BodyDocument.Body | |
|---|---|
BodyDocument.Body |
BodyDocument.addNewBody()
Appends and returns a new empty "body" element |
BodyDocument.Body |
TmxDocument.Tmx.addNewBody()
Appends and returns a new empty "body" element |
BodyDocument.Body |
BodyDocument.getBody()
Gets the "body" element |
BodyDocument.Body |
TmxDocument.Tmx.getBody()
Gets the "body" element |
static BodyDocument.Body |
BodyDocument.Body.Factory.newInstance()
|
static BodyDocument.Body |
BodyDocument.Body.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.lisa.tmx20 with parameters of type BodyDocument.Body | |
|---|---|
void |
BodyDocument.setBody(BodyDocument.Body body)
Sets the "body" element |
void |
TmxDocument.Tmx.setBody(BodyDocument.Body body)
Sets the "body" element |
| Uses of BodyDocument.Body in org.lisa.tmx20.impl |
|---|
| Classes in org.lisa.tmx20.impl that implement BodyDocument.Body | |
|---|---|
static class |
BodyDocumentImpl.BodyImpl
An XML body(@http://www.lisa.org/tmx20). |
| Methods in org.lisa.tmx20.impl that return BodyDocument.Body | |
|---|---|
BodyDocument.Body |
BodyDocumentImpl.addNewBody()
Appends and returns a new empty "body" element |
BodyDocument.Body |
TmxDocumentImpl.TmxImpl.addNewBody()
Appends and returns a new empty "body" element |
BodyDocument.Body |
BodyDocumentImpl.getBody()
Gets the "body" element |
BodyDocument.Body |
TmxDocumentImpl.TmxImpl.getBody()
Gets the "body" element |
| Methods in org.lisa.tmx20.impl with parameters of type BodyDocument.Body | |
|---|---|
void |
BodyDocumentImpl.setBody(BodyDocument.Body body)
Sets the "body" element |
void |
TmxDocumentImpl.TmxImpl.setBody(BodyDocument.Body body)
Sets the "body" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||