public class ConditionFactoryAdapter extends Object implements ConditionFactoryExt
Constructor and Description |
---|
ConditionFactoryAdapter(ConditionFactory selectorFactory) |
public ConditionFactoryAdapter(ConditionFactory selectorFactory)
public CombinatorCondition createAndCondition(Condition first, Condition second) throws CSSException
createAndCondition
in interface ConditionFactory
CSSException
public CombinatorCondition createOrCondition(Condition first, Condition second) throws CSSException
createOrCondition
in interface ConditionFactory
CSSException
public NegativeCondition createNegativeCondition(Condition condition) throws CSSException
createNegativeCondition
in interface ConditionFactory
CSSException
public PositionalCondition createPositionalCondition(int position, boolean typeNode, boolean type) throws CSSException
createPositionalCondition
in interface ConditionFactory
CSSException
public AttributeCondition createAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createAttributeCondition
in interface ConditionFactory
CSSException
public AttributeCondition createIdCondition(String value) throws CSSException
createIdCondition
in interface ConditionFactory
CSSException
public AttributeCondition createIdCondition(String value, Locator locator) throws CSSException
createIdCondition
in interface ConditionFactoryExt
CSSException
public LangCondition createLangCondition(String lang) throws CSSException
createLangCondition
in interface ConditionFactory
CSSException
public LangCondition createLangCondition(String lang, Locator locator) throws CSSException
createLangCondition
in interface ConditionFactoryExt
CSSException
public AttributeCondition createOneOfAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createOneOfAttributeCondition
in interface ConditionFactory
CSSException
public AttributeCondition createBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createBeginHyphenAttributeCondition
in interface ConditionFactory
CSSException
public AttributeCondition createClassCondition(String namespaceURI, String value) throws CSSException
createClassCondition
in interface ConditionFactory
CSSException
public AttributeCondition createClassCondition(String namespaceURI, String value, Locator locator) throws CSSException
createClassCondition
in interface ConditionFactoryExt
CSSException
public AttributeCondition createPseudoClassCondition(String namespaceURI, String value) throws CSSException
createPseudoClassCondition
in interface ConditionFactory
CSSException
public AttributeCondition createPseudoClassCondition(String namespaceURI, String value, Locator locator, boolean doubleColon) throws CSSException
createPseudoClassCondition
in interface ConditionFactoryExt
CSSException
public Condition createOnlyChildCondition() throws CSSException
createOnlyChildCondition
in interface ConditionFactory
CSSException
public Condition createOnlyTypeCondition() throws CSSException
createOnlyTypeCondition
in interface ConditionFactory
CSSException
public ContentCondition createContentCondition(String data) throws CSSException
createContentCondition
in interface ConditionFactory
CSSException
public AttributeCondition createPrefixAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createPrefixAttributeCondition
in interface ConditionFactoryExt
CSSException
public AttributeCondition createSuffixAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createSuffixAttributeCondition
in interface ConditionFactoryExt
CSSException
public AttributeCondition createSubstringAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws CSSException
createSubstringAttributeCondition
in interface ConditionFactoryExt
CSSException
Copyright © 1999–2022. All rights reserved.