Home > Contents > Index >
IsElement
Tests for the existence of an element.
Syntax
IsElement.elementName
Returns
Returns
true
if the element exists; returnsfalse
if the element does not exist.Example
<IF COND="IsElement.OpenMarket/Apps/main=true"> <THEN> Element exists.<br/> </THEN> <ELSE> Element does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.