1783178417851786178717881789179017911792
* The element attributes. */ private void enterFloat(final Attributes attributes) { this.floatValue = new FloatValue(0); this.floatValue.setSid(attributes.getValue("sid")); this.stringBuilder = new StringBuilder(); enterElement(ParserMode.FLOAT); }
2756275727582759276027612762276327642765
*/ private void enterLightFloatValue(final Attributes attributes, final ParserMode mode) { this.floatValue = new FloatValue(0); this.floatValue.setSid(attributes.getValue("sid")); this.stringBuilder = new StringBuilder(); enterElement(mode); }
2980298129822983298429852986298729882989
*/ private void enterProjectionValue(final ParserMode mode, final Attributes attributes) { this.floatValue = new FloatValue(0); this.floatValue.setSid(attributes.getValue("sid")); this.stringBuilder = new StringBuilder(); enterElement(mode); }