메소드 |
설명 |
|
matchesAttribute ( $node, $name, $value = null, $operation = EventHandler::isExactly ) |
Check whether the given DOMElement has the given attribute. |
|
matchesAttributeNS ( $node, $name, $nsuri, $value = null, $operation = EventHandler::isExactly ) |
Check whether the given DOMElement has the given namespaced attribute. |
|
matchesAttributeValue ( $needle, $haystack, $operation ) |
Check for attr value matches based on an operation. |
|
parseAnB ( $rule ) |
Parse an an+b rule for CSS pseudo-classes. |
|
removeQuotes ( $str ) |
Remove leading and trailing quotes. |
|