eu.cdevreeze.yaidom

utils

package utils

Several utilities, such as custom ENameProviders and QNameProviders. They are utilities "on top of yaidom", so the rest of yaidom has no dependencies on this package, but this package does depend on the rest of yaidom.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DocumentENameExtractor extends AnyRef

    Strategy trait for finding TextENameExtractors in a document.

    Strategy trait for finding TextENameExtractors in a document. Hence implementations of this trait can retrieve all ENames and therefore all namespaces used in a document.

  2. trait TextENameExtractor extends AnyRef

    Strategy trait for extracting ENames from attribute values or element text content.

Value Members

  1. object DocumentENameExtractor

  2. object ENameProviderUtils

    Utility for creating ENameProviders by parsing XML schema files.

  3. object NamespaceUtils

    Utility for manipulating and finding namespaces.

  4. object QNameProviderUtils

    Utility for creating QNameProviders by parsing XML schema files.

  5. object SimpleTextENameExtractor extends TextENameExtractor

    TextENameExtractor that treats the text as a QName, to be resolved using the passed Scope.

  6. object TextENameExtractor

Inherited from AnyRef

Inherited from Any

Ungrouped