HTMLParser

spice.delta.HTMLParser$
See theHTMLParser companion class
object HTMLParser

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(file: File): StreamableHTML
def cache(content: Content): StreamableHTML
def cache(file: File): StreamableHTML
def cache(url: URL): StreamableHTML
def cache(html: String): StreamableHTML

Concrete fields

var filterAttributes: Boolean

If set to true the stored tag attributes will be limited to those in validAttributes.

If set to true the stored tag attributes will be limited to those in validAttributes.

Defaults to false.

Attributes

var validAttributes: Set[String]

The set of attributes to limit to if filterAttributes is set to true.

The set of attributes to limit to if filterAttributes is set to true.

Defaults to "id", "class", and "data-spice".

Attributes