class XPath
Constants
ALPHANUMERIC |
|
NUMERIC |
|
LETTERS |
|
EXTENDED_ALPHANUMERIC |
|
SINGLE_QUOTE |
|
DOUBLE_QUOTE |
|
ALL_QUOTES |
|
Methods
static string
filterAttrValue(string $value, string $quotes = self::ALL_QUOTES)
Filter an attribute value for save inclusion in an XPath query.
static string
filterAttrName(string $name, mixed $allow = self::EXTENDED_ALPHANUMERIC)
Filter an attribute name for save inclusion in an XPath query.
Details
at line 25
static string
filterAttrValue(string $value, string $quotes = self::ALL_QUOTES)
Filter an attribute value for save inclusion in an XPath query.
at line 40
static string
filterAttrName(string $name, mixed $allow = self::EXTENDED_ALPHANUMERIC)
Filter an attribute name for save inclusion in an XPath query.