src/org/apache/xml/utils/DOMHelper.java (10 lines): - line 61: * TODO: This isn't directly compatable with DOM Level 2. - line 188: * TODO: Make sure this does the right thing with attribute nodes!!! - line 413: // TODO: Check performance of alternate solution: - line 542: // TODO: This does not handle "implicit declarations" - line 606: * TODO: Should we consider moving that logic into getNamespaceForPrefix? - line 898: // TODO: I can probably do something to figure out if this - line 933: * TODO: This doesn't handle DocumentFragments or "orphaned" subtrees - line 1073: * TODO: getElementByID is currently unimplemented. Support DOM Level 2? - line 1099: * TODO: Resolve Public Identifiers... or consider changing function name. - line 1107: * TODO: Consider resolving Relative URIs. src/org/apache/xml/serializer/ToStream.java (8 lines): - line 930: // TODO Auto-generated catch block - line 1485: // TODO: Any other whitespace to consider? - line 2556: { // TODO: Should handle - line 3119: // TODO Auto-generated catch block - line 3489: // TODO Auto-generated method stub - line 3507: // TODO Auto-generated catch block - line 3519: // TODO Auto-generated method stub - line 3539: // TODO Auto-generated catch block src/org/apache/xalan/templates/ElemNumber.java (7 lines): - line 1057: // TODO: fix xml:lang handling. - line 1127: // TODO: Handle digit-group attributes - line 1160: * TODO: Optimize formatNumberList so that it caches the last count and - line 1606: // TODO: throw error on out of range input - line 1647: // TODO: size of the table can be detereined by computing - line 1688: // TODO: throw error on out of range input - line 1745: // TODO: size of the table can be detereined by computing src/org/apache/xalan/xsltc/compiler/Mode.java (5 lines): - line 571: // !!! TODO templates both named and matched - line 1421: // TODO: move target down into the list - line 1447: // TODO: move target down into the list - line 1466: // TODO: move target down into the list - line 1488: // TODO: move target down into the list src/org/apache/xpath/SourceTreeManager.java (4 lines): - line 141: * TODO: This function is highly dangerous. Cache management must be improved. - line 164: * TODO: This function needs to be a LOT more sophisticated. - line 202: // TODO: Not sure if the BaseID is really the same thing as the ID. - line 380: // TODO: User diagnostics. src/org/apache/xml/dtm/ref/DTMDocumentImpl.java (3 lines): - line 1897: * TODO: Resolve Public Identifiers... or consider changing function name. - line 1905: * TODO: Consider resolving Relative URIs. - line 1941: * TODO: Make sure this does the right thing with attribute nodes!!! src/org/apache/xalan/templates/ElemTemplateElement.java (3 lines): - line 350: * TODO: ***** Alternative is "removeMe() from my parent if any" - line 1334: * TODO: If we were sure parents and sibs are always ElemTemplateElements, - line 1359: * TODO: If we were sure parents and sibs are always ElemTemplateElements, src/org/apache/xalan/templates/ElemLiteralResult.java (3 lines): - line 61: * TODO: This should be a derived class. - line 1212: // TODO: Need prefix. - line 1375: // TODO: Process m_extensionElementPrefixes && m_attributeSetsNames src/org/apache/xml/utils/DOM2Helper.java (2 lines): - line 220: * TODO: Make sure this does the right thing with attribute nodes!!! - line 297: * TODO: Reconcile with getLocalNameOfNode. src/org/apache/xalan/transformer/NodeSorter.java (2 lines): - line 48: // * TODO: Adjust this for locale. - line 115: * TODO: Optimize compare -- cache the getStringExpr results, key by m_selectPat + hash of node. src/org/apache/xalan/xsltc/cmdline/Transform.java (2 lines): - line 86: // TODO: at this time we do not do anything with this - line 92: // TODO verify jarFile exists... src/org/apache/xalan/templates/TemplateList.java (2 lines): - line 121: // TODO: assert error - line 730: // TODO: Check for conflicts. src/org/apache/xpath/patterns/StepPattern.java (2 lines): - line 504: // TODO: should keep throw sax exception... - line 610: // TODO: should keep throw sax exception... src/org/apache/xml/serializer/WriterToUTF8Buffered.java (2 lines): - line 233: * TODO: error message needed. - line 362: /* TODO: error message needed. src/org/apache/xml/dtm/ref/DTMManagerDefault.java (2 lines): - line 147: // TODO: %REVIEW% Not really the right error message. - line 516: // TODO: %REVIEW% If overflow addressing, we may recheck a DTM src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java (2 lines): - line 1392: * TODO: Resolve Public Identifiers... or consider changing function name. - line 1400: * TODO: Consider resolving Relative URIs. src/org/apache/xalan/templates/StylesheetRoot.java (2 lines): - line 435: * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH COUNT. - line 452: * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH DESCRIPTION. src/org/apache/xalan/transformer/ClonerToResultTree.java (2 lines): - line 40: // * TODO: Fix or figure out node clone failure! - line 123: * TODO: Fix or figure out node clone failure! src/org/apache/xalan/xsltc/dom/SAXImpl.java (2 lines): - line 1593: * TODO: Copy namespace declarations. Can't be done until we - line 1595: * TODO: Copy comment nodes src/org/apache/xalan/transformer/NumeratorFormatter.java (2 lines): - line 108: // TODO: size of the table can be detereined by computing - line 144: // TODO: throw error on out of range input src/org/apache/xpath/axes/LocPathIterator.java (2 lines): - line 607: // TODO: ?? - line 1020: // * TODO: Move to LocPathIterator. src/org/apache/xml/dtm/ref/DTMDefaultBase.java (2 lines): - line 2061: * TODO: Resolve Public Identifiers... or consider changing function name. - line 2069: * TODO: Consider resolving Relative URIs. src/org/apache/xpath/axes/PredicatedNodeTest.java (2 lines): - line 257: // TODO: Fix this... - line 489: // TODO: Fix this. src/org/apache/xalan/extensions/MethodResolver.java (2 lines): - line 622: // TODO: This needs to be improved to assign relative scores to subclasses, - line 650: score += 0; // TODO: To be assigned based on subclass "distance" src/org/apache/xalan/processor/XSLTAttributeDef.java (2 lines): - line 1320: // TODO: syntax check URL value. - line 1331: // TODO: syntax check URL value. src/org/apache/xml/serializer/TreeWalker.java (2 lines): - line 261: // TODO: - line 269: // TODO: src/org/apache/xalan/xsltc/dom/MultiDOM.java (2 lines): - line 556: // TODO: gather nodes from all DOMs ? - line 568: // TODO: gather nodes from all DOMs ? src/org/apache/xalan/templates/ElemUse.java (2 lines): - line 110: * TODO: Error handling for: "It is an error if there are two attribute sets - line 129: * TODO: Error handling for: "It is an error if there are two attribute sets src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM.java (2 lines): - line 1058: * TODO: Resolve Public Identifiers... or consider changing function name. - line 1066: * TODO: Consider resolving Relative URIs. src/org/apache/xalan/xsltc/compiler/LocationPathPattern.java (1 line): - line 46: // TODO: What does it mean to translate a Pattern ? src/org/apache/xalan/xsltc/compiler/WithParam.java (1 line): - line 198: il.append(new PUSH(cpg, name)); // TODO: namespace ? src/org/apache/xalan/serialize/SerializerUtils.java (1 line): - line 241: * TODO: This needs to be done at an earlier stage in the game... -sb src/org/apache/xalan/xsltc/compiler/VariableBase.java (1 line): - line 89: final String name = getEscapedName(); // TODO: namespace ? src/org/apache/xml/utils/QName.java (1 line): - line 384: // TODO: error or warning... src/org/apache/xpath/NodeSetDTM.java (1 line): - line 496: * TODO: What happens if index is out of range? src/org/apache/xpath/axes/UnionChildIterator.java (1 line): - line 140: // TODO: Fix this. src/org/apache/xalan/xsltc/compiler/util/ErrorMessages_no.java (1 line): - line 219: "Syntax error in ''{0}''."} // TODO: How do you say "syntax error" in norwegian? src/org/apache/xalan/xsltc/runtime/AbstractTranslet.java (1 line): - line 96: // TODO - these should only be instanciated when needed src/org/apache/xpath/axes/MatchPatternIterator.java (1 line): - line 320: // TODO: Fix this. src/org/apache/xml/serializer/SerializerBase.java (1 line): - line 273: * TODO: This method is a HACK! We do not have access to the src/org/apache/xalan/templates/AVTPartXPath.java (1 line): - line 96: * TODO: Fix or remove this unused c'tor. src/org/apache/xalan/templates/ElemExtensionCall.java (1 line): - line 81: // TODO: Need prefix. src/org/apache/xalan/xsltc/compiler/RelationalExpr.java (1 line): - line 241: // TODO: optimize if one of the args is 0 src/org/apache/xalan/xsltc/compiler/XslAttribute.java (1 line): - line 159: * TODO: The namespace URI must be passed to the parent src/org/apache/xml/serializer/OutputPropertiesFactory.java (1 line): - line 316: // TODO: Calculate res file from name. src/org/apache/xpath/axes/FilterExprIteratorSimple.java (1 line): - line 129: // TODO: Fix... src/org/apache/xalan/templates/ElemChoose.java (1 line): - line 176: // TODO: Positional checking src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM2.java (1 line): - line 54: * TODO: This class is currently only used by XSLTC. We need to investigate the possibility src/org/apache/xalan/xsltc/compiler/Number.java (1 line): - line 545: il.append(new PUSH(cpg, "en")); // TODO ?? src/org/apache/xml/serializer/utils/DOM2Helper.java (1 line): - line 105: * TODO: Reconcile with getLocalNameOfNode. src/org/apache/xml/dtm/DTMFilter.java (1 line): - line 163: * TODO: Should this be setNameMatch(expandedName) followed by accept()? src/org/apache/xpath/axes/AxesWalker.java (1 line): - line 446: // TODO: Should probably save this in the iterator. src/org/apache/xalan/templates/ElemCopy.java (1 line): - line 108: // TODO: Process the use-attribute-sets stuff src/org/apache/xalan/templates/FuncDocument.java (1 line): - line 199: // TODO: mnl.addNodeInDocOrder(newDoc, true, xctxt); ?? src/org/apache/xalan/transformer/TransformerImpl.java (1 line): - line 2510: "TODO: Need to write the hooks for QNAME sort data type"); src/org/apache/xalan/lib/sql/QueryParameter.java (1 line): - line 197: * @TODO Remove this code as soon as it is determined that its Use Case is src/org/apache/xalan/templates/FuncFormatNumb.java (1 line): - line 65: // TODO: what should be the behavior here?? src/org/apache/xalan/xsltc/compiler/Stylesheet.java (1 line): - line 1498: // TODO: move target down into the list src/org/apache/xalan/transformer/KeyIterator.java (1 line): - line 141: // TODO: What to do? src/org/apache/xpath/axes/UnionPathIterator.java (1 line): - line 333: // TODO: Handle unwrapped FilterExpr src/org/apache/xalan/processor/StylesheetHandler.java (1 line): - line 1105: * TODO: This method should be renamed. src/org/apache/xalan/xsltc/compiler/Output.java (1 line): - line 49: // TODO: use three-value variables for boolean values: true/false/default src/org/apache/xml/serializer/dom3/DOM3TreeWalker.java (1 line): - line 1515: // TODO: src/org/apache/xalan/processor/XSLTSchema.java (1 line): - line 887: * TODO: When we convert to Java2, this should be a Set. src/org/apache/xpath/NodeSet.java (1 line): - line 340: * TODO: What happens if index is out of range?