Searched refs:attrFormat (Results 1 – 1 of 1) sorted by relevance
507 Node attrFormat = attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$ in parseAttributeTypes() local508 if (attrFormat != null) { in parseAttributeTypes()509 for (String f : attrFormat.getNodeValue().split("\\|")) { //$NON-NLS-1$ in parseAttributeTypes()