Home
last modified time | relevance | path

Searched refs:itemNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DDOMCoreClasses.cpp486 WebCore::Node* itemNode = m_nodeList->item(index); in item() local
487 if (!itemNode) in item()
490 *result = DOMNode::createInstance(itemNode); in item()
/external/libxml2/
Dxmlschemas.c1568 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument
1738 if ((named == 0) && (itemNode != NULL)) { in xmlSchemaFormatItemForReport()
1741 if (itemNode->type == XML_ATTRIBUTE_NODE) in xmlSchemaFormatItemForReport()
1742 elem = itemNode->parent; in xmlSchemaFormatItemForReport()
1744 elem = itemNode; in xmlSchemaFormatItemForReport()
1755 if ((itemNode != NULL) && (itemNode->type == XML_ATTRIBUTE_NODE)) { in xmlSchemaFormatItemForReport()
1757 if (itemNode->ns != NULL) { in xmlSchemaFormatItemForReport()
1759 itemNode->ns->href, itemNode->name)); in xmlSchemaFormatItemForReport()
1762 *buf = xmlStrcat(*buf, itemNode->name); in xmlSchemaFormatItemForReport()