Class: cXMLDOMElement
Set up basic inheritance for specialized forms of XML classes.
This needs to be done so we can make objects of these types.
Class Hierarchy:
BaseXMLDOMELEMENTcXMLDOMElementMixins:
cXMLDOMNodeMixin,
Class Definition
Functions and Procedures
StringAttributeValueNS(String sNameSpace String sBaseName)
RemoveAttribute(String sName)
Note: Get_AttributeValue already there
RemoveAttributeNS(String sNameSpace String sBaseName)
replaced with optimized version above
Function AttributeValueNS String sNameSpace String sBaseName Returns String
Handle hoAttr
String sValue
Get AttributeValueNodeNS sNameSpace sBaseName to hoAttr
If hoAttr Begin
Get Value of hoAttr to sValue
Send destroy of hoAttr
End
function_return sValue
end_function
SetAttributeValue(String sName String sValue)
Send AddAttribute
Get AddAttributeNode
Send RemoveAttribute
Get AttributeValue
Get AttributeValueNode
Send AddAttributeNS
Get AddAttributeNodeNS
Send RemoveAttributeNs
Get AttributeValueNS
Get AttributeValueNodeNS
Should use AddAttributeValue...does same thing