XmlElemOps

com.github.simy4.xpath.scala.impl.XmlElemOps
final class XmlElemOps(elem: Elem, namespaceContext: NamespaceContext)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def put(xpath: String): Elem
def put(xpath: String, value: Any): Elem
def putAll(xpaths: String*): Elem
def putAll(xpaths: Iterable[String]): Elem
def putAll(xpathToValueMap: Map[String, AnyRef]): Elem
def remove(xpath: String): Elem
def removeAll(xpaths: String*): Elem
def removeAll(xpaths: Iterable[String]): Elem