Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java470 theNewElement = null; in setup()
517 private Element theNewElement = null; field in Parser
530 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 …]