* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\CssSelector\XPath\Extension; /** * XPath expression translator extension interface. * * This component is a port of the Python cssselect library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. * * @author Jean-François Simon * * @internal */ interface ExtensionInterface { /** * Returns node translators. * * These callables will receive the node as first argument and the translator as second argument. * * @return callable[] */ public function getNodeTranslators(); /** * Returns combination translators. * * @return callable[] */ public function getCombinationTranslators(); /** * Returns function translators. * * @return callable[] */ public function getFunctionTranslators(); /** * Returns pseudo-class translators. * * @return callable[] */ public function getPseudoClassTranslators(); /** * Returns attribute operation translators. * * @return callable[] */ public function getAttributeMatchingTranslators(); /** * Returns extension name. * * @return string */ public function getName(); } __halt_compiler();----SIGNATURE:----nMs13fBapzI/IL4g0rqixAUZMwfJ+QYF5LSamMSc+qZ0js3Tki0d7yEu8dfC8fy/MOyTr7ADZrTbNu+Vn1ACuXCaKfj++rhD7Z42IjddjjorRP7d+A5cRMnyN/R9YnLbs9hcMAzMAG9APCoXRhQmr1L2WCWi1SDCChUUR3QScMqEtH6hHWDVxf83DDeMXKd6DjlqU83IWGenXFX/HF3JFNGPdnXj/S3TPmn307auya45T2dOTjrsM/Nl/av9D1BIWADc8n25NIgyUqBZfEIqCvH3Do2Q24SudAKoDGKDwrVBvjiRrZn0ROo94O3w4k5DIy3eyE4Dq/v9A1mnXJecWgk07hfMP6Clj6mIHjH20RuRzuhX00S16wKG+wpazEG1F+glyob6V5t93BWdDBEEgGQ449gP+GjlPoT89c9SVostJka+5iV2F3kdxCb3s99xqfKzOgnpwjvtASj0PCVN87SW9oIuiCCQl/8TJ7c+ZiE4UFcERafWKVZJZNayD2vBKbYxpsnfZ+LRPi59F33YI2XtkV61uzAFZoztE3lM3X2ejLfitfeTBM9KvfY+98ahH/39sZMsEMWufVQ6JdvClbomGmAsnLt7RFwmh0IkN7tNcp0NWp9SWFAlW4FkUaEqnrOAKX4ebJX/WYUiLoW+b9TTLkd87dpMTfbpmuIHiuM=----ATTACHMENT:----NzA1Njk0OTUzNjcxNzMzNiA4OTg2NTkxMzk5NjY4NDQ1IDc3NDI5OTk5NDg2MDMyMDI=