42434445464748
} String originNode = getRequiredContent(child(navigator, Element.ORIGIN_NODE), false); String redirectNode = getRequiredContent(sibling(navigator, Element.REDIRECT_NODE), false); return new NodeMap(originNode, redirectNode); }
501502503504505506507
} // ----- MAPPINGS ----- public void addNodeMapping() { this.pr.getMappings().getMappings().add(0, new NodeMap()); }