Interface PartialIdMap

    • Method Detail

      • toMappedNodeId

        long toMappedNodeId​(long originalNodeId)
        Maps an original node id to a mapped node id. In case of nested id maps, the mapped node id is always in the space of the innermost mapping.
        Parameters:
        originalNodeId - must be smaller or equal to the id returned by IdMap.highestOriginalId()
      • rootNodeCount

        java.util.OptionalLong rootNodeCount()
        Number of mapped node ids in the root mapping. This is necessary for nested (filtered) id mappings.