1814181518161817181818191820
List<Operand> strPieces = new ArrayList<Operand>(); for (Node n : node.childNodes()) { strPieces.add(dynamicPiece(n, s)); } return copyAndReturnValue(s, new DynamicSymbol(new CompoundString(strPieces, node.getEncoding()))); }