Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

<c:copyElement>

Standard JET2 Control Tags

copyElement

Copy the selected node to the selected location.


Tag Summary
required <c:copyElement select="value" toSelect="value" name="value"/>
full tag <c:copyElement select="value" toSelect="value" name="value" recursive="value" var="value"/>

Required Attributes
select
An XPath expression selecting the element node to copy.
toSelect
An XPath expression identifying the parent of the newly selected node.
name
The name for the newly created element.

Optional Attributes
recursive
Determine whether child elements of the copied element are copied, too. Default is 'true'.
var
The name of a variable that will be set to the newly copied element.

Example
<%-- copy element $orig to a new element 'copy' under $dest --%>
<c:copyElement select="$orig" toSelect="$dest" name="copy"/>


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire