Searched refs:childAttrNodes (Results 1 – 5 of 5) sorted by relevance
77 NamedNodeMap childAttrNodes = child.getAttributes(); in ColumnStyle() local78 if (childAttrNodes != null) { in ColumnStyle()79 int nChildAttrNodes = childAttrNodes.getLength(); in ColumnStyle()81 Node attr = childAttrNodes.item(j); in ColumnStyle()
77 NamedNodeMap childAttrNodes = child.getAttributes(); in RowStyle() local78 if (childAttrNodes != null) { in RowStyle()79 int nChildAttrNodes = childAttrNodes.getLength(); in RowStyle()81 Node attr = childAttrNodes.item(j); in RowStyle()
79 NamedNodeMap childAttrNodes = child.getAttributes(); in CellStyle() local80 if (childAttrNodes != null) { in CellStyle()81 int nChildAttrNodes = childAttrNodes.getLength(); in CellStyle()83 Node attr = childAttrNodes.item(j); in CellStyle()
246 NamedNodeMap childAttrNodes = child.getAttributes(); in ParaStyle() local247 if (childAttrNodes != null) { in ParaStyle()248 int nChildAttrNodes = childAttrNodes.getLength(); in ParaStyle()250 Node attr = childAttrNodes.item(j); in ParaStyle()
107 NamedNodeMap childAttrNodes = child.getAttributes(); in TextStyle() local108 if (childAttrNodes != null) { in TextStyle()109 int nChildAttrNodes = childAttrNodes.getLength(); in TextStyle()111 Node attr = childAttrNodes.item(j); in TextStyle()
Completed in 33 milliseconds