|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.parsing.nodes.ParseNodeBase
com.aptana.ide.editor.html.parsing.nodes.HTMLParseNode
com.aptana.ide.editor.html.parsing.nodes.HTMLElementNode
public class HTMLElementNode
| Constructor Summary | |
|---|---|
HTMLElementNode(Lexeme startLexeme)
|
|
| Method Summary | |
|---|---|
IParseNodeAttribute |
getAttributeNode(java.lang.String attributeName)
getAttributeNode |
java.lang.String |
getCSSClass()
getCssClass |
java.lang.String |
getID()
getID |
void |
getSource(SourceWriter writer)
getSource |
java.lang.String |
getStyle()
getStyle |
java.lang.String |
getText()
getText |
boolean |
isClosed()
isClosed |
void |
setAttribute(java.lang.String name,
java.lang.String value)
setAttribute |
void |
setIsClosed(boolean value)
setIsClosed |
| Methods inherited from class com.aptana.ide.parsing.nodes.ParseNodeBase |
|---|
appendChild, containsOffset, createAttribute, getAttribute, getAttributes, getChild, getChildCount, getChildIndex, getChildren, getEndingLexeme, getEndingOffset, getLanguage, getLength, getName, getNodeAtOffset, getParent, getRootNode, getSource, getStartingLexeme, getStartingOffset, getType, getTypeIndex, getXML, getXML, hasAttribute, hasAttributes, hasChildren, isEmpty, setEndingLexeme, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLElementNode(Lexeme startLexeme)
startLexeme - | Method Detail |
|---|
public java.lang.String getCSSClass()
public java.lang.String getID()
public java.lang.String getStyle()
public java.lang.String getText()
getText in interface IParseNodegetText in class ParseNodeBaseIParseNode.getText()public boolean isClosed()
public void setIsClosed(boolean value)
value -
public void setAttribute(java.lang.String name,
java.lang.String value)
setAttribute in interface IParseNodesetAttribute in class ParseNodeBasename - value - IParseNode.setAttribute(java.lang.String, java.lang.String)public IParseNodeAttribute getAttributeNode(java.lang.String attributeName)
IParseNode
getAttributeNode in interface IParseNodegetAttributeNode in class ParseNodeBaseParseNodeBase.getAttributeNode(java.lang.String)public void getSource(SourceWriter writer)
IParseNode
getSource in interface IParseNodegetSource in class ParseNodeBaseParseNodeBase.getSource(com.aptana.ide.io.SourceWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||