uni.setMaxOccurs(getMaxOccursFromAttributes(atts));
stack.push(uni);
}
else if (localName.equals(BEGINOFLINE_ELEMENT))
{
BeginOfLine bol = new BeginOfLine();
stack.push(bol);
}
else if (localName.equals(ENDOFLINE_ELEMENT))
{
EndOfLine eol = new EndOfLine();