The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CSS::SAC"

CSS::SAC - SAC CSS parser River stage one • 1 direct dependent • 1 total dependent

SAC (Simple API for CSS) is an event-based API much like SAX for XML. If you are familiar with the latter, you should have little trouble getting used to SAC. More information on SAC can be found online at http://www.w3.org/TR/SAC. CSS having more co...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector - base class for SAC selectors River stage one • 1 direct dependent • 1 total dependent

SAC Selectors describe selectors that can be expressed in CSS such as ElementSelector or SiblingSelector. This class provides everything that is needed to implement simple selectors (methods, constants) as well as what is needed by subclasses definin...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition - base class for SAC conditions River stage one • 1 direct dependent • 1 total dependent

SAC Conditions describe conditions that can be expressed in CSS such as AttributeConditions or PositionalConditions. This class provides everything that is needed to implement simple conditions (methods, constants) as well as what is needed by subcla...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::LexicalUnit - SAC units River stage one • 1 direct dependent • 1 total dependent

In the SAC spec, LexicalUnit is a linked list, that is, you only ever hold one LexicalUnit, and you ask for the next of for the previous one when you want to move on. Such a model seems awkward, though I'm sure it makes sense somehow in Java, likely ...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::SelectorList - SAC SelectorLists River stage one • 1 direct dependent • 1 total dependent

SAC SelectorLists are simple arrayrefs with a few methods on top. I recommend that you use them the Perl way because they are really nothing more than arrays. However there was demand for the methods that exist in the spec, so I added this interface....

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::SelectorFactory - the default SelectorFactory River stage one • 1 direct dependent • 1 total dependent

This is the default SelectorFactory for CSS::SAC. It creates selectors of all types defined in SAC. You may wish to subclass or replace the default SelectorFactory in order to get your own selector objects. I plan on adding more flexibility to this f...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Lang - SAC LangConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::ConditionFactory - the default ConditionFactory River stage one • 1 direct dependent • 1 total dependent

This is the default ConditionFactory for CSS::SAC. It creates conditions of all types defined in SAC. You may wish to subclass or replace the default ConditionFactory in order to get your own condition objects. I plan on adding more flexibility to th...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Simple - SAC SimpleSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector, look there for more documentation. This class adds nothing, it's merely different. This subclass adds nothing per se, it is only there to enforce some constraints as other selector classes have fields that ma...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Sibling - SAC SiblingSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector, look there for more documentation. This class adds the methods described below. This subclass also defines the constants for the DOM nodes. It uses the same constants as the DOM, and adds the ANY_NODE constan...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Element - SAC ElementSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector::Simple, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Negative - SAC NegativeSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector::Simple, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Content - SAC ContentConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Negative - SAC NegativeConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Descendant - SAC DescendantSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Attribute - SAC AttributeConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Combinator - SAC CombinatorConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Condition::Positional - SAC PositionalConditions River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::Conditional - SAC ConditionalSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector::Simple, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC

CSS::SAC::Selector::CharacterData - SAC CharacterDataSelector River stage one • 1 direct dependent • 1 total dependent

This is a subclass of CSS::SAC::Selector::Simple, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC
24 results (0.028 seconds)