org.jboss.jdocbook.util
Class Constants

java.lang.Object
  extended by org.jboss.jdocbook.util.Constants

public class Constants
extends java.lang.Object

Various string constants.

Author:
Steve Ebersole

Field Summary
static java.lang.String DTD_LOADING_FEATURE
          The name of the XML DTD loading feature.
static java.lang.String DTD_VALIDATION_FEATURE
          The name of the XML DTD validation feature.
static java.lang.String MAIN_PROFILE_XSL_RESOURCE
          The DocBook-supplied XSL for profiling in (what it terms) the two-pass approach.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_PROFILE_XSL_RESOURCE

public static final java.lang.String MAIN_PROFILE_XSL_RESOURCE
The DocBook-supplied XSL for profiling in (what it terms) the two-pass approach.

See Also:
Constant Field Values

DTD_VALIDATION_FEATURE

public static final java.lang.String DTD_VALIDATION_FEATURE
The name of the XML DTD validation feature.

See Also:
Constant Field Values

DTD_LOADING_FEATURE

public static final java.lang.String DTD_LOADING_FEATURE
The name of the XML DTD loading feature.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


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