| | |
| | | try |
| | | { |
| | | at = AttributeTypeSyntax.decodeAttributeType(v.getValue(), schema, |
| | | false); |
| | | true); |
| | | } |
| | | catch (DirectoryException de) |
| | | { |
| | |
| | | ObjectClass oc; |
| | | try |
| | | { |
| | | oc = ObjectClassSyntax.decodeObjectClass(v.getValue(), schema, false); |
| | | oc = ObjectClassSyntax.decodeObjectClass(v.getValue(), schema, true); |
| | | } |
| | | catch (DirectoryException de) |
| | | { |
| | |
| | | NameForm nf; |
| | | try |
| | | { |
| | | nf = NameFormSyntax.decodeNameForm(v.getValue(), schema, false); |
| | | nf = NameFormSyntax.decodeNameForm(v.getValue(), schema, true); |
| | | } |
| | | catch (DirectoryException de) |
| | | { |
| | |
| | | try |
| | | { |
| | | dsr = DITStructureRuleSyntax.decodeDITStructureRule( |
| | | v.getValue(), schema, false); |
| | | v.getValue(), schema, true); |
| | | } |
| | | catch (DirectoryException de) |
| | | { |