Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
@todo1@todo
TODO72TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

net.sourceforge.jeuclid.elements.presentation.table.MtableLine
This method is probably useful for other attribute values. Examine, and move to a more common place. (like AttrHelper)409

TODO

Number of occurrences found in the code: 72

net.sourceforge.jeuclid.ant.MathMLConverterLine
use .isEmpty() when JEuclid moves to 1.6474
net.sourceforge.jeuclid.converter.ProcessorLine
This is an IE-Fix, but does not work yet. final Node parent = node.getParentNode(); if ((parent != null) && (Processor.NAMESPACE_HTML.equals(parent .getNamespaceURI())) && ("html".equals(parent.getLocalName())) && ("head".equals(node.getLocalName()))) { ((Element) parent).setAttribute("xmlns:svg", "http://www.w3.org/2000/svg"); final Document ownerDoc = node.getOwnerDocument(); final Element objectElement = ownerDoc .createElement("object"); objectElement.setAttribute("id", "AdobeSVG"); objectElement.setAttribute("classid", "clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"); node.appendChild(objectElement); final ProcessingInstruction pi = ownerDoc .createProcessingInstruction("import", "namespace=\"svg\" implementation=\"#AdobeSVG\""); node.appendChild(pi); }184
net.sourceforge.jeuclid.elements.AbstractElementWithDelegatesLine
Re-Enable resetting delegates on changeHook!40
net.sourceforge.jeuclid.elements.AbstractJEuclidElementLine
Support deprecated variant names191
Theoretically this only applies all to presentation token elements except mspace and mglyph, and on no other elements except mstyle 3.2.2740
This should be done in a better way.823
put in own function, ensure this is also called from subclasses.836
net.sourceforge.jeuclid.elements.generic.DocumentElementLine
This should be done in a better way.119
net.sourceforge.jeuclid.elements.presentation.enlivening.MactionLine
This element does not actually implement any action.34
net.sourceforge.jeuclid.elements.presentation.general.MpaddedLine
none of the attributes are actually implemented yet.30
net.sourceforge.jeuclid.elements.presentation.general.MstyleLine
Auto-generated method stub243
Auto-generated method stub249
Auto-generated method stub255
Auto-generated method stub261
Auto-generated method stub267
Auto-generated method stub273
Auto-generated method stub279
Auto-generated method stub285
Auto-generated method stub291
Auto-generated method stub297
Auto-generated method stub303
Auto-generated method stub309
Auto-generated method stub315
Auto-generated method stub321
Auto-generated method stub327
Auto-generated method stub333
Auto-generated method stub339
Auto-generated method stub345
Auto-generated method stub352
Auto-generated method stub359
Auto-generated method stub366
Auto-generated method stub373
Auto-generated method stub379
Auto-generated method stub385
Auto-generated method stub391
Auto-generated method stub397
Auto-generated method stub403
Auto-generated method stub409
net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOverLine
some operators should "default" to being an accent, but currently they don't45
Accent also depends on the content. See spec 3.4.4 - 3.4.684
Accent also depends on the content. See spec 3.4.4 - 3.4.6113
Should depend on type and accent125
net.sourceforge.jeuclid.elements.presentation.table.MlabeledtrLine
add proper support for labels. They are currently silently ignored.30
net.sourceforge.jeuclid.elements.presentation.table.MtableLine
Implement570
Implement576
Implement582
Implement588
Implement595
Implement602
Implement608
Implement613
Auto-generated method stub619
Auto-generated method stub625
Auto-generated method stub631
Auto-generated method stub637
Auto-generated method stub644
Auto-generated method stub650
Auto-generated method stub657
This is where Alignment-Groups should be calculated704
This uses center instead of axis.821
Proper vertical alignment; This is "axis" alignment.843
net.sourceforge.jeuclid.elements.presentation.token.MglyphLine
FontFamliy gives a "deprecated attribute" warning due to the current design. <p>40
other attributes (such as italic, bold, etc.) may be inherited from the context.43
net.sourceforge.jeuclid.elements.presentation.token.MoLine
Load all.310
Exception for embellished operators373
MaxSize / MinSize could also be inherited from MStyle.706
net.sourceforge.jeuclid.elements.presentation.token.MspaceLine
linebreak is unimplemented37
net.sourceforge.jeuclid.elements.support.text.CharConverterLine
Check if there are other combining characters among the default entities and map them accordingly.104
net.sourceforge.jeuclid.swing.JMathComponentLine
Auto-generated method stub590
net.sourceforge.jeuclid.test.DOMModelTestLine
Someday none of these should be commented out.246
Use DOM instead;248
net.sourceforge.jeuclid.test.elements.ContentTestLine
--No comment--73