Package | at.db |
Class | public class ParseBookmarkStructureXML |
Property | Defined by | ||
---|---|---|---|
activeInput : String = "Y"
Hold the
activeInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
attributeID : int = 0
Holds the
attributeID value of the 'slideID' used for processing of slide record info in a bookmark. | ParseBookmarkStructureXML | ||
attributeidInput : int
Hold the
attributeidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
bookmarkattribute : BookmarkAttribute
Instantiates the
BookmarkAttribute class. | ParseBookmarkStructureXML | ||
bookmarkattributeIDInput : int
Hold the
bookmarkattributeidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
bookmarkid : int = 0
Holds the
bookmarkid value obtained from the XML data passed into the class. | ParseBookmarkStructureXML | ||
bookmarkID : int
Holds the
bookmarkID value that is obtained from the xml data passed into the class. | ParseBookmarkStructureXML | ||
bookmarkidInput : int
Hold the
bookmarkidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
commentsInput : String
Hold the
commentsInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
deleteBookmarkAttributeByBookmarkID : DeleteBookmarkAttributeByBookmarkID
Instantiates the
DeleteBookmarkAttributeByBookmarkID class. | ParseBookmarkStructureXML | ||
descriptionInput : String
Hold the
descriptionInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
evevalueInput : String
Hold the
evevalueInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
nameInput : String
Hold the
nameInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
recordCount : int
Holds the
recordCount value of looped data during parsing. | ParseBookmarkStructureXML | ||
recordCount2 : int
Holds the
recordCount value of looped data during parsing. | ParseBookmarkStructureXML | ||
title : String
Holds the
title value that is obtained from the xml data passed into the class. | ParseBookmarkStructureXML | ||
titleAbbr : String
Holds the
titleAbbr value that is obtained from the xml data passed into the class. | ParseBookmarkStructureXML | ||
updateBookmarkBookmarkStructure : UpdateBookmarkBookmarkStructure
Instantiates the
UpdateBookmarkBookmarkStructure class. | ParseBookmarkStructureXML | ||
versionInput : int = 0
Hold the
versionInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureXML | ||
xmlData : XML
Holds the
xmlData value that is passed into the class. | ParseBookmarkStructureXML | ||
xmlDataList : XMLList
Holds the
xmlDataList value XMLList of the XML data passed into the class. | ParseBookmarkStructureXML | ||
xmlDataList2 : XMLList
Holds the
xmlDataList2 value XMLList of the XML data passed into the class. | ParseBookmarkStructureXML |
Method | Defined by | ||
---|---|---|---|
ParseBookmarkStructureXML(xmlData:XML)
Constructor.
| ParseBookmarkStructureXML |
Method | Defined by | ||
---|---|---|---|
init():void
Establishes connection to the application database and sets the variable
xmlDataList . | ParseBookmarkStructureXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| ParseBookmarkStructureXML |
activeInput | property |
public var activeInput:String = "Y"
Hold the activeInput
value to be used during data insertion/updating in
the application database.
The default value is Y
.
attributeID | property |
public var attributeID:int = 0
Holds the attributeID
value of the 'slideID' used for processing of slide record info in a bookmark.
The default value is 0
.
attributeidInput | property |
public var attributeidInput:int
Hold the attributeidInput
value to be used during data insertion/updating in
the application database.
bookmarkattribute | property |
bookmarkattributeIDInput | property |
public var bookmarkattributeIDInput:int
Hold the bookmarkattributeidInput
value to be used during data insertion/updating in
the application database.
bookmarkid | property |
public var bookmarkid:int = 0
Holds the bookmarkid
value obtained from the XML data passed into the class.
The default value is 0
.
bookmarkID | property |
public var bookmarkID:int
Holds the bookmarkID
value that is obtained from the xml data passed into the class.
bookmarkidInput | property |
public var bookmarkidInput:int
Hold the bookmarkidInput
value to be used during data insertion/updating in
the application database.
commentsInput | property |
public var commentsInput:String
Hold the commentsInput
value to be used during data insertion/updating in
the application database.
deleteBookmarkAttributeByBookmarkID | property |
public var deleteBookmarkAttributeByBookmarkID:DeleteBookmarkAttributeByBookmarkID
Instantiates the DeleteBookmarkAttributeByBookmarkID
class.
See also
descriptionInput | property |
public var descriptionInput:String
Hold the descriptionInput
value to be used during data insertion/updating in
the application database.
evevalueInput | property |
public var evevalueInput:String
Hold the evevalueInput
value to be used during data insertion/updating in
the application database.
nameInput | property |
public var nameInput:String
Hold the nameInput
value to be used during data insertion/updating in
the application database.
recordCount | property |
public var recordCount:int
Holds the recordCount
value of looped data during parsing.
recordCount2 | property |
public var recordCount2:int
Holds the recordCount
value of looped data during parsing.
title | property |
public var title:String
Holds the title
value that is obtained from the xml data passed into the class.
titleAbbr | property |
public var titleAbbr:String
Holds the titleAbbr
value that is obtained from the xml data passed into the class.
updateBookmarkBookmarkStructure | property |
public var updateBookmarkBookmarkStructure:UpdateBookmarkBookmarkStructure
Instantiates the UpdateBookmarkBookmarkStructure
class.
See also
versionInput | property |
public var versionInput:int = 0
Hold the versionInput
value to be used during data insertion/updating in
the application database.
The default value is 0
.
xmlData | property |
public var xmlData:XML
Holds the xmlData
value that is passed into the class.
xmlDataList | property |
public var xmlDataList:XMLList
Holds the xmlDataList
value XMLList of the XML data passed into the class.
xmlDataList2 | property |
public var xmlDataList2:XMLList
Holds the xmlDataList2
value XMLList of the XML data passed into the class.
ParseBookmarkStructureXML | () | constructor |
public function ParseBookmarkStructureXML(xmlData:XML)
Constructor.
ParametersxmlData:XML |
init | () | method |
protected function init():void
Establishes connection to the application database and sets the variable xmlDataList
.
onEveDBError | () | method |
protected function onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
Parametersevent:SQLEvent — SQLEvent
|