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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java807 AttributeSet tableAttr = elem.getParentElement().
810 int borderWidth = getTableBorder(tableAttr);
815 String pad = (String)tableAttr.getAttribute(HTML.Attribute.CELLPADDING);
849 private static int getTableBorder(AttributeSet tableAttr) { argument
850 String borderValue = (String) tableAttr.getAttribute(HTML.Attribute.BORDER);

Completed in 32 milliseconds