Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
getChapterRefs ( ) : |
Part of the list interface for ChapterRefs
|
|
getChapters ( ) : |
Part of the list interface for Chapters
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Результат | void |
public allChapterRefs ( ) : |
||
Результат |
public allChapters ( ) : |
||
Результат |
public appendChapterRefs ( |
||
el | a ChapterRef to add to the collection in /// ChapterRefs | |
Результат | void |
public appendChapterRefs ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendChapterRefs ( System coll ) : void | ||
coll | System | a collection ofChapterRefs to add to the collection in /// ChapterRefs |
Результат | void |
public appendChapterRefs ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendChapters ( |
||
el | a Chapter to add to the collection in /// Chapters | |
Результат | void |
public appendChapters ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendChapters ( System coll ) : void | ||
coll | System | a collection ofChapters to add to the collection in /// Chapters |
Результат | void |
public appendChapters ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public copyTo ( |
||
other | ||
Результат | void |
public deleteChapterRefs ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteChapterRefs ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deleteChapters ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteChapters ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Результат | void |
public getChapterRefs ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getChapters ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public indexOfChapterRefs ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfChapters ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertChapterRefs ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertChapterRefs ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public insertChapters ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertChapters ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
Результат | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
Результат | void |
public removeChapterRefs ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removeChapters ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeChapters ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllChapterRefs ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllChapterRefs ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// ChapterRefs's current content. |
Результат | void |
public setAllChapters ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllChapters ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Chapters's current content. |
Результат | void |
public subElements ( |
||
l | ||
Результат | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( |
||
pw | ||
Результат | void |