object Xml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Xml
- 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 lazy val False: XmlBool
- final lazy val Null: Xml with XmlNode with XmlData
- final lazy val True: XmlBool
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimal(value: BigDecimal): XmlNumber
- def bigInt(value: BigInt): XmlNumber
- def boolean(value: Boolean): XmlBool
- def byte(value: Byte): XmlNumber
- def char(value: Char): XmlChar
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def data[F[X] <: Iterable[X], T <: XmlData](iterable: F[T])(implicit arg0: ClassTag[T]): XmlData
- def data[T](value: T): XmlData
- def double(value: Double): XmlNumber
- final lazy val emptyString: XmlString
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val eqXml: Eq[Xml]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def float(value: Float): XmlNumber
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def int(value: Int): XmlNumber
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValidXmlName(string: String): Boolean
- def long(value: Long): XmlNumber
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def short(value: Short): XmlNumber
- implicit val showXml: Show[Xml]
- def string(value: String): XmlString
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unsafeRequireValidXmlName(value: String): String
- Annotations
- @impure()
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)