Moves remaining Umbraco.Core.Xml items to abstractions project
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
@@ -7,7 +7,7 @@ using System.Xml.XPath;
|
||||
|
||||
namespace Umbraco.Core.Xml
|
||||
{
|
||||
class XmlNodeListFactory
|
||||
public class XmlNodeListFactory
|
||||
{
|
||||
private XmlNodeListFactory() { }
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user