net.sf.jstp
Class JstpElement
java.lang.Object
net.sf.jstp.JstpElement
public class JstpElement
- extends java.lang.Object
Constructor Summary |
JstpElement(int type,
int row,
int col)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JstpElement
public JstpElement(int type,
int row,
int col)
getTypeStartToken
public java.lang.String getTypeStartToken()
Copyright © 2004 JSTP. All Rights Reserved.