Click or drag to resize

IXDLSContentReader Interface

Summary description for IXDLSContentReader.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IXDLSContentReader

The IXDLSContentReader type exposes the following members.

Properties
Name Description
Public property AttributeReader
Gets the attribute reader.
Public property InnerReader
Gets the inner reader.
Public property NodeType
Gets the type of the node.
Public property TagName
Gets the name of the tag.
Top
Methods
Name Description
Public method GetAttributeValue
Gets the attribute value.
Public method ParseElementType
Parses the type of the element.
Public method ReadChildBinaryElement
Reads the child binary element.
Public method ReadChildElement(Object)
Reads the child element.
Public method ReadChildElement(Type)
Reads the child element.
Public method ReadChildStringContent
Reads the content of the child string.
Top
See Also