Castle.Components.DictionaryAdapter.Xml.SysXmlExtensions
namespace Castle.Components.DictionaryAdapter.Xml
{
public static class SysXmlExtensions
{
public static void DefineNamespace(this XmlElement node, string prefix, string namespaceUri);
public static bool IsNamespace(this XmlAttribute attribute);
public static XmlElement FindRoot(this XmlElement node);
public static bool IsXsiType(this XmlAttribute attribute);
}
}