The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 1 | @todo |
TODO | 72 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 1
net.sourceforge.jeuclid.elements.presentation.table.Mtable | Line |
---|---|
This method is probably useful for other attribute values. Examine, and move to a more common place. (like AttrHelper) | 409 |
Number of occurrences found in the code: 72
net.sourceforge.jeuclid.ant.MathMLConverter | Line |
---|---|
use .isEmpty() when JEuclid moves to 1.6 | 474 |
net.sourceforge.jeuclid.converter.Processor | Line |
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.AbstractElementWithDelegates | Line |
Re-Enable resetting delegates on changeHook! | 40 |
net.sourceforge.jeuclid.elements.AbstractJEuclidElement | Line |
Support deprecated variant names | 191 |
Theoretically this only applies all to presentation token elements except mspace and mglyph, and on no other elements except mstyle 3.2.2 | 740 |
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.DocumentElement | Line |
This should be done in a better way. | 119 |
net.sourceforge.jeuclid.elements.presentation.enlivening.Maction | Line |
This element does not actually implement any action. | 34 |
net.sourceforge.jeuclid.elements.presentation.general.Mpadded | Line |
none of the attributes are actually implemented yet. | 30 |
net.sourceforge.jeuclid.elements.presentation.general.Mstyle | Line |
Auto-generated method stub | 243 |
Auto-generated method stub | 249 |
Auto-generated method stub | 255 |
Auto-generated method stub | 261 |
Auto-generated method stub | 267 |
Auto-generated method stub | 273 |
Auto-generated method stub | 279 |
Auto-generated method stub | 285 |
Auto-generated method stub | 291 |
Auto-generated method stub | 297 |
Auto-generated method stub | 303 |
Auto-generated method stub | 309 |
Auto-generated method stub | 315 |
Auto-generated method stub | 321 |
Auto-generated method stub | 327 |
Auto-generated method stub | 333 |
Auto-generated method stub | 339 |
Auto-generated method stub | 345 |
Auto-generated method stub | 352 |
Auto-generated method stub | 359 |
Auto-generated method stub | 366 |
Auto-generated method stub | 373 |
Auto-generated method stub | 379 |
Auto-generated method stub | 385 |
Auto-generated method stub | 391 |
Auto-generated method stub | 397 |
Auto-generated method stub | 403 |
Auto-generated method stub | 409 |
net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver | Line |
some operators should "default" to being an accent, but currently they don't | 45 |
Accent also depends on the content. See spec 3.4.4 - 3.4.6 | 84 |
Accent also depends on the content. See spec 3.4.4 - 3.4.6 | 113 |
Should depend on type and accent | 125 |
net.sourceforge.jeuclid.elements.presentation.table.Mlabeledtr | Line |
add proper support for labels. They are currently silently ignored. | 30 |
net.sourceforge.jeuclid.elements.presentation.table.Mtable | Line |
Implement | 570 |
Implement | 576 |
Implement | 582 |
Implement | 588 |
Implement | 595 |
Implement | 602 |
Implement | 608 |
Implement | 613 |
Auto-generated method stub | 619 |
Auto-generated method stub | 625 |
Auto-generated method stub | 631 |
Auto-generated method stub | 637 |
Auto-generated method stub | 644 |
Auto-generated method stub | 650 |
Auto-generated method stub | 657 |
This is where Alignment-Groups should be calculated | 704 |
This uses center instead of axis. | 821 |
Proper vertical alignment; This is "axis" alignment. | 843 |
net.sourceforge.jeuclid.elements.presentation.token.Mglyph | Line |
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.Mo | Line |
Load all. | 310 |
Exception for embellished operators | 373 |
MaxSize / MinSize could also be inherited from MStyle. | 706 |
net.sourceforge.jeuclid.elements.presentation.token.Mspace | Line |
linebreak is unimplemented | 37 |
net.sourceforge.jeuclid.elements.support.text.CharConverter | Line |
Check if there are other combining characters among the default entities and map them accordingly. | 104 |
net.sourceforge.jeuclid.swing.JMathComponent | Line |
Auto-generated method stub | 590 |
net.sourceforge.jeuclid.test.DOMModelTest | Line |
Someday none of these should be commented out. | 246 |
Use DOM instead; | 248 |
net.sourceforge.jeuclid.test.elements.ContentTest | Line |
--No comment-- | 73 |