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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java469 theNewElement = null;
516 private Element theNewElement = null; field in class:Parser
529 if (theNewElement == null || theAttributeName == null) return;
530 theNewElement.setAttribute(theAttributeName, null, theAttributeName);
535 if (theNewElement == null) return;
543 if (theNewElement == null || theAttributeName == null) return;
547 theNewElement.setAttribute(theAttributeName, null, value);
675 theNewElement = null;
956 if (theNewElement != null) return;
970 theNewElement
[all...]

Completed in 62 milliseconds