NodeName
final class NodeName implements JsonSerializable, Stringable (View source)
The Node name is the "path part" of the node; i.e. when accessing the node "/foo" via path, the node name is "foo".
Semantically it describes the hierarchical relation of a node to its parent, e.g. "main" denotes the main child node.
Methods
static NodeName
fromString(string $value)
No description
string
jsonSerialize()
No description
string
__toString()
No description
Details
static NodeName
fromString(string $value)
No description
string
jsonSerialize()
No description
string
__toString()
No description