Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

freemarker.ext.jdom
Class NodeListModel.DescendantOp  view NodeListModel.DescendantOp download NodeListModel.DescendantOp.java

java.lang.Object
  extended byfreemarker.ext.jdom.NodeListModel.DescendantOp
All Implemented Interfaces:
NodeListModel.NodeOperator
Direct Known Subclasses:
NodeListModel.DescendantOrSelfOp
Enclosing class:
NodeListModel

private static class NodeListModel.DescendantOp
extends java.lang.Object
implements NodeListModel.NodeOperator


Constructor Summary
private NodeListModel.DescendantOp()
           
 
Method Summary
private  void addChildren(org.jdom.Element element, java.util.List list)
           
 java.util.List operate(java.lang.Object node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListModel.DescendantOp

private NodeListModel.DescendantOp()
Method Detail

operate

public java.util.List operate(java.lang.Object node)
Specified by:
operate in interface NodeListModel.NodeOperator

addChildren

private void addChildren(org.jdom.Element element,
                         java.util.List list)