diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-18 14:54:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-18 14:54:24 +0000 |
commit | 4d65b1ab462355824bc3b5e7bcf3a1ddf32d9a5f (patch) | |
tree | 3bf3543b33a7dc2b7f2a2dbbd37f2bf534883df6 | |
parent | 2d9b3f4baa76e914896ac28c3cc0f63709db0f8d (diff) |
INTEGRATION: CWS cfgapi (1.2.316); FILE MERGED
2004/06/14 14:57:54 ssmith 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED
2004/05/07 12:35:39 ssmith 1.2.316.1: #112671# updating specification
-rw-r--r-- | offapi/com/sun/star/configuration/backend/XSchema.idl | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XSchema.idl b/offapi/com/sun/star/configuration/backend/XSchema.idl index bab033306e72..f4914e6a6114 100644 --- a/offapi/com/sun/star/configuration/backend/XSchema.idl +++ b/offapi/com/sun/star/configuration/backend/XSchema.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSchema.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-03 18:24:52 $ + * last change: $Author: hr $ $Date: 2004-06-18 15:54:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,10 @@ published interface XSchema : ::com::sun::star::uno::XInterface @throws com::sun::star::lang::NullPointerException if a <NULL/> handler is passed. @throws com::sun::star::lang::WrappedTargetException - if an error occurs in the access to or processing of the data. + if an error occurs in the access to or processing of the data or + if a subsequent call to any of the <type>XSchema</type>methods is made. + The elements of a component schema are only parsed once,a repeat call + leads to exception. @throws com::sun::star::configuration::backend::MalformedDataException if the data read from the layer is rejected as invalid by the <type>XSchemaHandler</type>. @@ -132,7 +135,10 @@ published interface XSchema : ::com::sun::star::uno::XInterface @throws com::sun::star::lang::NullPointerException if a <NULL/> handler is passed. @throws com::sun::star::lang::WrappedTargetException - if an error occurs in the access to or processing of the data. + if an error occurs in the access to or processing of the data or + if a subsequent call to any of the <type>XSchema</type>methods is made. + The elements of a component schema are only parsed once,a repeat call + leads to exception. @throws com::sun::star::configuration::backend::MalformedDataException if the data read from the layer is rejected as invalid by the <type>XSchemaHandler</type>. @@ -154,7 +160,10 @@ published interface XSchema : ::com::sun::star::uno::XInterface @throws com::sun::star::lang::NullPointerException if a <NULL/> handler is passed. @throws com::sun::star::lang::WrappedTargetException - if an error occurs in the access to or processing of the data. + if an error occurs in the access to or processing of the data or + if a subsequent call to any of the <type>XSchema</type>methods is made. + The elements of a component schema are only parsed once,a repeat call + leads to exception. @throws com::sun::star::configuration::backend::MalformedDataException if the data read from the layer is rejected as invalid by the <type>XSchemaHandler</type>. |