class XmlFileLoader

Hierarchy

Expanded class hierarchy of XmlFileLoader

2 files declare their use of XmlFileLoader

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php, line 18

Namespace

Symfony\Component\Validator\Mapping\Loader
View source

Members

Namesort descending Modifiers Type Description Overrides
AbstractLoader::$namespaces protected property Contains all known namespaces indexed by their prefix
AbstractLoader::addNamespaceAlias protected function Adds a namespace alias.
AbstractLoader::newConstraint protected function Creates a new constraint instance for the given constraint name.
FileLoader::$file protected property
FileLoader::__construct public function Constructor.
XmlFileLoader::$classes protected property An array of SimpleXMLElement instances.
XmlFileLoader::loadClassMetadata public function Load a Class Metadata. Overrides LoaderInterface::loadClassMetadata
XmlFileLoader::parseConstraints protected function Parses a collection of "constraint" XML nodes.
XmlFileLoader::parseFile protected function Parse a XML File.
XmlFileLoader::parseOptions protected function Parses a collection of "option" XML nodes.
XmlFileLoader::parseValues protected function Parses a collection of "value" XML nodes.