Lines Matching defs:it

11  * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
68 /* Check the parser version. The docs say it will kill the app if
69 * there is a serious version mismatch, but I couldn't find it in the
70 * source code (it only prints the error/warning message to the console) so
71 * let's leave it as is for informational purposes. */
77 /* Save the default entity resolver before someone has replaced it */
458 * the attribute name. For other node types it probably returns NULL.
468 * the attribute name. For other node types it probably returns NULL.
477 * Returns the XML namespace URI, which is the attribute name. For other node types it probably
554 // single child of the attribute node, and it's in the content field
700 * it's the entire tree.
1233 * Creates a new child element node and appends it to the list
1261 * Creates a content node and appends it to the list of children
1285 * If an attribute with the given name exists, it is overwritten,
1296 * Do we already have an attribute and should we just update it?
1318 /* C++ side: Create an attribute node around it. */
1342 * If an attribute with the given name exists, it is overwritten,
1361 * If an attribute with the given name exists, it is overwritten,
1380 * If an attribute with the given name exists, it is overwritten,
1399 * If an attribute with the given name exists, it is overwritten,
1418 * If an attribute with the given name exists, it is overwritten,
1437 * If an attribute with the given name exists, it is overwritten,
1498 ElementNodesList::const_iterator it;
1505 m->it = m->listElements.begin();
1516 * instance of NodesLoop on the stack and call this method until it returns
1531 if (m->it != m->listElements.end())
1533 pNode = *(m->it);
1534 ++(m->it);
1649 * Creates a new element node and sets it as the root element.