Searched defs:styleAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2603 styleAttributes = getStyleSheet().getDeclaration(decl);
2604 a.addAttributes(styleAttributes);
2607 styleAttributes = null;
2699 styleAttributes = getStyleSheet().getDeclaration(decl);
2700 a.addAttributes(styleAttributes);
2703 styleAttributes = null;
3113 if (styleAttributes != null) {
3114 charAttr.addAttributes(styleAttributes);
3150 if (styleAttributes != null) {
3151 charAttr.addAttributes(styleAttributes);
4038 AttributeSet styleAttributes; field in class:HTMLDocument.HTMLReader
[all...]

Completed in 38 milliseconds