Searched refs:theNewElement (Results 1 – 1 of 1) sorted by relevance
470 theNewElement = null; in setup()517 private Element theNewElement = null; field in Parser530 if (theNewElement == null || theAttributeName == null) return; in adup()531 theNewElement.setAttribute(theAttributeName, null, theAttributeName); in adup()536 if (theNewElement == null) return; in aname()544 if (theNewElement == null || theAttributeName == null) return; in aval()548 theNewElement.setAttribute(theAttributeName, null, value); in aval()676 theNewElement = null; in etag_basic()957 if (theNewElement != null) return; in gi()971 theNewElement = new Element(type, defaultAttributes); in gi()[all …]