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=ca9dbf63432101f535f8414d561475d79b2c3a57;hpb=34e6104ef149e3776d0ab7f0930ae73f0e8de157;p=helm.git diff --git a/helm/software/helena/src/xml/xmlLibrary.mli b/helm/software/helena/src/xml/xmlLibrary.mli index ca9dbf634..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 degr: 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