package org.argeo.app.docbook; /** Supported DocBook attributes. */ public enum DbkAttr { role, // fileref, contentwidth, contentdepth // ; public final static String XLINK_HREF = "xlink:href"; }