Appends a given Entry
to this PathBuilder
Builds the Path
, using the passed Scope
, which must be invertible
Returns true if this is the empty PathBuilder
, so if it has no entries
Returns true if this is not the empty PathBuilder
, so if it has at least one entry
Prepends a given Entry
to this PathBuilder
Builder for
Path
instances.For example:
Note that the indexes are 0-based. Also note that the Scope passed to the
build
method must be invertible. Otherwise the resolution of QNames can break the indexes of the path builder components.