//readium-shared/org.readium.r2.shared.publication.html
Package-level declarations¶
Types¶
Name | Summary |
---|---|
DomRange | [androidJvm] data class DomRange(val start: DomRange.Point, val end: DomRange.Point? = null) : JSONable, Parcelable This construct enables a serializable representation of a DOM Range. |
Properties¶
Name | Summary |
---|---|
cssSelector | [androidJvm] val Locator.Locations.cssSelector: String? A CSS Selector. |
domRange | [androidJvm] val Locator.Locations.domRange: DomRange? An HTML DOM range. |
partialCfi | [androidJvm] val Locator.Locations.partialCfi: String? partialCfi is an expression conforming to the "right-hand" side of the EPUB CFI syntax, that is to say: without the EPUB-specific OPF spine item reference that precedes the first ! exclamation mark (which denotes the "step indirection" into a publication document). Note that the wrapping epubcfi(***) syntax is not used for the partialCfi string, i.e. the "fragment" part of the CFI grammar is ignored. |