| IXDLSContentReader Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IXDLSContentReader type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | AttributeReader | 
 Gets the attribute reader.
 | 
|   | InnerReader | 
 Gets the inner reader.
 | 
|   | NodeType | 
 Gets the type of the node.
 | 
|   | TagName | 
 Gets the name of the tag.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | GetAttributeValue | 
 Gets the attribute value.
 | 
|   | ParseElementType | 
 Parses the type of the element.
 | 
|   | ReadChildBinaryElement | 
 Reads the child binary element.
 | 
|   | ReadChildElement(Object) | 
 Reads the child element.
 | 
|   | ReadChildElement(Type) | 
 Reads the child element.
 | 
|   | ReadChildStringContent | 
 Reads the content of the child string.
 | 
 See Also
See Also