implicits

object implicits extends AllSyntax with AllInstances
trait AllInstances
trait AllDataInstances
trait AllConverterInstances
trait ConverterNaturalTransformationInstances
trait ConverterLowerPriorityImplicits2
trait ConverterLowerPriorityImplicits1
trait AggregatedExceptionInstances
trait AllValueInstances
trait AllTransforInstances
trait XmlZoomInstances
trait XmlPredicateInstances
trait XmlModifierInstances
trait AllCommonInstances
trait AllSyntax
trait JavaScalaConvertersSyntax
trait AllDataSyntax
trait PredicateSyntax
trait AttributeSyntax
trait ConverterSyntax
trait AllTransformSyntax
trait NormalizerSyntax
trait ZoomSyntax
trait RuleSyntax
trait AllCommonSyntax
trait NestedMapSyntax
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class AbstractRuleListOps(rules: List[AbstractRule])
Inherited from
RuleSyntax
Inherited from
RuleSyntax
class AnyConverterSyntaxOps[A](a: A)
Inherited from
ConverterSyntax
class AnyFunctionKConverterSyntaxOps[F[_], A](fa: F[A])
Inherited from
ConverterSyntax
case class Append(newNs: NodeSeq)

Append nodes to current nodes. Supported only for Node and Group elements, in other case will fail.

Append nodes to current nodes. Supported only for Node and Group elements, in other case will fail.

Value Params
newNs

Nodes to append.

Inherited from
XmlModifierInstances
class ApplicativeConverterSyntaxOps[F[_], A](fa: F[A])(implicit evidence$1: Applicative[F])
Inherited from
ConverterSyntax
class ApplicativeDeepFlatMapOps[F[_], G[_], A](fg: F[G[A]])(implicit evidence$3: Applicative[F], evidence$4: Monad[G])
Inherited from
NestedMapSyntax
class ApplicativeDeepMapOps[F[_], G[_], A](fg: F[G[A]])(implicit evidence$1: Applicative[F], evidence$2: Applicative[G])
Inherited from
NestedMapSyntax
class AttributeOps(key: Key)
Inherited from
AttributeSyntax
class FlatMapConverterSyntaxOps[F[_], A](fa: F[A])(implicit evidence$2: FlatMap[F])
Inherited from
ConverterSyntax
class KeyAndValueStringInterpolationOps(ctx: StringContext)
Inherited from
AttributeSyntax
case class MatchRegex(regex: Regex)

Check if value match specified regex.

Check if value match specified regex.

Value Params
regex

instance.

Inherited from
AllValueInstances
class NodeSeqConverterSyntaxOps(ns: NodeSeq)
Inherited from
ConverterSyntax
Inherited from
NormalizerSyntax
case object NonEmpty

Check if value is empty.

Check if value is empty.

Inherited from
AllValueInstances
class OptionFunctionKConverterSyntaxOps[A](fa: Option[A])
Inherited from
ConverterSyntax
class PredicateOps[T](p: T => Boolean)
Inherited from
PredicateSyntax
case class Prepend(newNs: NodeSeq)

Prepend nodes to current nodes. Supported only for Node and Group elements, in other case will fail.

Prepend nodes to current nodes. Supported only for Node and Group elements, in other case will fail.

Value Params
newNs

Nodes to prepend.

Inherited from
XmlModifierInstances
case object Remove

Remove selected nodes.

Remove selected nodes.

Inherited from
XmlModifierInstances
case class RemoveAttrs(ps: NonEmptyList[AttributeData => Boolean])

Remove attributes.

Remove attributes.

Supported only for Node elements, in other case will fail.

Value Params
ps

Attribute predicates.

Inherited from
XmlModifierInstances
object RemoveAttrs
Inherited from
XmlModifierInstances
case class Replace(f: NodeSeq => NodeSeq)

Replace current nodes.

Replace current nodes.

Value Params
f

Function to from current nodes to new nodes.

Inherited from
XmlModifierInstances
class ScalaToJavaElemOps(elem: Elem)
class ScalaToJavaNodeOps(node: Node)
object SetAttr
Inherited from
XmlModifierInstances
object SetAttrs
Inherited from
XmlModifierInstances
case class SetAttrs(f: Elem => NonEmptyList[AttributeData])

Append or replace attributes to current node.

Append or replace attributes to current node.

Supported only for Node elements, in other case will fail.

Value Params
f

takes Elem (attribute container), returns Attributes data.

Inherited from
XmlModifierInstances
class ValidatedAndThenConverterSyntaxOps[E, A](fa: Validated[E, A])
Inherited from
ConverterSyntax
class XmlContentZoomSyntaxForId(ns: NodeSeq)
Inherited from
ZoomSyntax
class XmlNodeSeqTransformerOps(root: NodeSeq)
Inherited from
RuleSyntax
class XmlZoomNodeBaseOps[Z <: XmlZoomNodeBase](val zoom: Z)
Inherited from
ZoomSyntax
Inherited from
RuleSyntax

Value members

Inherited methods

def $(document: NodeSeq): BindedXmlZoom
Inherited from
XmlZoomInstances
def attrs(values: NonEmptyList[KeyValuePredicate]): XmlPredicate

Filter nodes by attributes.

Filter nodes by attributes.

Value Params
values

N advxml.core.data.KeyValuePredicate to filter attributes

Returns

Predicate for nodes of type Node

Inherited from
XmlPredicateInstances

Filter nodes by attributes.

Filter nodes by attributes.

Value Params
value

advxml.core.data.KeyValuePredicate to filter attributes

values

N advxml.core.data.KeyValuePredicate to filter attributes

Returns

Predicate for nodes of type Node

Inherited from
XmlPredicateInstances
def hasAttrs(keys: NonEmptyList[Key]): XmlPredicate

Check if node has all attributes.

Check if node has all attributes.

Value Params
keys

advxml.core.data.Key list to check

Returns

Predicate for nodes of type Node

Inherited from
XmlPredicateInstances
def hasAttrs(key: Key, keys: Key*): XmlPredicate

Check if node has all attributes.

Check if node has all attributes.

Value Params
key

advxml.core.data.Key to check

keys

N advxml.core.data.Key list to check

Returns

Predicate for nodes of type Node

Inherited from
XmlPredicateInstances
def hasImmediateChild(label: String, predicate: XmlPredicate): XmlPredicate

Create a advxml.core.data.XmlPredicate that can check if a NodeSeq contains a child with specified predicates

Create a advxml.core.data.XmlPredicate that can check if a NodeSeq contains a child with specified predicates

Value Params
label

Name of the child to find

predicate

Predicate to check child

Returns

advxml.core.data.XmlPredicate that can check if a NodeSeq contains a child with specified predicates

Inherited from
XmlPredicateInstances
def label(p: String => Boolean): XmlPredicate

Filter nodes by label property.

Filter nodes by label property.

Value Params
p

Label predicate

Returns

Predicate for nodes of type Node

Inherited from
XmlPredicateInstances
def root(document: NodeSeq): BindedXmlZoom
Inherited from
XmlZoomInstances
def strictEqualsTo(ns: NodeSeq): XmlPredicate

Create an advxml.core.data.XmlPredicate that can check if two NodeSeq are strictly equals.

Create an advxml.core.data.XmlPredicate that can check if two NodeSeq are strictly equals.

Value Params
ns

to compare

Returns

advxml.core.data.XmlPredicate that can check if two NodeSeq are strictly equals.

Inherited from
XmlPredicateInstances
def text(p: String => Boolean): XmlPredicate

Filter nodes by text property.

Filter nodes by text property.

Value Params
p

Text predicate

Inherited from
XmlPredicateInstances

Inherited fields

lazy val $: XmlZoom
Inherited from
XmlZoomInstances

No-Action modifiers, equals to Replace passing an identity function.

No-Action modifiers, equals to Replace passing an identity function.

Inherited from
XmlModifierInstances
lazy val root: XmlZoom
Inherited from
XmlZoomInstances

Implicits

Inherited implicits

implicit def appExOrEuEitherExNatTransformationInstance[G[_]](implicit evidence$16: AppExOrEu[G]): FunctionK[EitherEx, G]
Inherited from
ConverterNaturalTransformationInstances
implicit def appExOrEuEitherNelExNatTransformationInstance[G[_]](implicit evidence$17: AppExOrEu[G]): FunctionK[EitherNelEx, G]
Inherited from
ConverterNaturalTransformationInstances
implicit def appExOrEuTryNatTransformationInstance[G[_]](implicit evidence$15: AppExOrEu[G]): FunctionK[[T] =>> Try[T], G]
Inherited from
ConverterNaturalTransformationInstances
implicit def appExOrEuValidatedExNatTransformationInstance[G[_]](implicit evidence$18: AppExOrEu[G]): FunctionK[ValidatedEx, G]
Inherited from
ConverterNaturalTransformationInstances
implicit def appExOrEuValidatedNelExNatTransformationInstance[G[_]](implicit evidence$19: AppExOrEu[G]): FunctionK[ValidatedNelEx, G]
Inherited from
ConverterNaturalTransformationInstances
Inherited from
XmlModifierInstances
Inherited from
XmlModifierInstances
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFBigDecimal[F[_]](implicit evidence$6: AppExOrEu[F]): Converter[Value, F[BigDecimal]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFBigInt[F[_]](implicit evidence$5: AppExOrEu[F]): Converter[Value, F[BigInt]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFChar[F[_]](implicit evidence$8: AppExOrEu[F]): Converter[Value, F[Char]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFDouble[F[_]](implicit evidence$13: AppExOrEu[F]): Converter[Value, F[Double]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFFloat[F[_]](implicit evidence$12: AppExOrEu[F]): Converter[Value, F[Float]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFInt[F[_]](implicit evidence$10: AppExOrEu[F]): Converter[Value, F[Int]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFLong[F[_]](implicit evidence$11: AppExOrEu[F]): Converter[Value, F[Long]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFNyte[F[_]](implicit evidence$7: AppExOrEu[F]): Converter[Value, F[Byte]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFShort[F[_]](implicit evidence$9: AppExOrEu[F]): Converter[Value, F[Short]]
Inherited from
ConverterLowerPriorityImplicits2
implicit def convertValueToFString[F[_]](implicit evidence$4: AppExOrEu[F]): Converter[Value, F[String]]
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
implicit def converterAndThenAs[E, A, B](implicit c: Converter[A, Validated[E, B]]): Converter[Validated[E, A], Validated[E, B]]
Inherited from
ConverterLowerPriorityImplicits1
implicit def converterFlatMapAs[F[_], A, B](implicit evidence$1: FlatMap[F], c: Converter[A, F[B]]): Converter[F[A], F[B]]
Inherited from
ConverterLowerPriorityImplicits1
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
implicit def converterXmlContentZoomRunnerForAppExOrEu[F[_], A](implicit evidence$2: AppExOrEu[F], evidence$3: FlatMap[F], c: Converter[F[String], F[A]]): Converter[XmlContentZoomRunner, F[A]]
Inherited from
ConverterLowerPriorityImplicits2
Inherited from
ConverterLowerPriorityImplicits2
implicit def deriveTAsText_fromTAsValidatedValue[F[_], T](implicit c: Converter[T, ValidatedValue], a: AppExOrEu[F], notText: T =:!= Text): Converter[T, F[Text]]
Inherited from
ConverterLowerPriorityImplicits1
implicit def deriveTAsText_fromTAsValue[T](implicit c: Converter[T, SimpleValue], notText: T =:!= Text): Converter[T, Text]
Inherited from
ConverterLowerPriorityImplicits1
implicit def deriveTextToF_fromValueToF[F[_], T](implicit c: Converter[SimpleValue, F[T]], notText: T =:!= Text): Converter[Text, F[T]]
Inherited from
ConverterLowerPriorityImplicits1
implicit def identityConverter[A]: Converter[A, A]
Inherited from
AllConverterInstances
implicit def identityConverterApplicative[F[_], A](implicit a: Applicative[F], notFA: A =:!= F[A]): Converter[A, F[A]]
Inherited from
AllConverterInstances
implicit val nodeToElemConverter: Converter[Node, Elem]
Inherited from
ConverterLowerPriorityImplicits2
implicit val semigroupInstanceForAggregatedException: Semigroup[Throwable]
Inherited from
AggregatedExceptionInstances
implicit val xmlZoomMonoid: Monoid[XmlZoom]
Inherited from
XmlZoomInstances