67 {
68 get
69 {
72 {
73 return string.Empty;
74 }
76 {
79 {
80 return string.Empty;
81 }
82 if (nodeType == XmlNodeType.Element || nodeType == XmlNodeType.Attribute || nodeType == XmlNodeType.ProcessingInstruction)
83 {
85 }
86 return string.Empty;
87 }
89 {
90 return string.Empty;
91 }
93 }
94 }
bool IsNamespaceNode(XmlNodeType nt, string ns)
readonly XmlDataDocument _doc
virtual string NamespaceURI