parentNode
returns null
.). Element
copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes, but this method does not copy any text it contains unless it is a deep clone, since the text is contained in a child Text
node. Cloning any other type of node simply returns a copy of this node. EntityReference
clone are readonly.
@param deep If true
, recursively clone the subtree under the specified node; if false
, clone only the node itself (and its attributes, if it is an Element
).
@return The duplicate node.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|