6 [global::__DynamicallyInvokable]
13 private string _docTypeName =
string.Empty;
15 private string _pubId =
string.Empty;
17 private string _sysId =
string.Empty;
19 private string _internalSubset =
string.Empty;
21 private string _xmlLang =
string.Empty;
25 private string _baseURI =
string.Empty;
31 [global::__DynamicallyInvokable]
34 [global::__DynamicallyInvokable]
39 [global::__DynamicallyInvokable]
48 [global::__DynamicallyInvokable]
51 [global::__DynamicallyInvokable]
56 [global::__DynamicallyInvokable]
65 [global::__DynamicallyInvokable]
68 [global::__DynamicallyInvokable]
73 [global::__DynamicallyInvokable]
76 _docTypeName = ((value ==
null) ?
string.Empty : value);
82 [global::__DynamicallyInvokable]
85 [global::__DynamicallyInvokable]
90 [global::__DynamicallyInvokable]
93 _pubId = ((value ==
null) ?
string.Empty : value);
99 [global::__DynamicallyInvokable]
102 [global::__DynamicallyInvokable]
107 [global::__DynamicallyInvokable]
110 _sysId = ((value ==
null) ?
string.Empty : value);
116 [global::__DynamicallyInvokable]
119 [global::__DynamicallyInvokable]
124 [global::__DynamicallyInvokable]
127 _baseURI = ((value ==
null) ?
string.Empty : value);
133 [global::__DynamicallyInvokable]
136 [global::__DynamicallyInvokable]
139 return _internalSubset;
141 [global::__DynamicallyInvokable]
144 _internalSubset = ((value ==
null) ?
string.Empty : value);
150 [global::__DynamicallyInvokable]
153 [global::__DynamicallyInvokable]
158 [global::__DynamicallyInvokable]
161 _xmlLang = ((value ==
null) ?
string.Empty : value);
167 [global::__DynamicallyInvokable]
170 [global::__DynamicallyInvokable]
175 [global::__DynamicallyInvokable]
184 [global::__DynamicallyInvokable]
187 [global::__DynamicallyInvokable]
192 [global::__DynamicallyInvokable]
199 internal bool HasDtdInfo
203 if (!(_internalSubset !=
string.Empty) && !(_pubId !=
string.Empty))
205 return _sysId !=
string.Empty;
218 [global::__DynamicallyInvokable]
220 : this(nt, nsMgr, null, null, null, null, string.Empty, xmlLang, xmlSpace)
232 [global::__DynamicallyInvokable]
234 : this(nt, nsMgr, null, null, null, null, string.Empty, xmlLang, xmlSpace, enc)
250 [global::__DynamicallyInvokable]
252 : this(nt, nsMgr, docTypeName, pubId, sysId, internalSubset, baseURI, xmlLang, xmlSpace, null)
269 [global::__DynamicallyInvokable]
282 throw new XmlException(
"Xml_NotSameNametable",
string.Empty);
292 _docTypeName = ((docTypeName ==
null) ?
string.Empty : docTypeName);
293 _pubId = ((pubId ==
null) ?
string.Empty : pubId);
294 _sysId = ((sysId ==
null) ?
string.Empty : sysId);
295 _internalSubset = ((internalSubset ==
null) ?
string.Empty : internalSubset);
296 _baseURI = ((baseURI ==
null) ?
string.Empty : baseURI);
297 _xmlLang = ((xmlLang ==
null) ?
string.Empty : xmlLang);
298 _xmlSpace = xmlSpace;
Represents a character encoding.To browse the .NET Framework source code for this type,...
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace)
Initializes a new instance of the XmlParserContext class with the specified T:System....
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Encoding enc)
Initializes a new instance of the XmlParserContext class with the specified T:System....
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace)
Initializes a new instance of the XmlParserContext class with the specified T:System....
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace, Encoding enc)
Initializes a new instance of the XmlParserContext class with the specified T:System....
XmlNamespaceManager NamespaceManager
Gets or sets the T:System.Xml.XmlNamespaceManager.
string? InternalSubset
Gets or sets the internal DTD subset.
string? DocTypeName
Gets or sets the name of the document type declaration.
Provides all the context information required by the T:System.Xml.XmlReader to parse an XML fragment.
Implements a single-threaded T:System.Xml.XmlNameTable.
string? PublicId
Gets or sets the public identifier.
string? SystemId
Gets or sets the system identifier.
Resolves, adds, and removes namespaces to a collection and provides scope management for these namesp...
virtual XmlNameTable NameTable
Gets the T:System.Xml.XmlNameTable associated with this object.
string? BaseURI
Gets or sets the base URI.
string? XmlLang
Gets or sets the current xml:lang scope.
Table of atomized string objects.
Returns detailed information about the last exception.
XmlSpace
Specifies the current xml:space scope.