org.hoglet.handlers.core
Class HandlerConstants.XMLConstants

java.lang.Object
  extended by org.hoglet.handlers.core.HandlerConstants.XMLConstants
Enclosing class:
HandlerConstants

public class HandlerConstants.XMLConstants
extends Object


Field Summary
static String fileExtension
           
static String id
           
static String keywords
           
static String link
           
static String multiLineCommentDelimiters
           
static String option
           
static String replace
           
static String singleLineCommentDelimiter
           
static String src
           
static String stringDelimiters
           
static String stringEscape
           
static String tabSize
           
static String templates
           
static String url
           
static String value
           
 
Constructor Summary
HandlerConstants.XMLConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templates

public static final String templates
See Also:
Constant Field Values

keywords

public static final String keywords
See Also:
Constant Field Values

link

public static final String link
See Also:
Constant Field Values

id

public static final String id
See Also:
Constant Field Values

url

public static final String url
See Also:
Constant Field Values

src

public static final String src
See Also:
Constant Field Values

option

public static final String option
See Also:
Constant Field Values

replace

public static final String replace
See Also:
Constant Field Values

value

public static final String value
See Also:
Constant Field Values

multiLineCommentDelimiters

public static final String multiLineCommentDelimiters
See Also:
Constant Field Values

singleLineCommentDelimiter

public static final String singleLineCommentDelimiter
See Also:
Constant Field Values

stringDelimiters

public static final String stringDelimiters
See Also:
Constant Field Values

stringEscape

public static final String stringEscape
See Also:
Constant Field Values

tabSize

public static final String tabSize
See Also:
Constant Field Values

fileExtension

public static final String fileExtension
See Also:
Constant Field Values
Constructor Detail

HandlerConstants.XMLConstants

public HandlerConstants.XMLConstants()


  Copyright © 2006 Gary Bentley. All Rights Reserved.