Resolver.resolve

Resolve tag of a node.

struct Resolver
package @safe
string
resolve
(
const NodeID kind
,
const string tag
,
const string value
,
const bool implicit
)

Parameters

tag string

Explicit tag of the node, if any.

value string

Value of the node, if any.

implicit bool

Should the node be implicitly resolved?

If the tag is already specified and not non-specific, that tag will be returned.

Return Value

Type: string

Resolved tag.

Meta