org.nuiton.jrst.directive
Class ImageDirective
java.lang.Object
org.nuiton.jrst.directive.ImageDirective
- All Implemented Interfaces:
- JRSTDirective
public class ImageDirective
- extends Object
- implements JRSTDirective
.. image:: picture.jpeg :height: 100 :width: 200 :scale: 50 :alt: alternate
text :align: right
Created: 4 nov. 06 12:52:02
- Version:
- $Revision: 340 $
Last update: $Date: 2009-05-16 08:22:32 +0200 (sam., 16 mai 2009) $
by : $Author: tchemit $
- Author:
- poussin
|
Method Summary |
org.dom4j.Node |
parse(org.dom4j.Element e)
parse directive block element and return element to put in final XML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageDirective
public ImageDirective()
parse
public org.dom4j.Node parse(org.dom4j.Element e)
- Description copied from interface:
JRSTDirective
- parse directive block element and return element to put in final XML
- Specified by:
parse in interface JRSTDirective
- Parameters:
e - the element to scan
- Returns:
- the parsed node
Copyright © 2004-2010 CodeLutin. All Rights Reserved.