src/main/java/org/apache/xmlbeans/impl/store/DomImpl.java (17 lines): - line 258: // TODO -- traverse the entity tree, making sure that there are - line 307: // TODO - use read only state on a node to know if it is under an - line 874: // TODO -- I'm importing my own nodes through DOM methods! -- make this faster - line 1158: // TODO - handle entity refs here ... - line 1222: // TODO - handle entity refs here ... - line 1304: // TODO - handle entity refs here ... - line 1451: // TODO - make this faster - line 1555: // TODO - obey readonly status of a substree - line 1692: // TODO - don't actually insert this here, associate it with the - line 1897: // TODO - should return the correct namespace for xmlns ... - line 1911: // TODO - make it possible to set the prefix of an xmlns - line 1912: // TODO - test to make use prefix: xml maps to the predefined namespace - line 2156: // TODO: check if relying on object identity is ok - line 2219: // TODO: find a faster way to compare, may be based on the locale / cursor elements inside the nodes - line 2485: // TODO - validate all attr/element names in all appropriate methods - line 2938: // TODO - fix this *really* cheesy/bad/lousy perf impl - line 3696: // TODO -- need to rewrite DomImpl.document_importNode to use an Xcur src/main/java/org/apache/xmlbeans/impl/store/Saver.java (11 lines): - line 266: // TODO: ch >= 0x10000 && ch <= 0x10FFFF is always false for a char, use codepoints/ints - line 938: // TODO - must encode uri properly - line 1007: // TODO - encoding issues here? - line 1026: // TODO: systemId production http://www.w3.org/TR/REC-xml/#NT-SystemLiteral - line 1027: // TODO: publicId production http://www.w3.org/TR/REC-xml/#NT-PubidLiteral - line 1446: // TODO - Had to convert to a space here ... imples not well formed XML - line 1892: // TODO - must encode uri properly - line 1934: // TODO - encoding issues here? - line 2037: // TODO: systemId production http://www.w3.org/TR/REC-xml/#NT-SystemLiteral - line 2038: // TODO: publicId production http://www.w3.org/TR/REC-xml/#NT-PubidLiteral - line 2844: // TODO - saving a fragment need to take namesapces from root and src/main/java/org/apache/xmlbeans/impl/store/Xobj.java (8 lines): - line 563: // TODO - this is not a structural change .... perhaps should not issue a change here? - line 1074: // TODO - strange to have charNode stuff inside here ..... - line 1532: // TODO - - line 1679: // TODO - remove this when I've replaced the old store - line 2295: // TODO - this is the quick and dirty implementation, make this faster - line 2303: // TODO - deal with null sources[ i ] here -- what to do? - line 2431: // TODO - put this in a ptr off this node - line 2435: // TODO - put this in a ptr off this node src/main/java/org/apache/xmlbeans/impl/validator/Validator.java (7 lines): - line 58: // TODO (dutta) Additional Attributes for validation error have limited information - line 66: // TODO (dutta) Additional Attributes for validation error have limited information - line 968: // TODO - will want to optimize this later - line 982: // TODO: will be fixed in XmlSchema 1.1 - line 1009: // TODO - fixed value should have been cooked at compile time - line 1022: // TODO (dutta) - make this more verbose - line 1320: // TODO - if xsi:type is specified on a union, it selects src/main/java/org/apache/xmlbeans/impl/store/Cur.java (7 lines): - line 1803: // TODO - should assert that is an attr is being moved, it is ok there - line 1870: // TODO - should shuffle contained curs to the right??? - line 1990: // TODO - should assert that is an attr is being moved, it is ok there - line 2031: // TODO - shuffle interior curs? - line 2054: // TODO - shuffle interior curs? - line 2071: // TODO - did I forget to put a changeNotification here? Look more closely ... - line 2351: // TODO - in the moveNode case, I would not have to walk the tree for cursors ... optimize src/main/java/org/apache/xmlbeans/impl/store/Locale.java (5 lines): - line 81: // TODO - add option for no=sync, or make it all thread safe - line 154: // TODO - other things to check? - line 906: // TODO (ericvas ) - have a qname factory here so that the same factory may be - line 912: // TODO - make sure name is a well formed name? - line 1047: // TODO - hack impl for now ... improve src/main/java/org/apache/xmlbeans/impl/store/Cursor.java (5 lines): - line 200: // TODO - deal with cursors moving to other documents upon release? - line 215: // TODO - consider taking this out of the gateway - line 442: // TODO - some of these methods need not be protected by a - line 1281: // TODO - I Don't do weak bookmarks yet ... perhaps I'll never do them .... - line 1288: // TODO - I Don't do weak bookmarks yet ... src/main/java/org/apache/xmlbeans/impl/store/CharUtil.java (3 lines): - line 246: // TODO - at some point, instead of creating joins, I should - line 250: // TODO - actually, I should see if the size of the new char - line 858: // TODO - 64 is kinda arbitrary. Perhaps it should be configurable. src/main/java/org/apache/xmlbeans/impl/schema/StscComplexTypeResolver.java (2 lines): - line 443: // TODO: attribute model also - line 1100: // TODO: detect substitution group for this element and construct a choice src/main/java/org/apache/xmlbeans/impl/values/JavaDecimalHolder.java (2 lines): - line 64: // TODO - will want to validate Chars with built in white space handling - line 95: // TODO - may need to escape error char src/main/java/org/apache/xmlbeans/impl/util/XsTypeConverter.java (2 lines): - line 159: //TODO: review this - line 227: //TODO: consider special casing zero and one to return static values src/main/java/org/apache/xmlbeans/impl/values/JavaNotationHolderEx.java (1 line): - line 86: // TODO - describe string and pattern here in error src/main/java/org/apache/xmlbeans/impl/config/Parser.java (1 line): - line 79: // TODO: check if this is called, when no sources are specified src/main/java/org/apache/xmlbeans/impl/values/JavaDecimalHolderEx.java (1 line): - line 71: // TODO - describe string and pattern here in error src/main/java/org/apache/xmlbeans/impl/common/XmlLocale.java (1 line): - line 16: // TODO - consider moving this to public .... src/main/java/org/apache/xmlbeans/impl/store/Jsr173.java (1 line): - line 762: // TODO - avoid creating a string here src/main/java/org/apache/xmlbeans/impl/values/JavaBase64Holder.java (1 line): - line 63: // TODO - get a decent error with line numbers and such here src/main/java/org/apache/xmlbeans/impl/values/JavaUriHolderEx.java (1 line): - line 89: // TODO - describe string and pattern here in error src/main/java/org/apache/xmlbeans/impl/xpath/XPathCompilationContext.java (1 line): - line 45: // TODO: checkme src/main/java/org/apache/xmlbeans/impl/values/XmlUnionImpl.java (1 line): - line 370: /* TODO: rethink this - disabling for now. src/main/java/org/apache/xmlbeans/impl/schema/XsbReader.java (1 line): - line 859: // TODO (radup) find the right solution here src/main/java/org/apache/xmlbeans/impl/schema/TypeSystemHolder.java (1 line): - line 40: // TODO: provide parameter-less parent constructor src/main/java/org/apache/xmlbeans/impl/schema/SchemaIdentityConstraintImpl.java (1 line): - line 122: // TODO: Need the namespace map - requires store support src/main/java/org/apache/xmlbeans/impl/xsd2inst/SampleXmlUtil.java (1 line): - line 19: * TODO: src/main/java/org/apache/xmlbeans/XmlOptions.java (1 line): - line 89: // TODO - Add selectPath option to track the selection (default is to clean selections fast). src/main/java/org/apache/xmlbeans/impl/tool/BaseSchemaResourceManager.java (1 line): - line 469: // TODO: remove other unsafe characters for filenames? src/main/java/org/apache/xmlbeans/impl/values/JavaHexBinaryHolder.java (1 line): - line 65: // TODO - get a decent error with line numbers and such here src/main/java/org/apache/xmlbeans/impl/values/JavaQNameHolderEx.java (1 line): - line 96: // TODO - describe string and pattern here in error src/main/java/org/apache/xmlbeans/impl/values/JavaQNameHolder.java (1 line): - line 65: // TODO - what I really need to do here is that if there is no