]> git.argeo.org Git - gpl/argeo-suite.git/blob - publishing/org.argeo.publishing.ui/src/org/argeo/docbook/DbkAttr.java
Introduce multiple map vector layers.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / docbook / DbkAttr.java
1 package org.argeo.docbook;
2
3 /** Supported DocBook attributes. */
4 public enum DbkAttr {
5 role,
6 //
7 fileref, contentwidth, contentdepth
8 //
9 ;
10
11 public final static String XLINK_HREF = "xlink:href";
12
13 }