X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fxml%2FxmlLibrary.mli;h=d6ce856bb198cbc58d45b796f3143975030ece73;hb=88977b2d546e547e23b046792fe2ad8f6ff192a4;hp=1ac861aeef06aa9ab7edf2c8b9fb1de5a7df0c02;hpb=04ffe68396b98bbf21bcd403ffba03b94eaebadc;p=helm.git diff --git a/helm/software/helena/src/xml/xmlLibrary.mli b/helm/software/helena/src/xml/xmlLibrary.mli index 1ac861aee..d6ce856bb 100644 --- a/helm/software/helena/src/xml/xmlLibrary.mli +++ b/helm/software/helena/src/xml/xmlLibrary.mli @@ -9,6 +9,8 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +IFDEF OBJECTS THEN + type och = string -> unit type attr = string * string @@ -39,16 +41,24 @@ val void: string val position: int -> attr +val depth: int -> attr + val uri: Entity.uri -> attr -val level: Level.status -> Level.level -> attr +val restricted: bool -> attr -val name: Entity.node_attrs -> attr +val layer: Layer.status -> Layer.layer -> attr -val apix: Entity.node_attrs -> attr +val name: Entity.bind_attrs -> attr + +val main: Entity.arity -> attr list -val kind: Entity.node_attrs -> attr +val side: Entity.arity -> attr list + +val apix: Entity.node_attrs -> attr val meta: Entity.root_attrs -> attr val info: Entity.root_attrs -> attr list + +END