SelectorComponent

.

Members

Functions

getElements
Element[] getElements(Element start, Element relativeTo)

.

matchElement
bool matchElement(Element e, Element relativeTo)

If relativeTo == null, it assumes the root of the parent document.

toString
string toString()

.

Static functions

fromString
SelectorComponent fromString(string selector)

.

Variables

parts
SelectorPart[] parts;

.

Meta