97 {
98 get
99 {
102 {
103 return string.Empty;
104 }
106 {
109 {
111 {
112 return string.Empty;
113 }
115 }
116 if (nodeType == XmlNodeType.Element || nodeType == XmlNodeType.Attribute || nodeType == XmlNodeType.ProcessingInstruction)
117 {
119 }
120 return string.Empty;
121 }
123 {
124 return string.Empty;
125 }
127 }
128 }
bool IsNamespaceNode(XmlNodeType nt, string ns)
readonly XmlDataDocument _doc
virtual string NamespaceURI