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