apply_fragments


Description:

public DIDLLiteFragmentResult apply_fragments (string[] current_fragments, string[] new_fragments)

Updates object by applying new_fragments in places of current_fragments.

For current_fragments.length and new_fragments.length -1 can be passed when respectively current_fragments and new_fragments are NULL terminated.

Parameters:

this

The DIDLLiteObject

current_fragments

XML fragments of this.

new_fragments

Substitutes for current_fragments.

current_size

Size of current_fragments or -1.

new_size

Size of new_fragments or -1.

Returns:

Result of operation.