Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-02-17 08:20:27 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-02-17 08:20:27 +0300
commitef51df4bb960197abd4afad67a88bbc314e81f87 (patch)
treebea472b062b8ddc628989cae6f63d4a3332c4c4b /mcs/class/System.XML/System.Xml/DTDObjectModel.cs
parenta9ab483966a2a55794113d7679c0bbdac093d03f (diff)
2006-02-17 Atsushi Enomoto <atsushi@ximian.com>
* DTDObjectModel.cs : entity resolution method will be used in the next DTD validating reader in 1.x. svn path=/trunk/mcs/; revision=56966
Diffstat (limited to 'mcs/class/System.XML/System.Xml/DTDObjectModel.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/DTDObjectModel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
index bae72caa7ba..313a5f33b41 100644
--- a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
+++ b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
@@ -246,7 +246,6 @@ namespace Mono.Xml
validationErrors.Add (ex);
}
-#if NET_2_0
internal string GenerateEntityAttributeText (string entityName)
{
DTDEntityDeclaration entity = EntityDecls [entityName] as DTDEntityDeclaration;
@@ -269,7 +268,6 @@ namespace Mono.Xml
else
return new XmlTextReaderImpl (entity.EntityValue, XmlNodeType.Element, context);
}
-#endif
}
internal class DTDCollectionBase : DictionaryBase