org.nuiton.jrst.directive
Class ContentDirective

java.lang.Object
  extended by org.nuiton.jrst.directive.ContentDirective
All Implemented Interfaces:
JRSTDirective

public class ContentDirective
extends Object
implements JRSTDirective

ContentDirective

Version:
$Revision: 340 $ Last update : $Date: 2009-05-16 08:22:32 +0200 (sam., 16 mai 2009) $ By : $Author: tchemit $
Author:
poussin

Constructor Summary
ContentDirective()
           
 
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
 

Constructor Detail

ContentDirective

public ContentDirective()
Method Detail

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.