private
LzDataElementTrait {
prototype public function
appendChild
(
newChild : LzDataNode) :
LzDataNode;
prototype public function
cloneNode
(
deep : Boolean) :
LzDataNode;
prototype public function
getAttr
(
name : String) :
String;
prototype public function
getOffset
() :
number;
prototype public function
getParent
() :
LzDataNode;
prototype public function
handleDocumentChange
(
what : String,
who : LzDataNode,
type : Number,
cobj);
prototype public function
hasAttr
(
name : String) :
Boolean;
prototype public function
insertBefore
(
newChild : LzDataNode,
refChild : LzDataNode) :
LzDataElement;
prototype private function
__LZv2E
(
o : Type);
prototype public function
makeNodeList
(
count : Number,
name : String) :
Array;
prototype public function
removeAttr
(
name : String);
prototype public function
removeChild
(
oldChild : LzDataNode) :
LzDataNode;
prototype public function
replaceChild
(
newChild : LzDataNode,
oldChild : LzDataNode) :
LzDataElement;
prototype public function
serialize
() :
String;
prototype public function
setAttr
(
name : String,
value : String);
prototype public function
setAttrs
(
attrs : Object);
}