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
18       "new()" or "new( { ..options.. } )"
19           This constructor returns a new "CSS::Selector" object, with an
20           optional hash of options.
21
22             name          selector name (as string)
23             adaptor       adaptor to use for serialization
24
25       ACCESSORS
26
27       "set_adaptor( 'CSS::Adaptor::Foo' )"
28           This method sets the current adaptor for the object.
29

AUTHOR

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

SEE ALSO

34       CSS, http://www.w3.org/TR/REC-CSS1
35
36
37
38perl v5.8.8                       2008-04-22                  CSS::Selector(3)
Impressum