executeEvents(new XMLBinaryAttachmentHandler(this.getParent(), nodeValue, mapping, converter, isCollection));
}
public void processSimpleElement() throws SAXException {
getEvents().remove(0);
executeEvents(new XMLInlineBinaryHandler(this.getParent(), nodeValue, mapping, converter, isCollection));
}