Overview

Namespaces

  • None
  • WPGMZA
    • Integration
    • Selector

Classes

  • AttributeSelector
  • Parser
  • PseudoSelector
  • Selector
  • Token
  • Tokenizer
  • TokenStream
  • XPathConverter

Exceptions

  • ConvertException
  • ParseException

Functions

  • trace
  • Overview
  • Namespace
  • Class

Class Parser

Used to parse a selector or compound selectors

Namespace: WPGMZA\Selector
Located at class.selector-to-xpath.php
Methods summary
public
# __construct( )

Constructor.

Constructor.

public WPGMZA\Selector\Selector[]
# parse( string $selector )

Parses the selector(s) supplied

Parses the selector(s) supplied

Parameters

$selector
The string of selector(s) to parse

Returns

WPGMZA\Selector\Selector[]
An array of selectors parsed from the string
Properties summary
protected $tokenizer
#
protected $elements
#
API documentation generated by ApiGen