X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fxml%2FxmlLibrary.mli;h=552aa36666ee5226c64e2ef5bdc9a7c147f14007;hb=f7d7f2459b3b0409be5f168822be3b836ccc929b;hp=4ac5dc913413a9ab0c9f20bfec7c8bb2c2bbffe0;hpb=67686e04702688cc822e809e5168f765bf69d7cb;p=helm.git diff --git a/helm/software/helena/src/xml/xmlLibrary.mli b/helm/software/helena/src/xml/xmlLibrary.mli index 4ac5dc913..552aa3666 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,22 @@ val void: string val position: int -> attr +val depth: int -> attr + val uri: Entity.uri -> attr val layer: Layer.status -> Layer.layer -> attr -val name: Entity.node_attrs -> attr +val name: Entity.bind_attrs -> attr -val apix: Entity.node_attrs -> attr +val main: Entity.bind_attrs -> attr list -val kind: Entity.node_attrs -> attr +val side: Entity.bind_attrs -> attr list + +val apix: Entity.node_attrs -> attr val meta: Entity.root_attrs -> attr val info: Entity.root_attrs -> attr list + +END