trait XmlPathImplicits extends AnyRef
- Alphabetic
- By Inheritance
- XmlPathImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- implicit val AttributePathsToBoolean: (AttributePaths[_]) ⇒ Boolean
- implicit val BooleanToBoolean: (Boolean) ⇒ Boolean
- implicit val IterableToBoolean: (Iterable[_]) ⇒ Boolean
- implicit val NumberToBoolean: (Number) ⇒ Boolean
- implicit val StringToBoolean: (String) ⇒ Boolean
-
implicit
val
XPathToBoolean: (XPath[_]) ⇒ Boolean
Mimic the logic of xpath boolean() through typeclass, see AsBoolean / XmlDSL
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def fromAPathToAComparisoms(path: AttributePath): AttributePathComparisoms
-
implicit
def
fromAttrPathToAttribute(attrPath: AttributePath): Attribute
Unpack the attribute from the tuple
-
implicit
def
fromAttributePathsToIterable[T <: Iterable[xml.XmlPath]](attrs: AttributePaths[T]): Iterable[AttributePath]
Sort in document order.
- implicit def fromPathToComparisoms(path: xml.XmlPath): XmlPathComparisoms
- implicit def fromXPathToIterable(xpath: XPath[_]): Iterable[xml.XmlPath]
-
implicit
def
fromXmlPathToXPath(xmlPath: xml.XmlPath)(implicit cbf: CanBuildFrom[List[xml.XmlPath], xml.XmlPath, List[xml.XmlPath]]): XPath[List[xml.XmlPath]]
By default a List, eager/strict evaluation, is used.
By default a List, eager/strict evaluation, is used. The user of the library can simply choose another collection to wrap the xmlPath
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val samePath: (xml.XmlPath, xml.XmlPath) ⇒ Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()