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
  • XmlPredicateInstances
  • XmlTransformerInstances
  • all
  • convert
  • transform
  • validate
  • 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
p

advxml

instances

package instances

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._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. instances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait XmlPredicateInstances extends AnyRef
  2. trait XmlTransformerInstances extends AllXmlModifierInstances with XmlPredicateInstances

Value Members

  1. object all extends AllInstances
  2. object convert extends ConvertersInstances
  3. object transform extends XmlTransformerInstances
  4. object validate extends ValidationInstance

Inherited from AnyRef

Inherited from Any

Ungrouped