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:dump>

Standard JET2 Control Tags

dump

Writes out the DOM subtree under a specified model node.


Tag Summary
required <c:dump select="value"/>
full tag <c:dump select="value" format="value" entities="value"/>

Required Attributes
select A query expression specifying a single node in the model

Optional Attributes
format A true/false value indicating whether the tag should try to write out whitespace to cause the output to be nicely formatted and indented.
entities A true/false value indicating whether characters that can cause XML parsing problems (left and right angle brackets, quotes, apostrophes, etc) should be written as entities (e.g. "%lt;" for the left angle bracket).

Example
<%-- dump the input model as an XML document --%>
<c:dump select="/*"/>


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