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

Quick Search    Search Deep

com.aendvari.common.model.xalan
Class XalanModelTreeFactory  view XalanModelTreeFactory download XalanModelTreeFactory.java

java.lang.Object
  extended bycom.aendvari.common.model.xalan.XalanModelTreeFactory
All Implemented Interfaces:
com.aendvari.common.model.ModelTreeFactory

public class XalanModelTreeFactory
extends java.lang.Object
implements com.aendvari.common.model.ModelTreeFactory

Implements the com.aendvari.common.model.ModelTreeFactory interface to create a XalanModelTree instance.


Constructor Summary
XalanModelTreeFactory()
           
 
Method Summary
 com.aendvari.common.model.ModelTree createModelTree()
          Creates a new instance of a com.aendvari.common.model.ModelTree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanModelTreeFactory

public XalanModelTreeFactory()
Method Detail

createModelTree

public com.aendvari.common.model.ModelTree createModelTree()
Creates a new instance of a com.aendvari.common.model.ModelTree.

Specified by:
createModelTree in interface com.aendvari.common.model.ModelTreeFactory