?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-import/libraries/ast/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-import/libraries

?? Viewing: XmlImportAstXPath.php

<?php
/**
 * @author Olexandr Zanichkovsky <olexandr.zanichkovsky@zophiatech.com>
 * @package AST
 */

require_once dirname(__FILE__) . '/XmlImportAstLiteral.php';

/**
 * Represents XPath literal
 */
class XmlImportAstXPath extends XmlImportAstLiteral
{
  
}


??

??