Copied!

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.

AbstractInterface
Methods
public abstract getAttributeMatchingTranslators() : array
 

Returns attribute operation translators.

  • return callable[]
public abstract getCombinationTranslators() : array
 

Returns combination translators.

  • return callable[]
public abstract getFunctionTranslators() : array
 

Returns function translators.

  • return callable[]
public abstract getName() : string
 

Returns extension name.

public abstract getNodeTranslators() : array
 

Returns node translators.

These callables will receive the node as first argument and the translator as second argument.

  • return callable[]
public abstract getPseudoClassTranslators() : array
 

Returns pseudo-class translators.

  • return callable[]
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration