org.jboss.jdocbook.render.format
Class StandardDocBookFormatDescriptors

java.lang.Object
  extended by org.jboss.jdocbook.render.format.StandardDocBookFormatDescriptors

public class StandardDocBookFormatDescriptors
extends java.lang.Object

Descriptors of the bundled DocBook styles in which we are interested.

Author:
Steve Ebersole

Field Summary
static StandardDocBookFormatDescriptor ECLIPSE
           
static StandardDocBookFormatDescriptor HTML
           
static StandardDocBookFormatDescriptor HTML_SINGLE
           
static StandardDocBookFormatDescriptor HTMLHELP
           
static StandardDocBookFormatDescriptor JAVAHELP
           
static StandardDocBookFormatDescriptor MAN
           
static StandardDocBookFormatDescriptor PDF
           
static StandardDocBookFormatDescriptor WEBSITE
           
static StandardDocBookFormatDescriptor XHTML
           
 
Method Summary
static StandardDocBookFormatDescriptor getDescriptor(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDF

public static final StandardDocBookFormatDescriptor PDF

XHTML

public static final StandardDocBookFormatDescriptor XHTML

ECLIPSE

public static final StandardDocBookFormatDescriptor ECLIPSE

HTML

public static final StandardDocBookFormatDescriptor HTML

HTML_SINGLE

public static final StandardDocBookFormatDescriptor HTML_SINGLE

HTMLHELP

public static final StandardDocBookFormatDescriptor HTMLHELP

JAVAHELP

public static final StandardDocBookFormatDescriptor JAVAHELP

MAN

public static final StandardDocBookFormatDescriptor MAN

WEBSITE

public static final StandardDocBookFormatDescriptor WEBSITE
Method Detail

getDescriptor

public static StandardDocBookFormatDescriptor getDescriptor(java.lang.String name)


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.