Packages

final class NamespaceBlockTraversal[NodeType <: NamespaceBlock] extends AnyVal

Traversal steps for NamespaceBlock

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamespaceBlockTraversal
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamespaceBlockTraversal(traversal: Traversal[NodeType])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def filename(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the filename matches at least one of the regular expressions in values

  6. def filename(pattern: String): Traversal[NodeType]

    Traverse to nodes where the filename matches the regular expression value

  7. def filename: Traversal[String]

    Traverse to filename property

  8. def filenameExact(values: String*): Traversal[NodeType]

    Traverse to nodes where filename matches one of the elements in values exactly.

  9. def filenameExact(value: String): Traversal[NodeType]

    Traverse to nodes where filename matches value exactly.

  10. def filenameNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where filename does not match any of the regular expressions in values.

  11. def filenameNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where filename does not match the regular expression value.

  12. def fullName(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the fullName matches at least one of the regular expressions in values

  13. def fullName(pattern: String): Traversal[NodeType]

    Traverse to nodes where the fullName matches the regular expression value

  14. def fullName: Traversal[String]

    Traverse to fullName property

  15. def fullNameExact(values: String*): Traversal[NodeType]

    Traverse to nodes where fullName matches one of the elements in values exactly.

  16. def fullNameExact(value: String): Traversal[NodeType]

    Traverse to nodes where fullName matches value exactly.

  17. def fullNameNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where fullName does not match any of the regular expressions in values.

  18. def fullNameNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where fullName does not match the regular expression value.

  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def name(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the name matches at least one of the regular expressions in values

  22. def name(pattern: String): Traversal[NodeType]

    Traverse to nodes where the name matches the regular expression value

  23. def name: Traversal[String]

    Traverse to name property

  24. def nameExact(values: String*): Traversal[NodeType]

    Traverse to nodes where name matches one of the elements in values exactly.

  25. def nameExact(value: String): Traversal[NodeType]

    Traverse to nodes where name matches value exactly.

  26. def nameNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where name does not match any of the regular expressions in values.

  27. def nameNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where name does not match the regular expression value.

  28. def order(values: Integer*): Traversal[NodeType]

    Traverse to nodes where the order equals at least one of the given values

  29. def order(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order equals the given value

  30. def order: Traversal[Integer]

    Traverse to order property

  31. def orderGt(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order is greater than the given value

  32. def orderGte(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order is greater than or equal the given value

  33. def orderLt(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order is less than the given value

  34. def orderLte(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order is less than or equal the given value

  35. def orderNot(values: Integer*): Traversal[NodeType]

    Traverse to nodes where order is not equal to any of the given values.

  36. def orderNot(value: Integer): Traversal[NodeType]

    Traverse to nodes where order is not equal to the given value.

  37. def toString(): String
    Definition Classes
    Any
  38. val traversal: Traversal[NodeType]

Inherited from AnyVal

Inherited from Any

Ungrouped