addcontent ( string strtext ) returns
pbdom_element addnamespacedeclaration ( string
strnamespaceprefix, string strnamespaceuri ) returns pbdom_element getattribute
( string strname ) returns pbdom_attribute getattribute
( string strname, string strnamespaceprefix, string strnamespaceuri
) returns pbdom_attribute getattributes ( ref
pbdom_attribute pbdom_attribute_array[] )
returns boolean getattributevalue ( string strattributename
) returns string getattributevalue ( string strattributename,
string strdefaultvalue ) returns string getattributevalue
( string strattributename, string strnamespaceprefix, string strnamespaceuri
) returns string getattributevalue ( string strattributename,
string strnamespaceprefix, string strnamespaceuri, string
strdefaultvalue ) returns string getchildelement ( string
strelementname ) returns pbdom_element getchildelement
( string strelementname, string strnamespaceprefix, string strnamespaceuri
) returns pbdom_element getchildelements
( ref pbdom_element pbdom_element_array[] )
returns boolean getchildelements ( string strelementname,
ref pbdom_element pbdom_element_array[] )
returns boolean getchildelements ( string strelementname,
string strnamespaceprefix, string strnamespaceuri, ref
pbdom_element pbdom_element_array[] )
returns boolean getnamespaceprefix ( ) returns string getnamespaceuri
( ) returns string getqualifiedname ( ) returns string hasattributes
( ) returns boolean haschildelements ( ) returns boolean isrootelement
( ) returns boolean removeattribute ( pbdom_attribute
pbdom_attribute_ref ) returns boolean removeattribute
( string strattributename ) returns boolean removeattribute
( string strattributename, string strnamespaceprefix, string strnamespaceuri
) returns boolean removechildelement ( string strelementname
) returns boolean removechildelement ( string strelementname,
string strnamespaceprefix, string strnamespaceuri ) returns boolean removechildelements
( ) returns boolean removechildelements ( string strelementname
) returns boolean removechildelements ( string strelementname,
string strnamespaceprefix, string strnamespaceuri ) returns boolean removenamespacedeclaration
( string strnamespaceprefix, string strnamespaceuri ) returns boolean setattribute
( pbdom_attribute pbdom_attribute_ref
) returns pbdom_element setattribute ( string
strname, string strvalue ) returns pbdom_element setattribute
( string strname, string strvalue, string strnamespaceprefix, string
strnamespaceuri, boolean
bverifynamespace ) returns long setattributes ( pbdom_attribute
pbdom_attribute_array[] ) returns
pbdom_element setdocument ( pbdom_object
pbdom_document_ref ) returns pbdom_element setnamespace
( string strnamespaceprefix, string strnamespaceuri, boolean bverifynamespace
) returns long settext ( string strtext ) returns pbdom_element
|