case class AttributePaths[PT <: Iterable[xml.XmlPath]](attributes: Iterable[AttributePath], path: XPathInfo, cbf: CanBuildFrom[PT, xml.XmlPath, PT])(implicit helper: BuilderHelper[xml.XmlPath, PT]) extends Product with Serializable
Attributes that have been selected
- Alphabetic
- By Inheritance
- AttributePaths
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AttributePaths(attributes: Iterable[AttributePath], path: XPathInfo, cbf: CanBuildFrom[PT, xml.XmlPath, PT])(implicit helper: BuilderHelper[xml.XmlPath, PT])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *@(qname: UnprefixedQName): AttributePaths[PT]
Loose match for UnprefixedQNames only, only matches local and namespace
- def *@(attrQName: xml.AttributeQName): AttributePaths[PT]
Special case for AttributeQNames, only local and namespace match
- def *@(pred: (AttributePath) => Boolean): AttributePaths[PT]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(textValue: => String): AttributePaths[PT]
- def \^(): XPath[PT]
Parents of the attributepaths
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Iterable[AttributePath]
- val cbf: CanBuildFrom[PT, xml.XmlPath, PT]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def one: Iterable[AttributePath]
Some if there is one, else none
- def oneOr(handler: (Iterable[AttributePath]) => Iterable[AttributePath]): Iterable[AttributePath]
Some if there is one, else calls handler (allows decisions based on more than one etc.
- val path: XPathInfo
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()