class XmlDocument extends Object
- Annotations
- @RawJSType() @native() @JSImport( "xmldoc" , "XmlDocument" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XmlDocument
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def childNamed(name: String): XmlElement
- def childWithAttribute(name: String, value: String = js.native): XmlElement
- def childrenNamed(name: String): Array[XmlElement]
- def descendantWithPath(path: String): XmlElement
- def eachChild(func: Function3[XmlElement, Double, Array[XmlElement], Unit]): Unit
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object
- def valueWithPath(path: String): String