DomInvocationHandler copyFrom() method does not copy the attributes
May be I am missing something but public void copyFrom(final DomElement other) {..}
is not copying the attribute when copying the element
Is there another method that I can use? is this method not supposed to copy the attributes but just the value?
请先登录再写评论。
It does not copy if
How to add description to attributes? Or how can we copy if the attribute description is not there?
Resolved - the Children must be extend DomElement too