Searched refs:itemNode (Results 1 – 2 of 2) sorted by relevance
486 WebCore::Node* itemNode = m_nodeList->item(index); in item() local487 if (!itemNode) in item()490 *result = DOMNode::createInstance(itemNode); in item()
1568 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument1738 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()