XmlContextType Enum
Specifies the type of IXmlContext.
public enum XmlContextType
Fields
| Name | Description |
|---|---|
| Default | In default area (between elements or in an element block). |
| EndTagName | At the name of an end tag. |
| None | No context. |
| StartTagAttributeName | At the name of an attribute. |
| StartTagAttributeValue | At the value of an attribute. |
| StartTagDefault | After the start tag name, and possibly between attributes. |
| StartTagName | At the name of a start tag. |
| StartTagOther | At another part of a start tag. |