Node.TEXT_NODE

Node.TEXT_NODE field

The actual Text inside an Element or Attr.

public const ushort TEXT_NODE;

Remarks

Reference:

DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # interface-node.GitHub - repository hosts the DOM Standard.

See Also