C# Class Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorNodeList

Inheritance: IXmlProcessorNodeList
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
DefaultXmlProcessorNodeList ( ArrayList nodes ) : System.Collections
DefaultXmlProcessorNodeList ( XmlNode node ) : System.Collections
DefaultXmlProcessorNodeList ( XmlNodeList nodes ) : System.Collections
MoveNext ( ) : bool

Protected Methods

Method Description
CloneNodeList ( XmlNodeList nodeList ) : ArrayList

Make a shallow copy of the nodeList.

Method Details

CloneNodeList() protected method

Make a shallow copy of the nodeList.
protected CloneNodeList ( XmlNodeList nodeList ) : ArrayList
nodeList System.Xml.XmlNodeList The nodeList to be copied.
return System.Collections.ArrayList

DefaultXmlProcessorNodeList() public method

public DefaultXmlProcessorNodeList ( ArrayList nodes ) : System.Collections
nodes System.Collections.ArrayList
return System.Collections

DefaultXmlProcessorNodeList() public method

public DefaultXmlProcessorNodeList ( XmlNode node ) : System.Collections
node System.Xml.XmlNode
return System.Collections

DefaultXmlProcessorNodeList() public method

public DefaultXmlProcessorNodeList ( XmlNodeList nodes ) : System.Collections
nodes System.Xml.XmlNodeList
return System.Collections

MoveNext() public method

public MoveNext ( ) : bool
return bool