object HtmlHelpers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HtmlHelpers
- 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
- val CdataElements: Set[String]
Content of these tags is treated as raw text
- val VoidElements: Set[String]
An end tag must not specified for void elements.
An end tag must not specified for void elements. List of elements taken from http://www.w3.org/TR/html-markup/syntax.html#syntax-elements
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decodeAttributeValue(value: String): String
- def decodeEntity(e: String, xml: Boolean): Option[String]
- def decodeText(text: String, xml: Boolean): String
- def encodeAttributeValue(value: Any): String
- Note
< and > do not need to be escaped
- def encodeAttributes(attributes: Map[String, Any]): String
- def encodeText(text: String, xml: Boolean): String
- Note
" and ' may be represented by " or ', but this is not compulsory
- See also
scala.xml.Utility.escape()
- 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 identifierCharacter(c: Char): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def node(tagName: String, attributes: Map[String, Any], contents: List[String], xml: Boolean): String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseHexBinary(hex: String): String
From http://hohonuuli.blogspot.com/2012/10/simple-hex-string-to-ascii-function-for.html
- def parseTokenSet(value: String): List[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()