org.hoglet
Class ParserCharset

java.lang.Object
  extended by org.hoglet.ParserCharset

public class ParserCharset
extends Object


Field Summary
 char closePrefix
           
 char closeTag
           
 char escape
           
 char openTag
           
 char optionNameSeparator
           
 char optionsSeparator
           
static ParserCharset STANDARD
           
 char tagOptionsSeparator
           
 
Constructor Summary
ParserCharset()
           
ParserCharset(ParserCharset parent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD

public static ParserCharset STANDARD

openTag

public char openTag

closeTag

public char closeTag

closePrefix

public char closePrefix

escape

public char escape

tagOptionsSeparator

public char tagOptionsSeparator

optionsSeparator

public char optionsSeparator

optionNameSeparator

public char optionNameSeparator
Constructor Detail

ParserCharset

public ParserCharset()

ParserCharset

public ParserCharset(ParserCharset parent)


  Copyright © 2006 Gary Bentley. All Rights Reserved.