コード例 #1
0
 public void setIncludingStylesheet(Stylesheet parent) {
   _includedFrom = parent;
   parent.addIncludedStylesheet(this);
 }