Files
2024-11-04 20:48:19 +01:00

16 lines
260 B
PHP

<?php
/**
* @author Olexandr Zanichkovsky <olexandr.zanichkovsky@zophiatech.com>
* @package AST
*/
require_once dirname(__FILE__) . '/XmlImportAstLiteral.php';
/**
* Represents XPath literal
*/
class XmlImportAstXPath extends XmlImportAstLiteral
{
}