Skip to content

For API consistency, devs should be able to use a Clone method on ZPT documents #229

@craigfowler

Description

@craigfowler

Just as a ZPT Element has a clone method, so should documents.

Example of the element's API (within IZptElement interface):

/// <summary>
/// Clone this instance into a new Element instance, which may be manipulated without affecting the original.
/// </summary>
IZptElement Clone();

This needs to be extended to IZptDocument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAn improvement, new feature or other addition to the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions