Uses of Interface
net.sourceforge.jeuclid.elements.support.attributes.AttributeMap

Packages that use AttributeMap
net.sourceforge.jeuclid.elements Provides support for generic MathML elements. 
net.sourceforge.jeuclid.elements.support.attributes Attribute handling support. 
 

Uses of AttributeMap in net.sourceforge.jeuclid.elements
 

Methods in net.sourceforge.jeuclid.elements with parameters of type AttributeMap
static MathMLElement JEuclidElementFactory.elementFromName(String localName, AttributeMap aMap, MathBase base)
          Factory for MathML Elements.
 void AbstractJEuclidElement.setMathAttributes(AttributeMap attributes)
          convenience method to set multiple attributes at once.
 void JEuclidElement.setMathAttributes(AttributeMap attributes)
          convenience method to set multiple attributes at once.
 

Uses of AttributeMap in net.sourceforge.jeuclid.elements.support.attributes
 

Classes in net.sourceforge.jeuclid.elements.support.attributes that implement AttributeMap
 class AbstractAttributeMap
          Generic class for reading and parsing attributes.
 class DOMAttributeMap
          Attributes derived from DOM.
 class SAXAttributeMap
          Attributes derived from SAX.
 



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