trait TextFunctions extends AnyRef
- Alphabetic
- By Inheritance
- TextFunctions
- AnyRef
- Any
- Hide All
- Show All
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalizeSpace[T](t: T)(implicit value: TextValue[T]): String
XPath normalize-space function, replaces all consecutive whitespace with " " and trims.
- def normalizeSpace[T](implicit t: T, value: TextValue[T], d: DIF): String
XPath normalize-space function, replaces all consecutive whitespace with " " and trims.
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def string[T](t: T)(implicit value: TextValue[T]): String
XPath name for text
- def string[T](implicit t: T, value: TextValue[T], d: DIF): String
XPath name for text
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text[T](t: T)(implicit value: TextValue[T]): String
The text value of a given object, .value for attributes & items, the accumalated text if its an elem
- def text[T](implicit t: T, value: TextValue[T], d: DIF): String
The text value of a given object, .value for attributes & items, the accumalated text if its an elem
- def toString(): String
- Definition Classes
- AnyRef → Any
- def value[T](t: T)(implicit value: TextValue[T]): String
More readable version for XmlItems and Attributes, same as text
- def value[T](implicit t: T, value: TextValue[T], d: DIF): String
More readable version for XmlItems and Attributes, same as text
- 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()