Packages

t

dynamics.common

XmlElement

trait XmlElement extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlElement
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def childNamed(name: String): XmlElement
  2. def childWithAttribute(name: String, value: String = js.native): XmlElement
  3. def childrenNamed(name: String): Array[XmlElement]
  4. def descendantWithPath(path: String): XmlElement
  5. def eachChild(func: Function3[XmlElement, Double, Array[XmlElement], Unit]): Unit
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object
  11. def valueWithPath(path: String): String