IXDLSContentReader module

class IXDLSContentReader.IXDLSContentReader

Bases: ABC

Abstract base class for content readers in XDLS.

abstract property AttributeReader: IXDLSAttributeReader

Returns the attribute reader associated with the content reader.

abstract GetAttributeValue(name: str) str

Returns the value of the specified attribute.

ReadChildElement

Reads a child element with the specified value.

abstract ReadChildStringContent() str

Reads the string content of a child element.

abstract property TagName: str

Returns the tag name of the content reader.