Searched refs:lastchild (Results 1 – 2 of 2) sorted by relevance
50 private XMLElement lastchild; field in XMLElement65 this.lastchild = null; in XMLElement()101 if (lastchild != null) { in addChildElement()102 lastchild.close(); in addChildElement()105 lastchild = child; in addChildElement()217 if (lastchild != null) { in text()218 lastchild.close(); in text()247 if (lastchild != null) { in close()248 lastchild.close(); in close()
210 int lastchild; member6334 if (parent->lastchild) { in nextScaffoldPart()6335 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()6339 parent->lastchild = next; in nextScaffoldPart()6342 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()