Class FixNamespaceConditionFactory

java.lang.Object
org.pentaho.reporting.libraries.css.parser.FixNamespaceConditionFactory
All Implemented Interfaces:
org.w3c.css.sac.ConditionFactory

public class FixNamespaceConditionFactory extends Object implements org.w3c.css.sac.ConditionFactory
Creation-Date: 23.04.2006, 15:13:10
Author:
Thomas Morgner
  • Constructor Details

    • FixNamespaceConditionFactory

      public FixNamespaceConditionFactory(org.w3c.css.sac.ConditionFactory parent)
  • Method Details

    • createAndCondition

      public org.w3c.css.sac.CombinatorCondition createAndCondition(org.w3c.css.sac.Condition first, org.w3c.css.sac.Condition second) throws org.w3c.css.sac.CSSException
      Specified by:
      createAndCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createOrCondition

      public org.w3c.css.sac.CombinatorCondition createOrCondition(org.w3c.css.sac.Condition first, org.w3c.css.sac.Condition second) throws org.w3c.css.sac.CSSException
      Specified by:
      createOrCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createNegativeCondition

      public org.w3c.css.sac.NegativeCondition createNegativeCondition(org.w3c.css.sac.Condition condition) throws org.w3c.css.sac.CSSException
      Specified by:
      createNegativeCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createPositionalCondition

      public org.w3c.css.sac.PositionalCondition createPositionalCondition(int position, boolean typeNode, boolean type) throws org.w3c.css.sac.CSSException
      Specified by:
      createPositionalCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createAttributeCondition

      public org.w3c.css.sac.AttributeCondition createAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createAttributeCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createIdCondition

      public org.w3c.css.sac.AttributeCondition createIdCondition(String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createIdCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createLangCondition

      public org.w3c.css.sac.LangCondition createLangCondition(String lang) throws org.w3c.css.sac.CSSException
      Specified by:
      createLangCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createOneOfAttributeCondition

      public org.w3c.css.sac.AttributeCondition createOneOfAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createOneOfAttributeCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createBeginHyphenAttributeCondition

      public org.w3c.css.sac.AttributeCondition createBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createBeginHyphenAttributeCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createClassCondition

      public org.w3c.css.sac.AttributeCondition createClassCondition(String namespaceURI, String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createClassCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createPseudoClassCondition

      public org.w3c.css.sac.AttributeCondition createPseudoClassCondition(String namespaceURI, String value) throws org.w3c.css.sac.CSSException
      Specified by:
      createPseudoClassCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createOnlyChildCondition

      public org.w3c.css.sac.Condition createOnlyChildCondition() throws org.w3c.css.sac.CSSException
      Specified by:
      createOnlyChildCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createOnlyTypeCondition

      public org.w3c.css.sac.Condition createOnlyTypeCondition() throws org.w3c.css.sac.CSSException
      Specified by:
      createOnlyTypeCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException
    • createContentCondition

      public org.w3c.css.sac.ContentCondition createContentCondition(String data) throws org.w3c.css.sac.CSSException
      Specified by:
      createContentCondition in interface org.w3c.css.sac.ConditionFactory
      Throws:
      org.w3c.css.sac.CSSException