Name | Description | |
---|---|---|
IsSelfClosedTag | Indicates whether this is a self closed start tag. | |
Name | Gets the name of the current node. | |
NodeType | Gets the type of the current node. | |
Value | Gets the value of the current node. |
The following tables list the members exposed by NXmlReader.
Name | Description | |
---|---|---|
IsSelfClosedTag | Indicates whether this is a self closed start tag. | |
Name | Gets the name of the current node. | |
NodeType | Gets the type of the current node. | |
Value | Gets the value of the current node. |
Name | Description | |
---|---|---|
Create | Creates a XML reader for the given stream. | |
GetAttributeValue | Gets the value of the attribute with the given name. This method is valid only when the current node type is ENXmlReaderNodeType.Declaration or ENXmlReaderNodeType.StartTag. | |
Read | Reads the next entry from the XML stream. |