|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.presentation.xsl.symbolpresentation.PresentationTagCollector
public class PresentationTagCollector
This class extracts all the symbolpresentation tags from all current collections in the ActiveMath environment. It also merge the all notation element inside the presentation tag group by symbol id.
| Constructor Summary | |
|---|---|
PresentationTagCollector(Subconfiguration config)
A constructor that reads its properties from the Manager properties and requires the prefix OmdocJdom. |
|
| Method Summary | |
|---|---|
org.jdom.Document |
getPresentationTags()
returns the JDom document object containing symbolpresentation tags. |
org.jdom.Element |
merge(Vector list)
All the <presentationsymbol> elements, pointing to the same symbol, are merge into one <presentationsymbol>, which is returned as Element object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PresentationTagCollector(Subconfiguration config)
config - | Method Detail |
|---|
public org.jdom.Document getPresentationTags()
throws MBaseException
MBaseExceptionpublic org.jdom.Element merge(Vector list)
list -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||