public class ConditionFactoryImpl extends Object implements org.w3c.css.sac.ConditionFactory
| Constructor and Description |
|---|
ConditionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.css.sac.CombinatorCondition |
createAndCondition(org.w3c.css.sac.Condition first,
org.w3c.css.sac.Condition second) |
org.w3c.css.sac.AttributeCondition |
createAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
org.w3c.css.sac.AttributeCondition |
createBeginHyphenAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
org.w3c.css.sac.AttributeCondition |
createClassCondition(String namespaceURI,
String value) |
org.w3c.css.sac.ContentCondition |
createContentCondition(String data) |
org.w3c.css.sac.AttributeCondition |
createIdCondition(String value) |
org.w3c.css.sac.LangCondition |
createLangCondition(String lang) |
org.w3c.css.sac.NegativeCondition |
createNegativeCondition(org.w3c.css.sac.Condition condition) |
org.w3c.css.sac.AttributeCondition |
createOneOfAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
org.w3c.css.sac.Condition |
createOnlyChildCondition() |
org.w3c.css.sac.Condition |
createOnlyTypeCondition() |
org.w3c.css.sac.CombinatorCondition |
createOrCondition(org.w3c.css.sac.Condition first,
org.w3c.css.sac.Condition second) |
org.w3c.css.sac.PositionalCondition |
createPositionalCondition(int position,
boolean typeNode,
boolean type) |
org.w3c.css.sac.AttributeCondition |
createPrefixAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
org.w3c.css.sac.AttributeCondition |
createPseudoClassCondition(String namespaceURI,
String value) |
org.w3c.css.sac.AttributeCondition |
createSubstringAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
org.w3c.css.sac.AttributeCondition |
createSuffixAttributeCondition(String localName,
String namespaceURI,
boolean specified,
String value) |
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
createAndCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.CombinatorCondition createOrCondition(org.w3c.css.sac.Condition first,
org.w3c.css.sac.Condition second)
throws org.w3c.css.sac.CSSException
createOrCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.NegativeCondition createNegativeCondition(org.w3c.css.sac.Condition condition)
throws org.w3c.css.sac.CSSException
createNegativeCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.PositionalCondition createPositionalCondition(int position,
boolean typeNode,
boolean type)
throws org.w3c.css.sac.CSSException
createPositionalCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
createAttributeCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createIdCondition(String value) throws org.w3c.css.sac.CSSException
createIdCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.LangCondition createLangCondition(String lang) throws org.w3c.css.sac.CSSException
createLangCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createOneOfAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
createOneOfAttributeCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
createBeginHyphenAttributeCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createPrefixAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
org.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createSuffixAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
org.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createSubstringAttributeCondition(String localName, String namespaceURI, boolean specified, String value) throws org.w3c.css.sac.CSSException
org.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createClassCondition(String namespaceURI, String value) throws org.w3c.css.sac.CSSException
createClassCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.AttributeCondition createPseudoClassCondition(String namespaceURI, String value) throws org.w3c.css.sac.CSSException
createPseudoClassCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.Condition createOnlyChildCondition()
throws org.w3c.css.sac.CSSException
createOnlyChildCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.Condition createOnlyTypeCondition()
throws org.w3c.css.sac.CSSException
createOnlyTypeCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionpublic org.w3c.css.sac.ContentCondition createContentCondition(String data) throws org.w3c.css.sac.CSSException
createContentCondition in interface org.w3c.css.sac.ConditionFactoryorg.w3c.css.sac.CSSExceptionCopyright © 2021. All rights reserved.