Lines Matching refs:mapping

131     // As the javadoc states, this class maintains a mapping between
152 // SmallConversionSet, that maintain a mapping between StyleConstants
363 SelectorMapping mapping = getRootSelectorMapping();
365 mapping = mapping.getChildSelectorMapping(selectors[i],
368 Style rule = mapping.getStyle();
370 mapping.setStyle(null);
716 * attributes and have a CSS mapping, will be converted
1017 SelectorMapping mapping = getRootSelectorMapping();
1019 mapping = mapping.getChildSelectorMapping
1022 rule = mapping.getStyle();
1025 mapping.setStyle(rule);
1027 mapping.getSpecificity());
1193 * Returns the root selector mapping that all selectors are relative
1279 * Adds <code>mapping</code> to <code>elements</code>. It is added
1283 private void addSortedStyle(SelectorMapping mapping, Vector<SelectorMapping> elements) {
1287 int specificity = mapping.getSpecificity();
1291 elements.insertElementAt(mapping, counter);
1296 elements.addElement(mapping);
1309 // Avoid desending the same mapping twice.
1374 SelectorMapping mapping = getRootSelectorMapping();
1377 SelectorMapping childMapping = mapping.getChildSelectorMapping(
1385 childMapping = mapping.getChildSelectorMapping(
1391 childMapping = mapping.getChildSelectorMapping(
1400 childMapping = mapping.getChildSelectorMapping(
1406 childMapping = mapping.getChildSelectorMapping(
2694 * mapping.
2714 * a CSS mapping, the request will be converted.
3029 * Returns the specificity this mapping represents.
3036 * Sets the Style associated with this mapping.
3043 * Returns the Style associated with this mapping.
3050 * Returns the child mapping identified by the simple selector
3051 * <code>selector</code>. If a child mapping does not exist for