object HeadHelper
This object provides functions to setup the head section of html documents.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeadHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identity(xml: NodeSeq): NodeSeq
This method returns its parameter unmodified.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mergeToHtmlHead(xhtml: NodeSeq): NodeSeq
This method finds all <head> tags that are descendants of <body> tags in the specified NodeSequence and merges the contents of those tags into the <head> tag closest to the root of the XML tree.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeHtmlDuplicates(in: NodeSeq): NodeSeq
Removes duplicate node but treats <stript> and tags differently.