package compatibility
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- compatibility
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- lazy val DOMParser: Object with Dynamic
- val ELEMENT_NODE: Int
- val TEXT_NODE: Int
- lazy val XMLSerializer: Object with Dynamic
- def dynOption(a: Dynamic): Option[Dynamic]
- def encodeURIComponent(s: String): String
- def fromNode(node: Node): Node
- def listWebPageFiles(url: String, page: String): Seq[String]
- def listWebPageSubDirectories(url: String, page: String): Seq[String]
- def newFromXmlDomOrGlobal(name: String): Object with Dynamic
- def option[A](a: Dynamic): Option[A]
- def xmlParse(s: String): Either[String, Node]