GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CSS::DOM::Constants(3) User Contributed Perl Documentation CSS::DOM::Constants(3)

CSS::DOM::Constants - Constants for CSS::DOM

Version 0.17

  use CSS::DOM::Constants ':all';
  
  # or
  
  use CSS::DOM::Constants ':rule';
  
  # or individually
  
  use CSS::DOM::Constants 'SYNTAX_ERR', ...;

This module provides all the constants used by CSS::DOM.

You 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.

CSS::DOM

CSS::DOM::Exception

CSS::DOM::Rule

2018-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.