Searched refs:lastAttribute (Results 1 – 2 of 2) sorted by relevance
766 Pair<String, String> lastAttribute = attributeStack.peek(); in parseFile() local767 if (lastAttribute.getSecond() != null) { in parseFile()768 …System.out.println(lineCount + "\tDouble Attribute: " + contentString + ", peek=" + lastAttribute); in parseFile()770 lastAttribute.setSecond(contentString); in parseFile()
56 private Attribute lastAttribute; field in DtdData283 lastAttribute = a; in addAttribute()499 lastAttribute = null; in addElement()511 } else if (lastAttribute != null) { in addComment()512 lastAttribute.addComment(comment); in addComment()