public abstract class AbstractPropertyBuilder extends Object implements PropertyBuilder
| Constructor and Description |
|---|
AbstractPropertyBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildDeclarationspublic List buildDeclarations(CSSName cssName, 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, 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)
Copyright © 2021. All rights reserved.