Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContentElements ¶
Types ¶
type Content ¶
type Content interface {
Text(ctx context.Context, separator *string) (string, error) // Extracts the full raw text, or returns null if no text content can be found.
Iterator() iterator.Iterator // Creates a new iterator for this content.
Elements(ctx context.Context) ([]element.Element, error) // Returns all the elements as a list.
}
Click to show internal directories.
Click to hide internal directories.