AbstractNode::getNodeType

The getNodeType() method returns an integer that represents the type of the node.

This type is defined by the UssElement class and helps to identify what kind of node is being dealt with, such as an element, text, or comment node. The integer value corresponds to one of the predefined node type enum.

Description

public AbstractNode::getNodeType(): int

Parameters

None

Return Value

An int representing the type of the node.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!