360 if (version !=
null && version.Length != 0)
367 if (version !=
null && version.Length != 0)
374 if (version !=
null && version.Length != 0)
387 "version" =>
decl.Version,
388 "encoding" =>
decl.Encoding,
389 "standalone" =>
decl.Standalone,
429 if (publicId !=
null)
436 if (publicId !=
null)
447 if (name ==
"PUBLIC")
451 if (name ==
"SYSTEM")
485 return elem.GetAttributeNode(name)?.Value;
506 return elem.GetAttributeNode(name, ns)?.Value;
781 if (parentNode !=
null)
872 return _nameTable.
Add(
"http://www.w3.org/XML/1998/namespace");
918 return _nameTable.
Add(
"http://www.w3.org/XML/1998/namespace");
955 for (
int i = 0; i < attributes.
Count; i++)
1006 for (
int i = 0; i < attributes.
Count; i++)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
void Add(TKey key, TValue value)
virtual ? XmlDocumentType DocumentType
void CheckIndexCondition(int attributeIndex)
IDictionary< string, string > GetNamespacesInScope(XmlNamespaceScope scope)
bool ReadAttributeValue(ref int level, ref bool bResolveEntity, ref XmlNodeType nt)
string DefaultLookupNamespace(string prefix)
bool MoveToNextAttribute(ref int level)
string GetAttribute(string name)
string GetAttributeFromElement(XmlElement elem, string name, string ns)
VirtualAttribute[] docTypeNodeAttributes
string LookupPrefix(string namespaceName)
int _nDeclarationAttrCount
string GetDocumentTypeAttr(int i)
void ResetMove(ref int level, ref XmlNodeType nt)
bool MoveToAttribute(string name)
readonly XmlNameTable _nameTable
int GetDecAttrInd(string name)
bool MoveToAttributeFromElement(XmlElement elem, string name, string ns)
int GetDocTypeAttrInd(string name)
bool MoveToNextSibling(XmlNode node)
readonly XmlDocument _doc
string GetAttribute(string name, string ns)
bool IsLocalNameEmpty(XmlNodeType nt)
readonly bool _bCreatedOnAttribute
string GetAttribute(int attributeIndex)
void ResetToAttribute(ref int level)
void MoveToAttribute(int attributeIndex)
void RollBackMove(ref int level)
bool MoveToAttribute(string name, string namespaceURI)
string GetAttributeFromElement(XmlElement elem, string name)
VirtualAttribute[] decNodeAttributes
string LookupNamespace(string prefix)
string GetDocumentTypeAttr(XmlDocumentType docType, string name)
XmlNodeReaderNavigator(XmlNode node)
string GetDeclarationAttr(XmlDeclaration decl, string name)
string GetDeclarationAttr(int i)
virtual XmlSpace XmlSpace
virtual ? XmlNode ParentNode
virtual IXmlSchemaInfo SchemaInfo
virtual ? XmlNode NextSibling
virtual string NamespaceURI
virtual ? XmlNode FirstChild
virtual ? XmlAttributeCollection Attributes
VirtualAttribute(string name, string value)