Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLNormalizingLoader.java189 private String lastActiveLeafNode; field in XMLNormalizingLoader.XMLNormalizingHandler
273 lastActiveLeafNode = null; in push()
357 lastLeafNode = lastActiveLeafNode = currentFullXPath; in pop()
361 Log.logln(LOG_PROGRESS && lastActiveLeafNode != null, "pop: zeroing last leafNode: " in pop()
362 + lastActiveLeafNode); in pop()
363 lastActiveLeafNode = null; in pop()
529 if (lastActiveLeafNode != null) { in comment()
530 … source.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); in comment()
547 … Log.logln(LOG_PROGRESS && lastActiveLeafNode != null, "\\n: zeroing last leafNode: " in ignorableWhitespace()
548 + lastActiveLeafNode); in ignorableWhitespace()
[all …]
DCLDRFile.java1520 private String lastActiveLeafNode;
1604 lastActiveLeafNode = null;
1709 lastLeafNode = lastActiveLeafNode = currentFullXPath;
1713 Log.logln(LOG_PROGRESS && lastActiveLeafNode != null, "pop: zeroing last leafNode: "
1714 + lastActiveLeafNode);
1715 lastActiveLeafNode = null;
1888 if (lastActiveLeafNode != null) {
1889 … target.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE);
1907 … Log.logln(LOG_PROGRESS && lastActiveLeafNode != null, "\\n: zeroing last leafNode: "
1908 + lastActiveLeafNode);
[all …]