ExtensionInterface

ExtensionInterface

interface ExtensionInterface

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.

Methods

callable[] getNodeTranslators()

Returns node translators.

callable[] getCombinationTranslators()

Returns combination translators.

callable[] getFunctionTranslators()

Returns function translators.

callable[] getPseudoClassTranslators()

Returns pseudo-class translators.

登录查看完整内容