Name

XmlValidatorProvider

Synopsis

class XmlValidatorProvider
  :  (RefCountedWrappedObjectSernaApi::RefCountedWrappedObject) 
:
  # construct/copy/destruct
  __init__(SernaApiBase * = 0)

  # public member functions

  XmlValidator getValidator(const Grove &) const

Description

Provides XML validator instance for the specified grove. Usually validator provider matches grove against document templates, checks for xsi:noNamespaceSchemaLocation etc.

XmlValidatorProvider construct/copy/destruct

  1. __init__(SernaApiBase * = 0)


XmlValidatorProvider public member functions

  1. XmlValidator getValidator(const Grove & grove) const

    Returns XML validator instance.