文件名称: cssparser-0.9.23.jar中文-英文对照文档.zip
<dependency>
<groupId>net.sourceforge.cssparser</groupId>
<artifactId>cssparser</artifactId>
<version>0.9.23</version>
</dependency>Gradle:
implementation group: 'net.sourceforge.cssparser', name: 'cssparser', version: '0.9.23'
Gradle (Short):
implementation 'net.sourceforge.cssparser:cssparser:0.9.23'
Gradle (Kotlin):
implementation("net.sourceforge.cssparser:cssparser:0.9.23")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.steadystate.css.dom
com.steadystate.css.format
com.steadystate.css.parser
com.steadystate.css.parser.media
com.steadystate.css.parser.selectors
com.steadystate.css.sac
com.steadystate.css.userdata
com.steadystate.css.utilcom.steadystate.css.dom.AbstractCSSRuleImpl
com.steadystate.css.dom.CSSCharsetRuleImpl
com.steadystate.css.dom.CSSFontFaceRuleImpl
com.steadystate.css.dom.CSSImportRuleImpl
com.steadystate.css.dom.CSSMediaRuleImpl
com.steadystate.css.dom.CSSOMObject
com.steadystate.css.dom.CSSOMObjectImpl
com.steadystate.css.dom.CSSPageRuleImpl
com.steadystate.css.dom.CSSRuleListImpl
com.steadystate.css.dom.CSSStyleDeclarationImpl
com.steadystate.css.dom.CSSStyleRuleImpl
com.steadystate.css.dom.CSSStyleSheetImpl
com.steadystate.css.dom.CSSStyleSheetListImpl
com.steadystate.css.dom.CSSUnknownRuleImpl
com.steadystate.css.dom.CSSValueImpl
com.steadystate.css.dom.CounterImpl
com.steadystate.css.dom.DOMExceptionImpl
com.steadystate.css.dom.MediaListImpl
com.steadystate.css.dom.Property
com.steadystate.css.dom.RGBColorImpl
com.steadystate.css.dom.RectImpl
com.steadystate.css.format.CSSFormat
com.steadystate.css.format.CSSFormatable
com.steadystate.css.parser.CSSOMParser
com.steadystate.css.parser.CssCharStream
com.steadystate.css.parser.ExceptionResource
com.steadystate.css.parser.HandlerBase
com.steadystate.css.parser.LexicalUnitImpl
com.steadystate.css.parser.Locatable
com.steadystate.css.parser.LocatableImpl
com.steadystate.css.parser.LocatorImpl
com.steadystate.css.parser.ParserUtils
com.steadystate.css.parser.SACMediaListImpl
com.steadystate.css.parser.SACParser
com.steadystate.css.parser.SelectorListImpl
com.steadystate.css.parser.media.MediaQuery
com.steadystate.css.parser.selectors.AndConditionImpl
com.steadystate.css.parser.selectors.AttributeConditionImpl
com.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl
com.steadystate.css.parser.selectors.CharacterDataSelectorImpl
com.steadystate.css.parser.selectors.ChildSelectorImpl
com.steadystate.css.parser.selectors.ClassConditionImpl
com.steadystate.css.parser.selectors.ConditionFactoryImpl
com.steadystate.css.parser.selectors.ConditionalSelectorImpl
com.steadystate.css.parser.selectors.DescendantSelectorImpl
com.steadystate.css.parser.selectors.DirectAdjacentSelectorImpl
com.steadystate.css.parser.selectors.ElementSelectorImpl
com.steadystate.css.parser.selectors.GeneralAdjacentSelectorImpl
com.steadystate.css.parser.selectors.IdConditionImpl
com.steadystate.css.parser.selectors.LangConditionImpl
com.steadystate.css.parser.selectors.OneOfAttributeConditionImpl
com.steadystate.css.parser.selectors.PrefixAttributeConditionImpl
com.steadystate.css.parser.selectors.PseudoClassConditionImpl
com.steadystate.css.parser.selectors.PseudoElementSelectorImpl
com.steadystate.css.parser.selectors.SelectorFactoryImpl
com.steadystate.css.parser.selectors.SubstringAttributeConditionImpl
com.steadystate.css.parser.selectors.SuffixAttributeConditionImpl
com.steadystate.css.parser.selectors.SyntheticElementSelectorImpl
com.steadystate.css.sac.DocumentHandlerExt
com.steadystate.css.userdata.UserDataConstants
com.steadystate.css.util.LangUtils
com.steadystate.css.util.Output
com.steadystate.css.util.ThrowCssExceptionErrorHandler