1CSS::Selector(3)      User Contributed Perl Documentation     CSS::Selector(3)
2
3
4

NAME

6       CSS::Selector - A selector in a CSS object tree
7

SYNOPSIS

9         use CSS;
10

DESCRIPTION

12       This module represents a selector in a CSS object tree.  Read the
13       CSS.pm pod for information about the CSS object tree.
14

METHODS

16   CONSTRUCTORS
17       "new()" or "new( { ..options.. } )"
18           This constructor returns a new "CSS::Selector" object, with an
19           optional hash of options.
20
21             name          selector name (as string)
22             adaptor       adaptor to use for serialization
23
24   ACCESSORS
25       "set_adaptor( 'CSS::Adaptor::Foo' )"
26           This method sets the current adaptor for the object.
27

AUTHOR

29       Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
30

SEE ALSO

32       CSS, http://www.w3.org/TR/REC-CSS1
33
34
35
36perl v5.30.0                      2019-07-26                  CSS::Selector(3)
Impressum