Query: css::dom::constants
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CSS::DOM::Constants(3pm) User Contributed Perl Documentation CSS::DOM::Constants(3pm)NAMECSS::DOM::Constants - Constants for CSS::DOMVERSIONVersion 0.14SYNOPSISuse CSS::DOM::Constants ':all'; # or use CSS::DOM::Constants ':rule'; # or individually use CSS::DOM::Constants 'SYNTAX_ERR', ...;DESCRIPTIONThis module provides all the constants used by CSS::DOM.EXPORTSYou can import individual constants by name, or all of them with the ':all' tag. In addition, you can specify one of the following tags, to import a group of constants (which can also be imported from other CSS::DOM modules): :exception All the constants listed under "EXPORTS" in CSS::DOM::Exception. :rule All the constants listed under "EXPORTS" in CSS::DOM::Rule. :value All the constants listed under "CONSTANTS" in CSS::DOM::Value. :primitive All the constants listed under "CONSTANTS" in CSS::DOM::Value::Primitive. There is also a %SuffixToConst hash which maps dimension suffixes (such as 'px'; all lowercase) to CSSPrimitiveValue type constants (such as "CSS_PX"). This is included in the ':all' tag.SEE ALSOCSS::DOM CSS::DOM::Exception CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Constants(3pm)
Related Man Pages |
---|
css::adaptor(3pm) - debian |
css::dom::style(3pm) - debian |
css::dom::value::list(3pm) - debian |
mojo::dom::css(3pm) - debian |
xml::xpath::node(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |