org.apache.torque.generator.configuration
Class XMLConstants

java.lang.Object
  extended by org.apache.torque.generator.configuration.XMLConstants

public final class XMLConstants
extends Object

Contains commonly used XML Namespaces and other constants.


Field Summary
static String GENERATOR_CONFIGURATION_NAMESPACE
          The Torque generator configuration Namespace.
static String XS_NAMESPACE
          The XML Schema Namespace.
static String XSI_NAMESPACE
          The XML Schema Instance Namespace.
static String XSI_TYPE_ATTRBUTE_NAME
          The name of the XSI type attribute.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XS_NAMESPACE

public static final String XS_NAMESPACE
The XML Schema Namespace.

See Also:
Constant Field Values

XSI_NAMESPACE

public static final String XSI_NAMESPACE
The XML Schema Instance Namespace.

See Also:
Constant Field Values

GENERATOR_CONFIGURATION_NAMESPACE

public static final String GENERATOR_CONFIGURATION_NAMESPACE
The Torque generator configuration Namespace.

See Also:
Constant Field Values

XSI_TYPE_ATTRBUTE_NAME

public static final String XSI_TYPE_ATTRBUTE_NAME
The name of the XSI type attribute.

See Also:
Constant Field Values


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.