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

java.lang.Object
  extended by com.aptana.ide.parsing.nodes.ParseNodeBase
      extended by com.aptana.ide.editor.html.parsing.nodes.HTMLParseNode
All Implemented Interfaces:
IRange, IParseNode
Direct Known Subclasses:
HTMLDeclarationNode, HTMLDocumentNode, HTMLElementNode, HTMLSpecialNode

public class HTMLParseNode
extends ParseNodeBase

Author:
Kevin Lindsey

Constructor Summary
HTMLParseNode(int typeIndex, Lexeme startLexeme)
          HTMLParseNode
 
Method Summary
 
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, getText, 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

HTMLParseNode

public HTMLParseNode(int typeIndex,
                     Lexeme startLexeme)
HTMLParseNode

Parameters:
typeIndex -
startLexeme -