final class NodeMethods extends AnyVal with NodeExtension
Instance Constructors
- new NodeMethods(node: AbstractNode)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def location(implicit finder: NodeExtensionFinder): NewLocation
- val node: AbstractNode
- def tagList: Traversal[TagBase]
- def toString(): String
Inherited from AnyVal
Inherited from Any