com.raritantechnologies.searchApp.sourceMap
Class SourceMapTreeFactory

java.lang.Object
  extended bycom.raritantechnologies.searchApp.sourceMap.SourceMapTreeFactory
All Implemented Interfaces:
ISourceMapTreeFactory

public class SourceMapTreeFactory
extends java.lang.Object
implements ISourceMapTreeFactory

Creates a SourceMapTree from an XML element.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
SourceMapTreeFactory()
           
 
Method Summary
 SourceMapTree createSourceMapTree(org.w3c.dom.Element sourceMapTreeElem)
          Constructs SourceMapTreeNode object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMapTreeFactory

public SourceMapTreeFactory()
Method Detail

createSourceMapTree

public SourceMapTree createSourceMapTree(org.w3c.dom.Element sourceMapTreeElem)
Constructs SourceMapTreeNode object

Specified by:
createSourceMapTree in interface ISourceMapTreeFactory