Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
7 references to IsEmptyElement
System.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
89
get { return impl.
IsEmptyElement
; }
System\Xml\Schema\DtdValidator.cs (2)
57
if (reader.
IsEmptyElement
) {
143
if (Reader.
IsEmptyElement
&& context.ElementDecl.DefaultValueTyped != null) {
System\Xml\Schema\XdrValidator.cs (2)
62
if (reader.
IsEmptyElement
) {
206
if (reader.
IsEmptyElement
&& !context.IsNill && context.ElementDecl.DefaultValueTyped != null) {
System\Xml\Schema\XsdValidator.cs (2)
90
if (reader.
IsEmptyElement
) {
378
if (reader.
IsEmptyElement
&& !context.IsNill && context.ElementDecl.DefaultValueTyped != null) {