⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css2propertiesimpl.java

📁 cssparser -- CSS 的语法解析器。采用java语言编写。可用在服务端生成页面。
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/* * CSS2PropertiesImpl.java * * Steady State CSS2 Parser * * Copyright (C) 1999, 2002 Steady State Software Ltd.  All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA * * To contact the authors of the library, write to Steady State Software Ltd., * 49 Littleworth, Wing, Buckinghamshire, LU7 0JX, England * * http://www.steadystate.com/css/ * mailto:css@steadystate.co.uk * * $Id: CSS2PropertiesImpl.java,v 1.1.1.1 2003/12/28 21:22:46 davidsch Exp $ */package com.steadystate.css.dom;import java.io.Serializable;import org.w3c.dom.*;import org.w3c.dom.css.*;/** * * @author  David * @version */public class CSS2PropertiesImpl implements CSS2Properties, Serializable {    /** Creates new CSS2PropertiesImpl */    public CSS2PropertiesImpl() {    }    public String getAzimuth() {        return null;    }    public void setAzimuth(String azimuth) throws DOMException {    }    public String getBackground() {        return null;    }    public void setBackground(String background) throws DOMException {    }    public String getBackgroundAttachment() {        return null;    }    public void setBackgroundAttachment(String backgroundAttachment) throws DOMException {    }    public String getBackgroundColor() {        return null;    }    public void setBackgroundColor(String backgroundColor) throws DOMException {    }    public String getBackgroundImage() {        return null;    }    public void setBackgroundImage(String backgroundImage) throws DOMException {    }    public String getBackgroundPosition() {        return null;    }    public void setBackgroundPosition(String backgroundPosition) throws DOMException {    }    public String getBackgroundRepeat() {        return null;    }    public void setBackgroundRepeat(String backgroundRepeat) throws DOMException {    }    public String getBorder() {        return null;    }    public void setBorder(String border) throws DOMException {    }    public String getBorderCollapse() {        return null;    }    public void setBorderCollapse(String borderCollapse) throws DOMException {    }    public String getBorderColor() {        return null;    }    public void setBorderColor(String borderColor) throws DOMException {    }    public String getBorderSpacing() {        return null;    }    public void setBorderSpacing(String borderSpacing) throws DOMException {    }    public String getBorderStyle() {        return null;    }    public void setBorderStyle(String borderStyle) throws DOMException {    }    public String getBorderTop() {        return null;    }    public void setBorderTop(String borderTop) throws DOMException {    }    public String getBorderRight() {        return null;    }    public void setBorderRight(String borderRight) throws DOMException {    }    public String getBorderBottom() {        return null;    }    public void setBorderBottom(String borderBottom) throws DOMException {    }    public String getBorderLeft() {        return null;    }    public void setBorderLeft(String borderLeft) throws DOMException {    }    public String getBorderTopColor() {        return null;    }    public void setBorderTopColor(String borderTopColor) throws DOMException {    }    public String getBorderRightColor() {        return null;    }    public void setBorderRightColor(String borderRightColor) throws DOMException {    }    public String getBorderBottomColor() {        return null;    }    public void setBorderBottomColor(String borderBottomColor) throws DOMException {    }    public String getBorderLeftColor() {        return null;    }    public void setBorderLeftColor(String borderLeftColor) throws DOMException {    }    public String getBorderTopStyle() {        return null;    }    public void setBorderTopStyle(String borderTopStyle) throws DOMException {    }    public String getBorderRightStyle() {        return null;    }    public void setBorderRightStyle(String borderRightStyle) throws DOMException {    }    public String getBorderBottomStyle() {        return null;    }    public void setBorderBottomStyle(String borderBottomStyle) throws DOMException {    }    public String getBorderLeftStyle() {        return null;    }    public void setBorderLeftStyle(String borderLeftStyle) throws DOMException {    }    public String getBorderTopWidth() {        return null;    }    public void setBorderTopWidth(String borderTopWidth) throws DOMException {    }    public String getBorderRightWidth() {        return null;    }    public void setBorderRightWidth(String borderRightWidth) throws DOMException {    }    public String getBorderBottomWidth() {        return null;    }    public void setBorderBottomWidth(String borderBottomWidth) throws DOMException {    }    public String getBorderLeftWidth() {        return null;    }    public void setBorderLeftWidth(String borderLeftWidth) throws DOMException {    }    public String getBorderWidth() {        return null;    }    public void setBorderWidth(String borderWidth) throws DOMException {    }    public String getBottom() {        return null;    }    public void setBottom(String bottom) throws DOMException {    }    public String getCaptionSide() {        return null;    }    public void setCaptionSide(String captionSide) throws DOMException {    }    public String getClear() {        return null;    }    public void setClear(String clear) throws DOMException {    }    public String getClip() {        return null;    }    public void setClip(String clip) throws DOMException {    }    public String getColor() {        return null;    }    public void setColor(String color) throws DOMException {    }    public String getContent() {        return null;    }    public void setContent(String content) throws DOMException {    }    public String getCounterIncrement() {        return null;    }    public void setCounterIncrement(String counterIncrement) throws DOMException {    }    public String getCounterReset() {        return null;    }    public void setCounterReset(String counterReset) throws DOMException {    }    public String getCue() {        return null;    }    public void setCue(String cue) throws DOMException {    }    public String getCueAfter() {        return null;    }    public void setCueAfter(String cueAfter) throws DOMException {    }    public String getCueBefore() {        return null;    }    public void setCueBefore(String cueBefore) throws DOMException {    }    public String getCursor() {        return null;    }    public void setCursor(String cursor) throws DOMException {    }    public String getDirection() {        return null;    }    public void setDirection(String direction) throws DOMException {    }    public String getDisplay() {        return null;    }    public void setDisplay(String display) throws DOMException {    }    public String getElevation() {        return null;    }    public void setElevation(String elevation) throws DOMException {    }    public String getEmptyCells() {        return null;    }    public void setEmptyCells(String emptyCells) throws DOMException {    }    public String getCssFloat() {        return null;    }    public void setCssFloat(String cssFloat) throws DOMException {    }    public String getFont() {        return null;    }    public void setFont(String font) throws DOMException {    }    public String getFontFamily() {        return null;    }    public void setFontFamily(String fontFamily) throws DOMException {    }    public String getFontSize() {        return null;    }    public void setFontSize(String fontSize) throws DOMException {    }    public String getFontSizeAdjust() {        return null;    }    public void setFontSizeAdjust(String fontSizeAdjust) throws DOMException {    }    public String getFontStretch() {        return null;    }    public void setFontStretch(String fontStretch) throws DOMException {    }    public String getFontStyle() {        return null;    }    public void setFontStyle(String fontStyle) throws DOMException {    }    public String getFontVariant() {        return null;    }    public void setFontVariant(String fontVariant) throws DOMException {    }    public String getFontWeight() {        return null;    }    public void setFontWeight(String fontWeight) throws DOMException {    }    public String getHeight() {        return null;    }    public void setHeight(String height) throws DOMException {    }    public String getLeft() {        return null;    }    public void setLeft(String left) throws DOMException {    }    public String getLetterSpacing() {        return null;    }    public void setLetterSpacing(String letterSpacing) throws DOMException {    }    public String getLineHeight() {        return null;    }    public void setLineHeight(String lineHeight) throws DOMException {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -