net.sourceforge.jeuclid.elements
Class JEuclidElementFactory

java.lang.Object
  extended by net.sourceforge.jeuclid.elements.JEuclidElementFactory

public final class JEuclidElementFactory
extends Object

Creates MathElements from given element strings.

Version:
$Revision: 310 $
Author:
Max Berger

Method Summary
static MathMLElement elementFromName(String localName, AttributeMap aMap, MathBase base)
          Factory for MathML Elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

elementFromName

public static MathMLElement elementFromName(String localName,
                                            AttributeMap aMap,
                                            MathBase base)
Factory for MathML Elements.

Parameters:
localName - name of the element without namespaces.
aMap - Attributes for this element.
base - mathbase to attach element to.
Returns:
A new MathElement for this tag name.


Copyright © 2002-2008 The JEuclid project. All Rights Reserved.