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?

0

It does not copy if 

getAttributeChildrenDescriptions() is null

How to add description to attributes? Or how can we copy if the attribute description is not there?

 

0

Resolved - the Children must be extend DomElement too

0

请先登录再写评论。