Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlElement Class
Fields Properties Methods


In This Topic
    NXmlElement Class Members
    In This Topic

    The following tables list the members exposed by NXmlElement.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Internal FieldA map that holds the attributes of this element.  
    Protected FieldThe parent of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of attributes of this XML element.  
    Public PropertyGets whether this node is case sensitive. Always returns true for XML nodes. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public PropertyGets the number of children of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public PropertyGets the number of declarations of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public PropertyGets/Sets the concatenated values of this element and all of its children.  
    Public PropertyGets the name of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public PropertyOverridden. Gets the node type of this XML node.  
    Public PropertyGets the parent node of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the given node as a child to this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodAdds the given declaration to this document's list of declarations. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets an iterator that iterates through the attributes of this element. Returns null if the element doesn't have attributes.  
    Public MethodReturns the value of the attribute with the specified name or null if no such attribute is found.  
    Public MethodGets the child node at the specified index. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets an iterator that iterates through the child nodes of this node. Returns null if this node doesn't have child nodes. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets all children of this node that have the given name. If no such children are found, an empty list is returned. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets the declaration at the specified index. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets an iterator that iterates through the declarations of this document. Returns null if this document doesn't have declarations. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets all descendants of this node that have the given name. If no such descendants are found, an empty list is returned. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodOverloaded. Returns the first ancestor of this node that has the given name or null if no such ancestor is found. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodOverloaded. Gets the first child of this XML node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodReturns the first descendant of this node with the given name or null if no such descendant is found. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodGets the last child of this XML node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodReturns the last descendant of this node with the given name or null if no such descendant is found. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodOverloaded. Gets the next sibling of this node. Returns null if it is doesn't have a next sibling. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodOverloaded. Gets the previous sibling of this node. Returns null if it doesn't have a previous sibling. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodOverloaded. Returns this node or its first ancestor that has a name equal to the given name. Returns null if such ancestor is not found. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodInserts the given child node at the specified index. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public Methodstatic (Shared in Visual Basic)Loads an XML element from the given string.  
    Public MethodRemoves all attributes of this XML element.  
    Public MethodRemoves all child nodes of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodRemoves all declaration nodes of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodRemoves the attribute with the given name.  
    Public MethodRemoves the given child from this node's children. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodRemoves the child node at the specified index. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodRemoves the given declaration from this node's declarations. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodRemoves the declaration at the given index. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Public MethodSets the value of the attribute with the specified name. Appends the attribute to the element if it is not present.  
    Public MethodReturns the string representation of this node. (Inherited from Nevron.Nov.Xml.NXmlNode)
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Xml.NXmlNode)
    Internal Method (Inherited from Nevron.Nov.Xml.NXmlNode)
    Top
    See Also