Méthode | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Specification ( ) : System | ||
allChapterRefs ( ) : |
Part of the list interface for ChapterRefs
|
|
allChapters ( ) : |
Part of the list interface for Chapters
|
|
appendChapterRefs ( |
Part of the list interface for ChapterRefs
|
|
appendChapterRefs ( Lock aLock, |
||
appendChapterRefs ( System coll ) : void |
Part of the list interface for ChapterRefs
|
|
appendChapterRefs ( System coll, Lock aLock ) : void | ||
appendChapters ( |
Part of the list interface for Chapters
|
|
appendChapters ( Lock aLock, |
||
appendChapters ( System coll ) : void |
Part of the list interface for Chapters
|
|
appendChapters ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countChapterRefs ( ) : int |
Part of the list interface for ChapterRefs
|
|
countChapters ( ) : int |
Part of the list interface for Chapters
|
|
deleteChapterRefs ( int idx ) : void |
Part of the list interface for ChapterRefs This deletion function removes an element from the collection in ChapterRefs
|
|
deleteChapterRefs ( int idx, Lock aLock ) : void | ||
deleteChapters ( int idx ) : void |
Part of the list interface for Chapters This deletion function removes an element from the collection in Chapters
|
|
deleteChapters ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getChapterRefs ( int idx ) : |
Part of the list interface for ChapterRefs This function returns an element from the collection in ChapterRefs based on an index.
|
|
getChapters ( int idx ) : |
Part of the list interface for Chapters This function returns an element from the collection in Chapters based on an index.
|
|
getVersion ( ) : string | ||
indexOfChapterRefs ( IXmlBBase el ) : int |
Part of the list interface for ChapterRefs This function returns the index of an element in the collection.
|
|
indexOfChapters ( IXmlBBase el ) : int |
Part of the list interface for Chapters This function returns the index of an element in the collection.
|
|
insertChapterRefs ( int idx, |
Part of the list interface for ChapterRefs This insertion function inserts a new element in the collection in ChapterRefs
|
|
insertChapterRefs ( int idx, |
||
insertChapters ( int idx, |
Part of the list interface for Chapters This insertion function inserts a new element in the collection in Chapters
|
|
insertChapters ( int idx, |
||
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
parseBody ( XmlBooster.XmlBContext ctxt ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
removeChapterRefs ( IXmlBBase obj ) : void |
Part of the list interface for ChapterRefs This deletion function removes an element from the collection in ChapterRefs If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void | ||
removeChapters ( IXmlBBase obj ) : void |
Part of the list interface for Chapters This deletion function removes an element from the collection in Chapters If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeChapters ( IXmlBBase obj, Lock aLock ) : void | ||
setAllChapterRefs ( Lock aLock, System coll ) : void | ||
setAllChapterRefs ( System coll ) : void |
Part of the list interface for ChapterRefs
|
|
setAllChapters ( Lock aLock, System coll ) : void | ||
setAllChapters ( System coll ) : void |
Part of the list interface for Chapters
|
|
setVersion ( string v ) : void | ||
subElements ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParse ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParseBody ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
Méthode | Description | |
---|---|---|
getChapterRefs ( ) : |
Part of the list interface for ChapterRefs
|
|
getChapters ( ) : |
Part of the list interface for Chapters
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Résultat | void |
public allChapterRefs ( ) : |
||
Résultat |
public allChapters ( ) : |
||
Résultat |
public appendChapterRefs ( |
||
el | a ChapterRef to add to the collection in /// ChapterRefs | |
Résultat | void |
public appendChapterRefs ( Lock aLock, |
||
aLock | Lock | |
el | ||
Résultat | void |
public appendChapterRefs ( System coll ) : void | ||
coll | System | a collection ofChapterRefs to add to the collection in /// ChapterRefs |
Résultat | void |
public appendChapterRefs ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Résultat | void |
public appendChapters ( |
||
el | a Chapter to add to the collection in /// Chapters | |
Résultat | void |
public appendChapters ( Lock aLock, |
||
aLock | Lock | |
el | ||
Résultat | void |
public appendChapters ( System coll ) : void | ||
coll | System | a collection ofChapters to add to the collection in /// Chapters |
Résultat | void |
public appendChapters ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Résultat | void |
public copyTo ( |
||
other | ||
Résultat | void |
public deleteChapterRefs ( int idx ) : void | ||
idx | int | the index of the element to remove |
Résultat | void |
public deleteChapterRefs ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Résultat | void |
public deleteChapters ( int idx ) : void | ||
idx | int | the index of the element to remove |
Résultat | void |
public deleteChapters ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Résultat | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Résultat | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Résultat | void |
public getChapterRefs ( int idx ) : |
||
idx | int | the index of the element to extract |
Résultat |
public getChapters ( int idx ) : |
||
idx | int | the index of the element to extract |
Résultat |
public indexOfChapterRefs ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Résultat | int |
public indexOfChapters ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Résultat | int |
public insertChapterRefs ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Résultat | void |
public insertChapterRefs ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Résultat | void |
public insertChapters ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Résultat | void |
public insertChapters ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Résultat | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
Résultat | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
Résultat | void |
public removeChapterRefs ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Résultat | void |
public removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Résultat | void |
public removeChapters ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Résultat | void |
public removeChapters ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Résultat | void |
public setAllChapterRefs ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Résultat | void |
public setAllChapterRefs ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// ChapterRefs's current content. |
Résultat | void |
public setAllChapters ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Résultat | void |
public setAllChapters ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Chapters's current content. |
Résultat | void |
public subElements ( |
||
l | ||
Résultat | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Résultat | void |
public unParseBody ( |
||
pw | ||
Résultat | void |