Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
7 references to IsEmptyElement
System.Private.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
97
get { return _impl.
IsEmptyElement
; }
System\Xml\Schema\DtdValidator.cs (2)
64
if (reader.
IsEmptyElement
)
167
if (Reader.
IsEmptyElement
&& context.ElementDecl.DefaultValueTyped != null)
System\Xml\Schema\XdrValidator.cs (2)
71
if (reader.
IsEmptyElement
)
250
if (reader.
IsEmptyElement
&& !context.IsNill && context.ElementDecl.DefaultValueTyped != null)
System\Xml\Schema\XsdValidator.cs (2)
108
if (reader.
IsEmptyElement
)
453
if (reader.
IsEmptyElement
&& !context.IsNill && context.ElementDecl.DefaultValueTyped != null)