Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDtdAttributeListInfo.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Xml
;
4
5
internal
interface
IDtdAttributeListInfo
6
{
7
string
Prefix
{
get
; }
8
9
string
LocalName
{
get
; }
10
11
bool
HasNonCDataAttributes
{
get
; }
12
13
IDtdAttributeInfo
LookupAttribute
(
string
prefix
,
string
localName);
14
15
IEnumerable<IDtdDefaultAttributeInfo>
LookupDefaultAttributes
();
16
17
IDtdAttributeInfo
LookupIdAttribute
();
18
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.IDtdAttributeInfo
Definition
IDtdAttributeInfo.cs:4
System.Xml.IDtdAttributeListInfo.LocalName
string LocalName
Definition
IDtdAttributeListInfo.cs:9
System.Xml.IDtdAttributeListInfo.HasNonCDataAttributes
bool HasNonCDataAttributes
Definition
IDtdAttributeListInfo.cs:11
System.Xml.IDtdAttributeListInfo.LookupAttribute
IDtdAttributeInfo LookupAttribute(string prefix, string localName)
System.Xml.IDtdAttributeListInfo.Prefix
string Prefix
Definition
IDtdAttributeListInfo.cs:7
System.Xml.IDtdAttributeListInfo.LookupIdAttribute
IDtdAttributeInfo LookupIdAttribute()
System.Xml.IDtdAttributeListInfo.LookupDefaultAttributes
IEnumerable< IDtdDefaultAttributeInfo > LookupDefaultAttributes()
System.Xml.IDtdAttributeListInfo
Definition
IDtdAttributeListInfo.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.prefix
@ prefix
source
System.Private.Xml
System.Xml
IDtdAttributeListInfo.cs
Generated by
1.10.0