ElementSchemePointer

sealed trait ElementSchemePointer extends XPointer
trait XPointer
class Object
trait Matchable
class Any

Value members

Inherited methods

def addOneBasedChildElemIndex(oneBasedIndex: Int): XPointer

Returns the XPointer for the n-th child element (n >= 1) of this XPointer (assuming that the child element has no ID attribute). If this XPointer has an ID, the result will always be an IdChildSequencePointer. Otherwise the result will remain a ChildSequencePointer.

Returns the XPointer for the n-th child element (n >= 1) of this XPointer (assuming that the child element has no ID attribute). If this XPointer has an ID, the result will always be an IdChildSequencePointer. Otherwise the result will remain a ChildSequencePointer.

Inherited from
XPointer