Home > Contents > Index >
ICS.IsElement
Checks for the existence of an element.
Syntax
public boolean IsElement(String element)Parameters
element
- The name of the element.
Returns
Returns
true
on success,false
on failure.Example
The following code determines whether an element at
JSPs/hello_jsp
exists:boolean exists = ics.IsElement("JSPs/hello_jsp"); if (!exists) { //can't find element }
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.