D | OMAConstructed.java | 11 public class OMAConstructed extends OMANode { class 14 public OMAConstructed(OMAConstructed parent, String name, String context, String... avps) { in OMAConstructed() method in OMAConstructed 18 protected OMAConstructed(OMAConstructed parent, String name, String context, in OMAConstructed() method in OMAConstructed 30 new OMAConstructed(this, name, context); in addChild() 50 public OMAConstructed reparent(OMAConstructed parent) { in reparent() 51 return new OMAConstructed(parent, getName(), getContext(), mChildren, getAttributes()); in reparent()
|