Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 521 Bytes

Node.md

File metadata and controls

33 lines (19 loc) · 521 Bytes

Node

class Node

Inherited by: KeyNode, and ValueNode.

Required header: <Eclog/Node.h>

The Node abstract class represents a node in a document tree (See Document).

Member functions

Name Description
nodeType Gets the type of this node.

nodeType

virtual NodeType nodeType() const;

Gets the type of this node.

Return value

NodeType The type of this node.