Interface IXDLSContentReader
Summary description for IXDLSContentReader.
Namespace: Syncfusion.DocIO.DLS.XML
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IXDLSContentReader
Properties
AttributeReader
Gets the attribute reader.
Declaration
IXDLSAttributeReader AttributeReader { get; }
Property Value
Type | Description |
---|---|
IXDLSAttributeReader | The attribute reader. |
InnerReader
Gets the inner reader.
Declaration
XmlReader InnerReader { get; }
Property Value
Type | Description |
---|---|
System.Xml.XmlReader | The inner reader. |
NodeType
Gets the type of the node.
Declaration
XmlNodeType NodeType { get; }
Property Value
Type | Description |
---|---|
System.Xml.XmlNodeType | The type of the node. |
TagName
Gets the name of the tag.
Declaration
string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
Methods
GetAttributeValue(String)
Gets the attribute value.
Declaration
string GetAttributeValue(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Returns
Type |
---|
System.String |
ParseElementType(Type, out Enum)
Parses the type of the element.
Declaration
bool ParseElementType(Type enumType, out Enum elementType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | enumType | Type of the enum. |
System.Enum | elementType | Type of the element. |
Returns
Type |
---|
System.Boolean |
ReadChildBinaryElement()
Reads the child binary element.
Declaration
byte[] ReadChildBinaryElement()
Returns
Type |
---|
System.Byte[] |
ReadChildElement(Object)
Reads the child element.
Declaration
bool ReadChildElement(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
Returns
Type |
---|
System.Boolean |
ReadChildElement(Type)
Reads the child element.
Declaration
object ReadChildElement(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type. |
Returns
Type |
---|
System.Object |
ReadChildStringContent()
Reads the content of the child string.
Declaration
string ReadChildStringContent()
Returns
Type |
---|
System.String |