|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConditionFactory
Method Summary | |
---|---|
CombinatorCondition |
createAndCondition(Condition first,
Condition second)
Creates an and condition |
AttributeCondition |
createAttributeCondition(java.lang.String localName,
java.lang.String namespaceURI,
boolean specified,
java.lang.String value)
Creates an attribute condition |
AttributeCondition |
createBeginHyphenAttributeCondition(java.lang.String localName,
java.lang.String namespaceURI,
boolean specified,
java.lang.String value)
Creates a "begin hyphen" attribute condition |
AttributeCondition |
createClassCondition(java.lang.String namespaceURI,
java.lang.String value)
Creates a class condition |
ContentCondition |
createContentCondition(java.lang.String data)
Creates a content condition |
AttributeCondition |
createIdCondition(java.lang.String value)
Creates an id condition |
LangCondition |
createLangCondition(java.lang.String lang)
Creates a lang condition |
NegativeCondition |
createNegativeCondition(Condition condition)
Creates a negative condition |
AttributeCondition |
createOneOfAttributeCondition(java.lang.String localName,
java.lang.String namespaceURI,
boolean specified,
java.lang.String value)
Creates a "one of" attribute condition |
Condition |
createOnlyChildCondition()
Creates a "only one" child condition |
Condition |
createOnlyTypeCondition()
Creates a "only one" type condition |
CombinatorCondition |
createOrCondition(Condition first,
Condition second)
Creates an or condition |
PositionalCondition |
createPositionalCondition(int position,
boolean typeNode,
boolean type)
Creates a positional condition |
AttributeCondition |
createPseudoClassCondition(java.lang.String namespaceURI,
java.lang.String value)
Creates a pseudo class condition |
Method Detail |
---|
CombinatorCondition createAndCondition(Condition first, Condition second) throws CSSException
first
- the first conditionsecond
- the second condition
CSSException
- if this exception is not supported.CombinatorCondition createOrCondition(Condition first, Condition second) throws CSSException
first
- the first conditionsecond
- the second condition
CSSException
- if this exception is not supported.NegativeCondition createNegativeCondition(Condition condition) throws CSSException
condition
- the condition
CSSException
- if this exception is not supported.PositionalCondition createPositionalCondition(int position, boolean typeNode, boolean type) throws CSSException
position
- the position of the node in the list.typeNode
- true
if the list should contain
only nodes of the same type (element, text node, ...).type
- true
true if the list should contain
only nodes of the same node (for element, same localName
and same namespaceURI).
CSSException
- if this exception is not supported.AttributeCondition createAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value) throws CSSException
localName
- the localName of the attributenamespaceURI
- the namespace URI of the attributespecified
- true
if the attribute must be specified
in the document.value
- the value of this attribute.
CSSException
- if this exception is not supported.AttributeCondition createIdCondition(java.lang.String value) throws CSSException
value
- the value of the id.
CSSException
- if this exception is not supported.LangCondition createLangCondition(java.lang.String lang) throws CSSException
value
- the value of the language.
CSSException
- if this exception is not supported.AttributeCondition createOneOfAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value) throws CSSException
localName
- the localName of the attributenamespaceURI
- the namespace URI of the attributespecified
- true
if the attribute must be specified
in the document.value
- the value of this attribute.
CSSException
- if this exception is not supported.AttributeCondition createBeginHyphenAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value) throws CSSException
localName
- the localName of the attributenamespaceURI
- the namespace URI of the attributespecified
- true
if the attribute must be specified
in the document.value
- the value of this attribute.
CSSException
- if this exception is not supported.AttributeCondition createClassCondition(java.lang.String namespaceURI, java.lang.String value) throws CSSException
localName
- the localName of the attributenamespaceURI
- the namespace URI of the attributespecified
- true
if the attribute must be specified
in the document.value
- the name of the class.
CSSException
- if this exception is not supported.AttributeCondition createPseudoClassCondition(java.lang.String namespaceURI, java.lang.String value) throws CSSException
namespaceURI
- the namespace URI of the attributevalue
- the name of the pseudo class
CSSException
- if this exception is not supported.Condition createOnlyChildCondition() throws CSSException
CSSException
- if this exception is not supported.Condition createOnlyTypeCondition() throws CSSException
CSSException
- if this exception is not supported.ContentCondition createContentCondition(java.lang.String data) throws CSSException
data
- the data in the content
CSSException
- if this exception is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |