mscorlib(4.0.0.0) API with additions
EntityHandling.cs
1
namespace
System.Xml
2
{
4
public
enum
EntityHandling
5
{
7
ExpandEntities
= 1,
9
ExpandCharEntities
10
}
11
}
System.Xml.EntityHandling.ExpandCharEntities
Expands character entities and returns general entities as F:System.Xml.XmlNodeType....
System.Xml.EntityHandling
EntityHandling
Specifies how the T:System.Xml.XmlTextReader or T:System.Xml.XmlValidatingReader handle entities.
Definition:
EntityHandling.cs:4
System.Xml.EntityHandling.ExpandEntities
Expands all entities and returns the expanded nodes.
System.Xml
Definition:
AsyncHelper.cs:3
All cs
System.Xml
EntityHandling.cs
Generated by
1.8.15