Packages

  • package root
    Definition Classes
    root
  • package advxml
    Definition Classes
    root
  • package core
    Definition Classes
    advxml
  • package instances

    This object is the entry point to access to all features instances provided by Advxml.

    This object is the entry point to access to all features instances provided by Advxml.

    You can import all instances using:

    import advxml.instances._

    Otherwise you can import only a specific part of instances using:

    //import advxml.implicits.[feature_name]._
    //example
    import advxml.instances.transform._
    Definition Classes
    advxml
  • package syntax

    This object is the entry point to access to all syntax implicits provided by Advxml.

    This object is the entry point to access to all syntax implicits provided by Advxml.

    You can import all implicits using:

    import advxml.implicits._

    Otherwise you can import only a specific part of implicits using:

    //import advxml.implicits.[feature_name]._
    //example
    import advxml.implicits.transform._
    Definition Classes
    advxml
  • NestedMapSyntax
  • all
  • convert
  • nestedMap
  • normalize
  • predicate
  • transform
  • traverse
  • validate
p

advxml

syntax

package syntax

This object is the entry point to access to all syntax implicits provided by Advxml.

You can import all implicits using:

import advxml.implicits._

Otherwise you can import only a specific part of implicits using:

//import advxml.implicits.[feature_name]._
//example
import advxml.implicits.transform._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait NestedMapSyntax extends AnyRef

Value Members

  1. object all extends AllSyntax
  2. object convert extends ConvertersSyntax
  3. object nestedMap extends NestedMapSyntax
  4. object normalize extends XmlNormalizerSyntax
  5. object predicate extends PredicateSyntax
  6. object transform extends XmlTransformerSyntax
  7. object traverse extends XmlTraverserAbstractSyntax
  8. object validate extends ValidationSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped