net.sf.jstp
Class JstpElement

java.lang.Object
  extended by net.sf.jstp.JstpElement

public class JstpElement
extends java.lang.Object


Field Summary
 int col
           
 java.lang.StringBuffer content
           
 java.util.Map directiveAttributes
           
 java.lang.String directiveName
           
 JstpElement next
           
 JstpElement prev
           
 int row
           
 int type
           
static int TYPE_COMMENT
           
static int TYPE_DECLARATION
           
static int TYPE_DIRECTIVE
           
static int TYPE_EXPRESSION
           
static int TYPE_SCRIPTLET
           
static int TYPE_TEXT
           
 
Constructor Summary
JstpElement(int type, int row, int col)
           
 
Method Summary
 java.lang.String getTypeStartToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_TEXT

public static final int TYPE_TEXT
See Also:
Constant Field Values

TYPE_EXPRESSION

public static final int TYPE_EXPRESSION
See Also:
Constant Field Values

TYPE_COMMENT

public static final int TYPE_COMMENT
See Also:
Constant Field Values

TYPE_DIRECTIVE

public static final int TYPE_DIRECTIVE
See Also:
Constant Field Values

TYPE_DECLARATION

public static final int TYPE_DECLARATION
See Also:
Constant Field Values

TYPE_SCRIPTLET

public static final int TYPE_SCRIPTLET
See Also:
Constant Field Values

type

public int type

content

public java.lang.StringBuffer content

directiveName

public java.lang.String directiveName

directiveAttributes

public java.util.Map directiveAttributes

row

public int row

col

public int col

prev

public JstpElement prev

next

public JstpElement next
Constructor Detail

JstpElement

public JstpElement(int type,
                   int row,
                   int col)
Method Detail

getTypeStartToken

public java.lang.String getTypeStartToken()


Copyright © 2004 JSTP. All Rights Reserved.