Searched refs:theAttributeName (Results 1 – 1 of 1) sorted by relevance
471 theAttributeName = null; in setup()518 private String theAttributeName = null; field in Parser530 if (theNewElement == null || theAttributeName == null) return; in adup()531 theNewElement.setAttribute(theAttributeName, null, theAttributeName); in adup()532 theAttributeName = null; in adup()539 theAttributeName = makeName(buff, offset, length).toLowerCase(Locale.ROOT); in aname()544 if (theNewElement == null || theAttributeName == null) return; in aval()548 theNewElement.setAttribute(theAttributeName, null, value); in aval()549 theAttributeName = null; in aval()