Class CompoundPointer

java.lang.Object
org.spdx.rdfparser.model.RdfModelObject
org.spdx.rdfparser.model.pointer.CompoundPointer
All Implemented Interfaces:
Cloneable, IRdfModel
Direct Known Subclasses:
StartEndPointer

public abstract class CompoundPointer
extends RdfModelObject
A pointing method made up of a pair of pointers that identify a well defined section within a document delimited by a begin and an end. See http://www.w3.org/2009/pointers and https://www.w3.org/WAI/ER/Pointers/WD-Pointers-in-RDF10-20110427 This is an abstract class of pointers which must be subclassed
Author:
Gary O'Neall