From c3fa88a3b26e4f40516153ebd07a304baba38989 Mon Sep 17 00:00:00 2001 From: mrglavas Date: Fri, 10 Jun 2005 15:52:57 +0000 Subject: [PATCH] No functional changes. Updating DOM Level 2 errata: http://www.w3.org/2002/10/DOM-Level-2-Traversal-Range-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Views-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Events-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Style-java-binding-20021016.zip git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226230 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/org/w3c/dom/css/CSS2Properties.java | 488 ------------------ .../src/org/w3c/dom/css/CSSCharsetRule.java | 5 - .../src/org/w3c/dom/css/CSSPageRule.java | 4 - .../external/src/org/w3c/dom/css/CSSRule.java | 8 - .../org/w3c/dom/css/CSSStyleDeclaration.java | 18 +- .../src/org/w3c/dom/css/CSSStyleRule.java | 4 - .../src/org/w3c/dom/css/CSSValue.java | 7 - .../external/src/org/w3c/dom/css/ViewCSS.java | 2 +- .../w3c/dom/stylesheets/DocumentStyle.java | 2 +- .../org/w3c/dom/stylesheets/MediaList.java | 5 - 10 files changed, 10 insertions(+), 533 deletions(-) diff --git a/java/external/src/org/w3c/dom/css/CSS2Properties.java b/java/external/src/org/w3c/dom/css/CSS2Properties.java index 18f589f..89ccf50 100644 --- a/java/external/src/org/w3c/dom/css/CSS2Properties.java +++ b/java/external/src/org/w3c/dom/css/CSS2Properties.java @@ -68,10 +68,6 @@ import org.w3c.dom.DOMException; public interface CSS2Properties { /** * See the azimuth property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getAzimuth(); /** @@ -86,10 +82,6 @@ public interface CSS2Properties { /** * See the background property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackground(); /** @@ -104,10 +96,6 @@ public interface CSS2Properties { /** * See the background-attachment property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackgroundAttachment(); /** @@ -122,10 +110,6 @@ public interface CSS2Properties { /** * See the background-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackgroundColor(); /** @@ -140,10 +124,6 @@ public interface CSS2Properties { /** * See the background-image property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackgroundImage(); /** @@ -158,10 +138,6 @@ public interface CSS2Properties { /** * See the background-position property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackgroundPosition(); /** @@ -176,10 +152,6 @@ public interface CSS2Properties { /** * See the background-repeat property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBackgroundRepeat(); /** @@ -194,10 +166,6 @@ public interface CSS2Properties { /** * See the border property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorder(); /** @@ -212,10 +180,6 @@ public interface CSS2Properties { /** * See the border-collapse property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderCollapse(); /** @@ -230,10 +194,6 @@ public interface CSS2Properties { /** * See the border-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderColor(); /** @@ -248,10 +208,6 @@ public interface CSS2Properties { /** * See the border-spacing property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderSpacing(); /** @@ -266,10 +222,6 @@ public interface CSS2Properties { /** * See the border-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderStyle(); /** @@ -284,10 +236,6 @@ public interface CSS2Properties { /** * See the border-top property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderTop(); /** @@ -302,10 +250,6 @@ public interface CSS2Properties { /** * See the border-right property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderRight(); /** @@ -320,10 +264,6 @@ public interface CSS2Properties { /** * See the border-bottom property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderBottom(); /** @@ -338,10 +278,6 @@ public interface CSS2Properties { /** * See the border-left property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderLeft(); /** @@ -356,10 +292,6 @@ public interface CSS2Properties { /** * See the border-top-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderTopColor(); /** @@ -374,10 +306,6 @@ public interface CSS2Properties { /** * See the border-right-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderRightColor(); /** @@ -392,10 +320,6 @@ public interface CSS2Properties { /** * See the border-bottom-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderBottomColor(); /** @@ -410,10 +334,6 @@ public interface CSS2Properties { /** * See the border-left-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderLeftColor(); /** @@ -428,10 +348,6 @@ public interface CSS2Properties { /** * See the border-top-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderTopStyle(); /** @@ -446,10 +362,6 @@ public interface CSS2Properties { /** * See the border-right-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderRightStyle(); /** @@ -464,10 +376,6 @@ public interface CSS2Properties { /** * See the border-bottom-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderBottomStyle(); /** @@ -482,10 +390,6 @@ public interface CSS2Properties { /** * See the border-left-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderLeftStyle(); /** @@ -500,10 +404,6 @@ public interface CSS2Properties { /** * See the border-top-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderTopWidth(); /** @@ -518,10 +418,6 @@ public interface CSS2Properties { /** * See the border-right-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderRightWidth(); /** @@ -536,10 +432,6 @@ public interface CSS2Properties { /** * See the border-bottom-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderBottomWidth(); /** @@ -554,10 +446,6 @@ public interface CSS2Properties { /** * See the border-left-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderLeftWidth(); /** @@ -572,10 +460,6 @@ public interface CSS2Properties { /** * See the border-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBorderWidth(); /** @@ -590,10 +474,6 @@ public interface CSS2Properties { /** * See the bottom property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getBottom(); /** @@ -608,10 +488,6 @@ public interface CSS2Properties { /** * See the caption-side property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCaptionSide(); /** @@ -626,10 +502,6 @@ public interface CSS2Properties { /** * See the clear property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getClear(); /** @@ -644,10 +516,6 @@ public interface CSS2Properties { /** * See the clip property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getClip(); /** @@ -662,10 +530,6 @@ public interface CSS2Properties { /** * See the color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getColor(); /** @@ -680,10 +544,6 @@ public interface CSS2Properties { /** * See the content property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getContent(); /** @@ -698,10 +558,6 @@ public interface CSS2Properties { /** * See the counter-increment property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCounterIncrement(); /** @@ -716,10 +572,6 @@ public interface CSS2Properties { /** * See the counter-reset property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCounterReset(); /** @@ -734,10 +586,6 @@ public interface CSS2Properties { /** * See the cue property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCue(); /** @@ -752,10 +600,6 @@ public interface CSS2Properties { /** * See the cue-after property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCueAfter(); /** @@ -770,10 +614,6 @@ public interface CSS2Properties { /** * See the cue-before property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCueBefore(); /** @@ -788,10 +628,6 @@ public interface CSS2Properties { /** * See the cursor property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCursor(); /** @@ -806,10 +642,6 @@ public interface CSS2Properties { /** * See the direction property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getDirection(); /** @@ -824,10 +656,6 @@ public interface CSS2Properties { /** * See the display property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getDisplay(); /** @@ -842,10 +670,6 @@ public interface CSS2Properties { /** * See the elevation property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getElevation(); /** @@ -860,10 +684,6 @@ public interface CSS2Properties { /** * See the empty-cells property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getEmptyCells(); /** @@ -878,10 +698,6 @@ public interface CSS2Properties { /** * See the float property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getCssFloat(); /** @@ -896,10 +712,6 @@ public interface CSS2Properties { /** * See the font property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFont(); /** @@ -914,10 +726,6 @@ public interface CSS2Properties { /** * See the font-family property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontFamily(); /** @@ -932,10 +740,6 @@ public interface CSS2Properties { /** * See the font-size property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontSize(); /** @@ -950,10 +754,6 @@ public interface CSS2Properties { /** * See the font-size-adjust property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontSizeAdjust(); /** @@ -968,10 +768,6 @@ public interface CSS2Properties { /** * See the font-stretch property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontStretch(); /** @@ -986,10 +782,6 @@ public interface CSS2Properties { /** * See the font-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontStyle(); /** @@ -1004,10 +796,6 @@ public interface CSS2Properties { /** * See the font-variant property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontVariant(); /** @@ -1022,10 +810,6 @@ public interface CSS2Properties { /** * See the font-weight property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getFontWeight(); /** @@ -1040,10 +824,6 @@ public interface CSS2Properties { /** * See the height property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getHeight(); /** @@ -1058,10 +838,6 @@ public interface CSS2Properties { /** * See the left property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getLeft(); /** @@ -1076,10 +852,6 @@ public interface CSS2Properties { /** * See the letter-spacing property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getLetterSpacing(); /** @@ -1094,10 +866,6 @@ public interface CSS2Properties { /** * See the line-height property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getLineHeight(); /** @@ -1112,10 +880,6 @@ public interface CSS2Properties { /** * See the list-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getListStyle(); /** @@ -1130,10 +894,6 @@ public interface CSS2Properties { /** * See the list-style-image property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getListStyleImage(); /** @@ -1148,10 +908,6 @@ public interface CSS2Properties { /** * See the list-style-position property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getListStylePosition(); /** @@ -1166,10 +922,6 @@ public interface CSS2Properties { /** * See the list-style-type property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getListStyleType(); /** @@ -1184,10 +936,6 @@ public interface CSS2Properties { /** * See the margin property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMargin(); /** @@ -1202,10 +950,6 @@ public interface CSS2Properties { /** * See the margin-top property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarginTop(); /** @@ -1220,10 +964,6 @@ public interface CSS2Properties { /** * See the margin-right property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarginRight(); /** @@ -1238,10 +978,6 @@ public interface CSS2Properties { /** * See the margin-bottom property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarginBottom(); /** @@ -1256,10 +992,6 @@ public interface CSS2Properties { /** * See the margin-left property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarginLeft(); /** @@ -1274,10 +1006,6 @@ public interface CSS2Properties { /** * See the marker-offset property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarkerOffset(); /** @@ -1292,10 +1020,6 @@ public interface CSS2Properties { /** * See the marks property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMarks(); /** @@ -1310,10 +1034,6 @@ public interface CSS2Properties { /** * See the max-height property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMaxHeight(); /** @@ -1328,10 +1048,6 @@ public interface CSS2Properties { /** * See the max-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMaxWidth(); /** @@ -1346,10 +1062,6 @@ public interface CSS2Properties { /** * See the min-height property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMinHeight(); /** @@ -1364,10 +1076,6 @@ public interface CSS2Properties { /** * See the min-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getMinWidth(); /** @@ -1382,10 +1090,6 @@ public interface CSS2Properties { /** * See the orphans property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOrphans(); /** @@ -1400,10 +1104,6 @@ public interface CSS2Properties { /** * See the outline property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOutline(); /** @@ -1418,10 +1118,6 @@ public interface CSS2Properties { /** * See the outline-color property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOutlineColor(); /** @@ -1436,10 +1132,6 @@ public interface CSS2Properties { /** * See the outline-style property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOutlineStyle(); /** @@ -1454,10 +1146,6 @@ public interface CSS2Properties { /** * See the outline-width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOutlineWidth(); /** @@ -1472,10 +1160,6 @@ public interface CSS2Properties { /** * See the overflow property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getOverflow(); /** @@ -1490,10 +1174,6 @@ public interface CSS2Properties { /** * See the padding property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPadding(); /** @@ -1508,10 +1188,6 @@ public interface CSS2Properties { /** * See the padding-top property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPaddingTop(); /** @@ -1526,10 +1202,6 @@ public interface CSS2Properties { /** * See the padding-right property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPaddingRight(); /** @@ -1544,10 +1216,6 @@ public interface CSS2Properties { /** * See the padding-bottom property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPaddingBottom(); /** @@ -1562,10 +1230,6 @@ public interface CSS2Properties { /** * See the padding-left property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPaddingLeft(); /** @@ -1580,10 +1244,6 @@ public interface CSS2Properties { /** * See the page property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPage(); /** @@ -1598,10 +1258,6 @@ public interface CSS2Properties { /** * See the page-break-after property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPageBreakAfter(); /** @@ -1616,10 +1272,6 @@ public interface CSS2Properties { /** * See the page-break-before property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPageBreakBefore(); /** @@ -1634,10 +1286,6 @@ public interface CSS2Properties { /** * See the page-break-inside property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPageBreakInside(); /** @@ -1652,10 +1300,6 @@ public interface CSS2Properties { /** * See the pause property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPause(); /** @@ -1670,10 +1314,6 @@ public interface CSS2Properties { /** * See the pause-after property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPauseAfter(); /** @@ -1688,10 +1328,6 @@ public interface CSS2Properties { /** * See the pause-before property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPauseBefore(); /** @@ -1706,10 +1342,6 @@ public interface CSS2Properties { /** * See the pitch property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPitch(); /** @@ -1724,10 +1356,6 @@ public interface CSS2Properties { /** * See the pitch-range property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPitchRange(); /** @@ -1742,10 +1370,6 @@ public interface CSS2Properties { /** * See the play-during property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPlayDuring(); /** @@ -1760,10 +1384,6 @@ public interface CSS2Properties { /** * See the position property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getPosition(); /** @@ -1778,10 +1398,6 @@ public interface CSS2Properties { /** * See the quotes property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getQuotes(); /** @@ -1796,10 +1412,6 @@ public interface CSS2Properties { /** * See the richness property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getRichness(); /** @@ -1814,10 +1426,6 @@ public interface CSS2Properties { /** * See the right property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getRight(); /** @@ -1832,10 +1440,6 @@ public interface CSS2Properties { /** * See the size property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSize(); /** @@ -1850,10 +1454,6 @@ public interface CSS2Properties { /** * See the speak property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSpeak(); /** @@ -1868,10 +1468,6 @@ public interface CSS2Properties { /** * See the speak-header property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSpeakHeader(); /** @@ -1886,10 +1482,6 @@ public interface CSS2Properties { /** * See the speak-numeral property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSpeakNumeral(); /** @@ -1904,10 +1496,6 @@ public interface CSS2Properties { /** * See the speak-punctuation property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSpeakPunctuation(); /** @@ -1922,10 +1510,6 @@ public interface CSS2Properties { /** * See the speech-rate property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getSpeechRate(); /** @@ -1940,10 +1524,6 @@ public interface CSS2Properties { /** * See the stress property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getStress(); /** @@ -1958,10 +1538,6 @@ public interface CSS2Properties { /** * See the table-layout property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTableLayout(); /** @@ -1976,10 +1552,6 @@ public interface CSS2Properties { /** * See the text-align property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTextAlign(); /** @@ -1994,10 +1566,6 @@ public interface CSS2Properties { /** * See the text-decoration property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTextDecoration(); /** @@ -2012,10 +1580,6 @@ public interface CSS2Properties { /** * See the text-indent property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTextIndent(); /** @@ -2030,10 +1594,6 @@ public interface CSS2Properties { /** * See the text-shadow property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTextShadow(); /** @@ -2048,10 +1608,6 @@ public interface CSS2Properties { /** * See the text-transform property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTextTransform(); /** @@ -2066,10 +1622,6 @@ public interface CSS2Properties { /** * See the top property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getTop(); /** @@ -2084,10 +1636,6 @@ public interface CSS2Properties { /** * See the unicode-bidi property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getUnicodeBidi(); /** @@ -2102,10 +1650,6 @@ public interface CSS2Properties { /** * See the vertical-align property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getVerticalAlign(); /** @@ -2120,10 +1664,6 @@ public interface CSS2Properties { /** * See the visibility property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getVisibility(); /** @@ -2138,10 +1678,6 @@ public interface CSS2Properties { /** * See the voice-family property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getVoiceFamily(); /** @@ -2156,10 +1692,6 @@ public interface CSS2Properties { /** * See the volume property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getVolume(); /** @@ -2174,10 +1706,6 @@ public interface CSS2Properties { /** * See the white-space property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getWhiteSpace(); /** @@ -2192,10 +1720,6 @@ public interface CSS2Properties { /** * See the widows property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getWidows(); /** @@ -2210,10 +1734,6 @@ public interface CSS2Properties { /** * See the width property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getWidth(); /** @@ -2228,10 +1748,6 @@ public interface CSS2Properties { /** * See the word-spacing property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getWordSpacing(); /** @@ -2246,10 +1762,6 @@ public interface CSS2Properties { /** * See the z-index property definition in CSS2. - * @exception DOMException - * SYNTAX_ERR: Raised if the new value has a syntax error and is - * unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public String getZIndex(); /** diff --git a/java/external/src/org/w3c/dom/css/CSSCharsetRule.java b/java/external/src/org/w3c/dom/css/CSSCharsetRule.java index fc85a05..8c0defa 100644 --- a/java/external/src/org/w3c/dom/css/CSSCharsetRule.java +++ b/java/external/src/org/w3c/dom/css/CSSCharsetRule.java @@ -35,11 +35,6 @@ import org.w3c.dom.DOMException; public interface CSSCharsetRule extends CSSRule { /** * The encoding information used in this @charset rule. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified encoding value has a syntax error - * and is unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is - * readonly. */ public String getEncoding(); /** diff --git a/java/external/src/org/w3c/dom/css/CSSPageRule.java b/java/external/src/org/w3c/dom/css/CSSPageRule.java index cb95a3e..538626a 100644 --- a/java/external/src/org/w3c/dom/css/CSSPageRule.java +++ b/java/external/src/org/w3c/dom/css/CSSPageRule.java @@ -24,10 +24,6 @@ import org.w3c.dom.DOMException; public interface CSSPageRule extends CSSRule { /** * The parsable textual representation of the page selector for the rule. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified CSS string value has a syntax - * error and is unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this rule is readonly. */ public String getSelectorText(); /** diff --git a/java/external/src/org/w3c/dom/css/CSSRule.java b/java/external/src/org/w3c/dom/css/CSSRule.java index 2d375e9..788f946 100644 --- a/java/external/src/org/w3c/dom/css/CSSRule.java +++ b/java/external/src/org/w3c/dom/css/CSSRule.java @@ -65,14 +65,6 @@ public interface CSSRule { /** * The parsable textual representation of the rule. This reflects the * current state of the rule and not its initial value. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified CSS string value has a syntax - * error and is unparsable. - *
INVALID_MODIFICATION_ERR: Raised if the specified CSS string - * value represents a different type of rule than the current one. - *
HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at - * this point in the style sheet. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if the rule is readonly. */ public String getCssText(); /** diff --git a/java/external/src/org/w3c/dom/css/CSSStyleDeclaration.java b/java/external/src/org/w3c/dom/css/CSSStyleDeclaration.java index bcd5229..e5e346b 100644 --- a/java/external/src/org/w3c/dom/css/CSSStyleDeclaration.java +++ b/java/external/src/org/w3c/dom/css/CSSStyleDeclaration.java @@ -40,11 +40,6 @@ public interface CSSStyleDeclaration { * result in the parsing of the new value and resetting of all the * properties in the declaration block including the removal or addition * of properties. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified CSS string value has a syntax - * error and is unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is - * readonly or a property is readonly. */ public String getCssText(); /** @@ -106,24 +101,27 @@ public interface CSSStyleDeclaration { /** * Used to retrieve the priority of a CSS property (e.g. the - * "important" qualifier) if the property has been + * "important" qualifier) if the priority has been * explicitly set in this declaration block. * @param propertyName The name of the CSS property. See the CSS * property index. * @return A string representing the priority (e.g. - * "important") if one exists. The empty string if none - * exists. + * "important") if the property has been explicitly set + * in this declaration block and has a priority specified. The empty + * string otherwise. */ public String getPropertyPriority(String propertyName); /** * Used to set a property value and priority within this declaration - * block. + * block. setProperty permits to modify a property or add a + * new one in the declaration block. Any call to this method may modify + * the order of properties in the item method. * @param propertyName The name of the CSS property. See the CSS * property index. * @param value The new value of the property. * @param priority The new priority of the property (e.g. - * "important"). + * "important") or the empty string if none. * @exception DOMException * SYNTAX_ERR: Raised if the specified value has a syntax error and is * unparsable. diff --git a/java/external/src/org/w3c/dom/css/CSSStyleRule.java b/java/external/src/org/w3c/dom/css/CSSStyleRule.java index e3e0cd8..626f322 100644 --- a/java/external/src/org/w3c/dom/css/CSSStyleRule.java +++ b/java/external/src/org/w3c/dom/css/CSSStyleRule.java @@ -25,10 +25,6 @@ public interface CSSStyleRule extends CSSRule { * The textual representation of the selector for the rule set. The * implementation may have stripped out insignificant whitespace while * parsing the selector. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified CSS string value has a syntax - * error and is unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this rule is readonly. */ public String getSelectorText(); /** diff --git a/java/external/src/org/w3c/dom/css/CSSValue.java b/java/external/src/org/w3c/dom/css/CSSValue.java index 48b2fbd..0285bcc 100644 --- a/java/external/src/org/w3c/dom/css/CSSValue.java +++ b/java/external/src/org/w3c/dom/css/CSSValue.java @@ -48,13 +48,6 @@ public interface CSSValue { /** * A string representation of the current value. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified CSS string value has a syntax - * error (according to the attached property) or is unparsable. - *
INVALID_MODIFICATION_ERR: Raised if the specified CSS string - * value represents a different type of values than the values allowed - * by the CSS property. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this value is readonly. */ public String getCssText(); /** diff --git a/java/external/src/org/w3c/dom/css/ViewCSS.java b/java/external/src/org/w3c/dom/css/ViewCSS.java index 0f7e88f..76b585a 100644 --- a/java/external/src/org/w3c/dom/css/ViewCSS.java +++ b/java/external/src/org/w3c/dom/css/ViewCSS.java @@ -30,7 +30,7 @@ import org.w3c.dom.views.AbstractView; */ public interface ViewCSS extends AbstractView { /** - * This method is used to get the computed style as it is defined in . + * This method is used to get the computed style as it is defined in [CSS2]. * @param elt The element whose style is to be computed. This parameter * cannot be null. * @param pseudoElt The pseudo-element or null if none. diff --git a/java/external/src/org/w3c/dom/stylesheets/DocumentStyle.java b/java/external/src/org/w3c/dom/stylesheets/DocumentStyle.java index 2270505..612a561 100644 --- a/java/external/src/org/w3c/dom/stylesheets/DocumentStyle.java +++ b/java/external/src/org/w3c/dom/stylesheets/DocumentStyle.java @@ -27,7 +27,7 @@ public interface DocumentStyle { * embedded in a document. For HTML documents, this includes external * style sheets, included via the HTML LINK element, and inline STYLE * elements. In XML, this includes external style sheets, included via - * style sheet processing instructions (see ). + * style sheet processing instructions (see [XML StyleSheet]). */ public StyleSheetList getStyleSheets(); diff --git a/java/external/src/org/w3c/dom/stylesheets/MediaList.java b/java/external/src/org/w3c/dom/stylesheets/MediaList.java index 3b10ed2..f83d5f1 100644 --- a/java/external/src/org/w3c/dom/stylesheets/MediaList.java +++ b/java/external/src/org/w3c/dom/stylesheets/MediaList.java @@ -28,11 +28,6 @@ public interface MediaList { /** * The parsable textual representation of the media list. This is a * comma-separated list of media. - * @exception DOMException - * SYNTAX_ERR: Raised if the specified string value has a syntax error - * and is unparsable. - *
NO_MODIFICATION_ALLOWED_ERR: Raised if this media list is - * readonly. */ public String getMediaText(); /**