Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | 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 > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.