C# Класс Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.IncludeElementProcessor

Наследование: AbstractXmlNodeProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
Accept ( XmlNode node ) : bool

Accepts the specified node. Check if node has the same name as the processor and the node.NodeType is in the AcceptNodeTypes List NOTE: since the BatchRegistrationFacility already uses an include element we will distringish between both by looking for the presence of an uri attribute we should revisit this later by using xml-namespaces

IncludeElementProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
ProcessInclude ( XmlElement element, String includeUri, IXmlProcessorEngine engine ) : XmlNode

Описание методов

Accept() публичный Метод

Accepts the specified node. Check if node has the same name as the processor and the node.NodeType is in the AcceptNodeTypes List NOTE: since the BatchRegistrationFacility already uses an include element we will distringish between both by looking for the presence of an uri attribute we should revisit this later by using xml-namespaces
public Accept ( XmlNode node ) : bool
node System.Xml.XmlNode The node.
Результат bool

IncludeElementProcessor() публичный Метод

public IncludeElementProcessor ( ) : System
Результат System

Process() публичный Метод

public Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
nodeList IXmlProcessorNodeList
engine IXmlProcessorEngine
Результат void

ProcessInclude() публичный Метод

public ProcessInclude ( XmlElement element, String includeUri, IXmlProcessorEngine engine ) : XmlNode
element System.Xml.XmlElement
includeUri String
engine IXmlProcessorEngine
Результат System.Xml.XmlNode