69707172737475
* @return the object. * @throws org.xml.sax.SAXException if an parser error occured. */ public Object getObject() throws SAXException { return new FormulaHeader(name, value); }
61626364656667