Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java471 theAttributeName = null; in setup()
518 private String theAttributeName = null; field in Parser
530 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()