Skip to main content
Skip to main content

hasXMLProperty

hasXMLProperty

Description

Returns if an XML element or attribute at given path is present.

Definition

hasXMLProperty(entityId xmlId, string nodePath)

Arguments

entityIdxmlIdxmlId
stringnodePathpath to XML element or attribute

Return Values

booleanhasElementOrAttributetrue if the given nodePath exists
booleanhasAttributeParentElementtrue, if the given the attribute's parent element exists (can be true even if hasElementOrAttribute is false e.g. attribute does not exist)