1CSS::Selector(3) User Contributed Perl Documentation CSS::Selector(3)
2
3
4
6 CSS::Selector - A selector in a CSS object tree
7
9 use CSS;
10
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
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
29 Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
30
32 CSS, http://www.w3.org/TR/REC-CSS1
33
34
35
36perl v5.28.1 2011-03-22 CSS::Selector(3)