Searched refs:ATTR_RE (Results 1 – 2 of 2) sorted by relevance
11 private static final Pattern ATTR_RE = Pattern.compile("([^\\[]*)(?:\\[@(.+)='(.+)'])?"); field in NodeHandler52 Matcher attrMatcher = ATTR_RE.matcher(matchExpr); in addHandler()
102 ATTR_RE = re.compile("\{@([^\}]*)=([^\}]*)}") # {@id=123} variable108 return ATTR_RE.sub(attributeCallback, text)