org.mmbase.richtext.processors.xml
Class MmxfGetString

java.lang.Object
  extended byorg.mmbase.richtext.processors.xml.MmxfGetString
All Implemented Interfaces:
Processor, Serializable

public class MmxfGetString
extends Object
implements Processor

This class implements the `get' for `mmxf' fields.

Since:
MMBase-1.8
Version:
$Id: MmxfGetString.java,v 1.5 2006/03/12 19:52:15 michiel Exp $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
MmxfGetString()
           
 
Method Summary
static Document getDocument(Node node, Field field)
          Returns a 'objects' Document containing the node with the mmxf field plus all idrelated objects
 Object process(Node node, Field field, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MmxfGetString

public MmxfGetString()
Method Detail

getDocument

public static Document getDocument(Node node,
                                   Field field)
Returns a 'objects' Document containing the node with the mmxf field plus all idrelated objects


process

public Object process(Node node,
                      Field field,
                      Object value)
Specified by:
process in interface Processor
Parameters:
node - The node object for which the field must be transformed.
field - The field which is set.
value - The (new) field value.

toString

public String toString()


MMBase build 1.8.1.20060716