public abstract class AbstractPropertyBuilder extends java.lang.Object implements PropertyBuilder
| Constructor and Description |
|---|
AbstractPropertyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
buildDeclarations(CSSName cssName,
java.util.List values,
int origin,
boolean important) |
protected IdentValue |
checkIdent(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentLengthNumberOrPercentType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentLengthOrPercentType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrColorType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrIntegerType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrLengthType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrNumberType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrString(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentOrURIType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkIdentType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected java.util.List |
checkInheritAll(CSSName[] all,
java.util.List values,
int origin,
boolean important,
boolean inheritAllowed) |
protected void |
checkInheritAllowed(org.w3c.dom.css.CSSPrimitiveValue value,
boolean inheritAllowed) |
protected void |
checkInteger(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkLengthOrPercentType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkLengthType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkNumberType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkStringType(CSSName cssName,
org.w3c.dom.css.CSSPrimitiveValue value) |
protected void |
checkValidity(CSSName cssName,
java.util.BitSet validValues,
IdentValue value) |
protected void |
checkValueCount(CSSName cssName,
int expected,
int found) |
protected void |
checkValueCount(CSSName cssName,
int min,
int max,
int found) |
protected PropertyDeclaration |
copyOf(PropertyDeclaration decl,
CSSName newName) |
protected boolean |
isLength(org.w3c.dom.css.CSSPrimitiveValue value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildDeclarationspublic java.util.List buildDeclarations(CSSName cssName, java.util.List values, int origin, boolean important)
buildDeclarations in interface PropertyBuilderprotected void checkValueCount(CSSName cssName, int expected, int found)
protected void checkValueCount(CSSName cssName, int min, int max, int found)
protected void checkIdentType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrURIType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrColorType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrIntegerType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkInteger(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrLengthType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrNumberType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentLengthOrPercentType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkLengthOrPercentType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkLengthType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkNumberType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkStringType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentOrString(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkIdentLengthNumberOrPercentType(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected boolean isLength(org.w3c.dom.css.CSSPrimitiveValue value)
protected void checkValidity(CSSName cssName, java.util.BitSet validValues, IdentValue value)
protected IdentValue checkIdent(CSSName cssName, org.w3c.dom.css.CSSPrimitiveValue value)
protected PropertyDeclaration copyOf(PropertyDeclaration decl, CSSName newName)
protected void checkInheritAllowed(org.w3c.dom.css.CSSPrimitiveValue value,
boolean inheritAllowed)
protected java.util.List checkInheritAll(CSSName[] all, java.util.List values, int origin, boolean important, boolean inheritAllowed)
Copyright © 2014. All Rights Reserved.