tagName.equals( XML.Entries.Elements.OCValue ) ) {
if ( _attrSet == null || _attr == null || _value != null )
throw new SAXException( Messages.format( "dsml.openingTagNotRecognized", tagName ) );
if ( XML.Entries.Attributes.Encodings.Base64.equals(
attr.getValue( XML.Entries.Attributes.Encoding ) ) ) {
_decoder = new Base64Decoder();
} else {
_value = new StringBuffer();
}
} else {
throw new SAXException( Messages.format( "dsml.openingTagNotRecognized", tagName ) );