mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Clean up FIXMEs in comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34973 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2079071716
commit
e1f3c34218
1 changed files with 3 additions and 8 deletions
|
@ -524,7 +524,7 @@ isEqualTree(xmlNodePtr nodeA, xmlNodePtr nodeB)
|
||||||
xmlNsPtr cur = ns;
|
xmlNsPtr cur = ns;
|
||||||
xmlNsPtr oldNs1;
|
xmlNsPtr oldNs1;
|
||||||
|
|
||||||
// FIXME: Need to transfer the namespace to the new tree
|
// Need to transfer the namespace to the new tree
|
||||||
// Unlink in old
|
// Unlink in old
|
||||||
if (last == NULL)
|
if (last == NULL)
|
||||||
{
|
{
|
||||||
|
@ -640,7 +640,6 @@ isEqualTree(xmlNodePtr nodeA, xmlNodePtr nodeB)
|
||||||
}
|
}
|
||||||
|
|
||||||
[self _addSubNode: child];
|
[self _addSubNode: child];
|
||||||
// FIXME: Need to replace fake namespaces in subnodes
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) _invalidate
|
- (void) _invalidate
|
||||||
|
@ -1261,7 +1260,6 @@ execute_xpath(NSXMLNode *xmlNode, NSString *xpath_exp, NSString *nmspaces)
|
||||||
|
|
||||||
if (node->type == XML_NAMESPACE_DECL)
|
if (node->type == XML_NAMESPACE_DECL)
|
||||||
{
|
{
|
||||||
// FIXME: Could try to go to document an loop over the namespaces
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1688,7 +1686,6 @@ execute_xpath(NSXMLNode *xmlNode, NSString *xpath_exp, NSString *nmspaces)
|
||||||
localName = xmlSplitQName2(xmlName, &prefix);
|
localName = xmlSplitQName2(xmlName, &prefix);
|
||||||
if (prefix != NULL)
|
if (prefix != NULL)
|
||||||
{
|
{
|
||||||
// FIXME: Which other nodes get namespaces?
|
|
||||||
if ((node->type == XML_ATTRIBUTE_NODE) ||
|
if ((node->type == XML_ATTRIBUTE_NODE) ||
|
||||||
(node->type == XML_ELEMENT_NODE))
|
(node->type == XML_ELEMENT_NODE))
|
||||||
{
|
{
|
||||||
|
@ -1712,8 +1709,7 @@ execute_xpath(NSXMLNode *xmlNode, NSString *xpath_exp, NSString *nmspaces)
|
||||||
|
|
||||||
ensure_oldNs(node);
|
ensure_oldNs(node);
|
||||||
|
|
||||||
// FIXME: Fake the name space and fix it later
|
// Fake the name space and fix it later
|
||||||
// xmlReconciliateNs or xmlDOMWrapReconcileNamespaces ?
|
|
||||||
// This function is private, so re reimplemt it.
|
// This function is private, so re reimplemt it.
|
||||||
//ns = xmlDOMWrapStoreNs(node->doc, NULL, prefix);
|
//ns = xmlDOMWrapStoreNs(node->doc, NULL, prefix);
|
||||||
oldNs = node->doc->oldNs;
|
oldNs = node->doc->oldNs;
|
||||||
|
@ -1817,8 +1813,7 @@ execute_xpath(NSXMLNode *xmlNode, NSString *xpath_exp, NSString *nmspaces)
|
||||||
|
|
||||||
ensure_oldNs(node);
|
ensure_oldNs(node);
|
||||||
|
|
||||||
// FIXME: Fake the name space and fix it later
|
// Fake the name space and fix it later
|
||||||
// xmlReconciliateNs or xmlDOMWrapReconcileNamespaces ?
|
|
||||||
// This function is private, so re reimplemt it.
|
// This function is private, so re reimplemt it.
|
||||||
//ns = xmlDOMWrapStoreNs(node->doc, NULL, prefix);
|
//ns = xmlDOMWrapStoreNs(node->doc, NULL, prefix);
|
||||||
oldNs = node->doc->oldNs;
|
oldNs = node->doc->oldNs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue