Package org.readium.r2.shared.publication.services.content
See: Description
-
Interface Summary Interface Description Element Represents a single semantic content element part of a publication. TextualElement An element which can be represented as human-readable text. EmbeddedElement An element referencing an embedded external resource. Role Represents a purpose of an element in the broader context of the document. AttributesHolder An object associated with a list of attributes. Iterator Iterates through a list of Element items asynchronously. Content Provides an iterable list of content Elements. ContentService Provides a way to extract the raw Content of a Publication. ContentTokenizer A tokenizer splitting a Content.Element into smaller pieces. -
Class Summary Class Description AudioElement An audio clip. VideoElement A video clip. ImageElement A bitmap image. Heading Title of a section. Quote A quotation. Segment Ranged portion of text with associated attributes. TextElement A text element. Attribute An attribute is an arbitrary key-value metadata pair. AttributeKey An attribute key uniquely an attribute. DefaultContentService Default implementation of DefaultContentService, delegating the content parsing to ResourceContentIteratorFactory. TextContentTokenizer A ContentTokenizer using a TextTokenizer to split the text of the Content.Element into smaller portions. ContentServiceKt