public LabelFactory labelFactory() {
Label lab = label();
if (lab == null) {
return null;
}
return lab.labelFactory();
}
/**
* Returns the positional index of the left edge of <i>node</i> within the tree,
* as measured by characters. Returns -1 if <i>node is not found.</i>