com.aptana.ide.editor.html.parsing.nodes
Class HTMLSpecialNode

java.lang.Object
  extended by com.aptana.ide.parsing.nodes.ParseNodeBase
      extended by com.aptana.ide.editor.html.parsing.nodes.HTMLParseNode
          extended by com.aptana.ide.editor.html.parsing.nodes.HTMLSpecialNode
All Implemented Interfaces:
IRange, IParseNode

public class HTMLSpecialNode
extends HTMLParseNode

Author:
Kevin Lindsey

Constructor Summary
HTMLSpecialNode(Lexeme startLexeme)
          HTMLSpecialNode
 
Method Summary
 java.lang.String getIconBaseName()
          getIconBaseName
 java.lang.String getNestedLanguage()
          getNestedLanguage
 java.lang.String getText()
          Gets this node's text value.
 void setLexemeList(LexemeList lexemeList)
          setLexemeList
 void setNestedLanguage(java.lang.String language)
          setNestedLanguage
 
Methods inherited from class com.aptana.ide.parsing.nodes.ParseNodeBase
appendChild, containsOffset, createAttribute, getAttribute, getAttributeNode, getAttributes, getChild, getChildCount, getChildIndex, getChildren, getEndingLexeme, getEndingOffset, getLanguage, getLength, getName, getNodeAtOffset, getParent, getRootNode, getSource, getSource, getStartingLexeme, getStartingOffset, getType, getTypeIndex, getXML, getXML, hasAttribute, hasAttributes, hasChildren, isEmpty, setAttribute, setEndingLexeme, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLSpecialNode

public HTMLSpecialNode(Lexeme startLexeme)
HTMLSpecialNode

Parameters:
startLexeme -
Method Detail

getIconBaseName

public java.lang.String getIconBaseName()
getIconBaseName

Returns:
String

getNestedLanguage

public java.lang.String getNestedLanguage()
getNestedLanguage

Returns:
String

getText

public java.lang.String getText()
Description copied from interface: IParseNode
Gets this node's text value.

Specified by:
getText in interface IParseNode
Overrides:
getText in class ParseNodeBase
Returns:
Returns the text value of this node
See Also:
ParseNodeBase.getText()

setNestedLanguage

public void setNestedLanguage(java.lang.String language)
setNestedLanguage

Parameters:
language -

setLexemeList

public void setLexemeList(LexemeList lexemeList)
setLexemeList

Parameters:
lexemeList -