substring_data method

substring_data

Extracts a range of data from the node.

Returns

The text data

def substring_data(self, offset, count):
    ...
ParameterTypeDescription
offsetintThe offset.
countintThe count.

See Also