|
|
@@ -9,6 +9,7 @@
|
|
|
//
|
|
|
|
|
|
using System;
|
|
|
+using System.Xml.XPath;
|
|
|
|
|
|
namespace System.Xml
|
|
|
{
|
|
|
@@ -64,6 +65,10 @@ namespace System.Xml
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ internal override XPathNodeType XPathNodeType {
|
|
|
+ get { return XPathNodeType.Text; }
|
|
|
+ }
|
|
|
+
|
|
|
#endregion
|
|
|
|
|
|
#region Methods
|
|
|
@@ -128,7 +133,6 @@ namespace System.Xml
|
|
|
{
|
|
|
return data.Substring (offset, count);
|
|
|
}
|
|
|
-
|
|
|
#endregion
|
|
|
}
|
|
|
}
|