Moves remaining Umbraco.Core.Xml items to abstractions project

This commit is contained in:
Shannon
2019-11-12 12:56:17 +11:00
parent fce8ac87a2
commit e58edd7d5d
7 changed files with 4 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Umbraco.Core.Exceptions;
namespace Umbraco.Core.Xml
@@ -11,7 +9,7 @@ namespace Umbraco.Core.Xml
/// This is used to parse our customize Umbraco XPath expressions (i.e. that include special tokens like $site) into
/// a real XPath statement
/// </summary>
internal class UmbracoXPathPathSyntaxParser
public class UmbracoXPathPathSyntaxParser
{
/// <summary>
/// Parses custom umbraco xpath expression

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Xml
/// <summary>
/// Provides extensions to XPathNavigator.
/// </summary>
internal static class XPathNavigatorExtensions
public static class XPathNavigatorExtensions
{
/// <summary>
/// Selects a node set, using the specified XPath expression.

View File

@@ -7,7 +7,7 @@ using System.Xml.XPath;
namespace Umbraco.Core.Xml
{
class XmlNodeListFactory
public class XmlNodeListFactory
{
private XmlNodeListFactory() { }

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core
/// <summary>
/// Extension methods for xml objects
/// </summary>
internal static class XmlExtensions
public static class XmlExtensions
{
public static bool HasAttribute(this XmlAttributeCollection attributes, string attributeName)
{

View File

@@ -1166,12 +1166,6 @@
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="XmlExtensions.cs" />
<Compile Include="Xml\DynamicContext.cs" />
<Compile Include="Xml\UmbracoXPathPathSyntaxParser.cs" />
<Compile Include="Xml\XmlNamespaces.cs" />
<Compile Include="Xml\XmlNodeListFactory.cs" />
<Compile Include="Xml\XPathNavigatorExtensions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FileResources\BlockingWeb.config" />