Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java766 Pair<String, String> lastAttribute = attributeStack.peek(); in parseFile() local
767 if (lastAttribute.getSecond() != null) { in parseFile()
768 …System.out.println(lineCount + "\tDouble Attribute: " + contentString + ", peek=" + lastAttribute); in parseFile()
770 lastAttribute.setSecond(contentString); in parseFile()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java56 private Attribute lastAttribute; field in DtdData
283 lastAttribute = a; in addAttribute()
499 lastAttribute = null; in addElement()
511 } else if (lastAttribute != null) { in addComment()
512 lastAttribute.addComment(comment); in addComment()