[]
Gets nodes list by the given C1StyleType value.
public List<XmlNode> GetTags(C1StyleType type, bool includePartialNodes)
Type | Name | Description |
---|---|---|
C1StyleType | type | Specifies the type of nodes that must be included to the output list. |
bool | includePartialNodes | Specifies whether partially selected nodes must be included to the output list. |
Type | Description |
---|---|
List<XmlNode> | The list of the nodes with specified type. |