Class NodeListAdapter

java.lang.Object
at.gv.egovernment.moaspss.util.NodeListAdapter
All Implemented Interfaces:
NodeList

public class NodeListAdapter extends Object implements NodeList
A NodeList implementation based on a List.
See Also:
  • Constructor Details

    • NodeListAdapter

      public NodeListAdapter(List nodeList)
      Create a new NodeListAdapter.
      Parameters:
      nodeList - The List containing the nodes.
  • Method Details