internalCloneWithOwnerDocument method
Implementation
@visibleForTesting
@override
Node internalCloneWithOwnerDocument(Document ownerDocument, bool? deep) {
return ProcessingInstruction.internal(
ownerDocument,
sheet: sheet,
target: target,
);
}