121122123124125126127
* @return the object. * @throws SAXException if an parser error occured. */ public Object getObject() throws SAXException { return new StaticDataAttributeReference(sourceDomain, sourceName, null, mapper); }
116117118119120121122