iTP Active Transaction Pages (iTP ATP) Programmer's Guide

XML for ATP Add-On Module
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide522292-002
5-45
Properties
Table 5-12 specifies the methods defined in XMLDOMNode Object that are not valid
for the XMLDOMAttribute object.
Table 5-13
specifies the common properties of the XMLDOMAttribute object.
Properties
name
Returns the name of this attribute.
Remarks
String. Read-only.
Syntax
strValue = oXMLDOMAttribute.name
Table 5-12. XMLDOMNode Object Methods that are Not Valid for the
XMLDOMAttribute Object
Method Expected Exception
appendChild ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
cloneNode ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
hasChildNodes ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
insertBefore ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
removeChild ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
replaceChild ATPException.code = ATP_ERR_DOM_EXCEPTION, detail
= HIERARCHY_REQUEST_ERR(3)
Table 5-13. XMLDOMAttribute Object Properties
Property Description
name Returns the name of this attribute.
ownerElement Contains the XMLDOMElement Object node this attribute is
attached to.
specified Indicates whether this attribute is explicitly specified or derived
from a default value in the DTD.
value Contains the attribute value.