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

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.HTMLDocumentNode
All Implemented Interfaces:
IRange, IParseNode

public class HTMLDocumentNode
extends HTMLParseNode

Author:
Kevin Lindsey

Constructor Summary
HTMLDocumentNode(Lexeme startLexeme)
           
 
Method Summary
 void getSource(SourceWriter writer)
          getSource
 void getXML(SourceWriter writer)
          getXML
 
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, getStartingLexeme, getStartingOffset, getText, getType, getTypeIndex, 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

HTMLDocumentNode

public HTMLDocumentNode(Lexeme startLexeme)
Parameters:
startLexeme -
Method Detail

getSource

public void getSource(SourceWriter writer)
Description copied from interface: IParseNode
getSource

Specified by:
getSource in interface IParseNode
Overrides:
getSource in class ParseNodeBase
See Also:
ParseNodeBase.getSource(com.aptana.ide.io.SourceWriter)

getXML

public void getXML(SourceWriter writer)
Description copied from interface: IParseNode
getXML

Specified by:
getXML in interface IParseNode
Overrides:
getXML in class ParseNodeBase
See Also:
ParseNodeBase.getXML(com.aptana.ide.io.SourceWriter)