NVelocity.NAnt.Anakia
Class AnakiaXmlDocument

Customized XmlDocument for Anakia so that AnakiaXmlElements can be created

Constructor Summary
AnakiaXmlDocument()
        Initializes a new instance of the AnakiaXmlDocument class.

Properties inherited from class System.Xml.XmlDocument
BaseURI, DocumentElement, DocumentType, Implementation, InnerXml, IsReadOnly, LocalName, Name, NameTable, NodeType, OwnerDocument, PreserveWhitespace, XmlResolver

Properties inherited from class System.Xml.XmlNode
Attributes, ChildNodes, FirstChild, HasChildNodes, InnerText, Item, Item, LastChild, NamespaceURI, NextSibling, OuterXml, ParentNode, Prefix, PreviousSibling, Value

Method Summary
System.Xml.XmlElement CreateElement(string prefix, string localname, string nsURI)

Methods inherited from class System.Xml.XmlDocument
CloneNode, CreateAttribute, CreateAttribute, CreateAttribute, CreateCDataSection, CreateComment, CreateDefaultAttribute, CreateDocumentFragment, CreateDocumentType, CreateElement, CreateElement, CreateEntityReference, CreateNavigator, CreateNode, CreateNode, CreateNode, CreateProcessingInstruction, CreateSignificantWhitespace, CreateTextNode, CreateWhitespace, CreateXmlDeclaration, GetElementById, GetElementsByTagName, GetElementsByTagName, ImportNode, Load, Load, Load, Load, LoadXml, ReadNode, Save, Save, Save, Save, WriteContentTo, WriteTo

Methods inherited from class System.Xml.XmlNode
AppendChild, Clone, CreateNavigator, GetEnumerator, GetNamespaceOfPrefix, GetPrefixOfNamespace, ICloneable.Clone, IEnumerable.GetEnumerator, InsertAfter, InsertBefore, Normalize, PrependChild, RemoveAll, RemoveChild, ReplaceChild, SelectNodes, SelectNodes, SelectSingleNode, SelectSingleNode, Supports

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString

Events inherited from class System.Xml.XmlDocument
NodeChanged, NodeChanging, NodeInserted, NodeInserting, NodeRemoved, NodeRemoving


Constructor Detail

AnakiaXmlDocument

public AnakiaXmlDocument()

Initializes a new instance of the AnakiaXmlDocument class.

Method Detail

CreateElement

public System.Xml.XmlElement CreateElement(string prefix,
                                           string localname,
                                           string nsURI)