Uses of Interface
com.aptana.xml.INode

Packages that use INode
com.aptana.ide.editor.js.lexing   
com.aptana.ide.editor.jscomment.lexing   
com.aptana.ide.lexer.matcher   
com.aptana.ide.lexer.matcher.model   
com.aptana.ide.parsing.matcher   
com.aptana.xml   
 

Uses of INode in com.aptana.ide.editor.js.lexing
 

Classes in com.aptana.ide.editor.js.lexing that implement INode
 class RegExpMatcher
           
 

Uses of INode in com.aptana.ide.editor.jscomment.lexing
 

Classes in com.aptana.ide.editor.jscomment.lexing that implement INode
 class MultiLineTerminatorMatcher
           
 class MultiLineTextMatcher
           
 class SingleLineTextMatcher
           
 

Uses of INode in com.aptana.ide.lexer.matcher
 

Subinterfaces of INode in com.aptana.ide.lexer.matcher
 interface ITextMatcher
           
 

Classes in com.aptana.ide.lexer.matcher that implement INode
 class AbstractCharacterMatcher
           
 class AbstractTextMatcher
           
 class AndMatcher
           
 class CharacterClassMatcher
           
 class CharacterMatcher
           
 class CommentMatcher
           
 class DigitMatcher
           
 class EndOfFileMatcher
           
 class EndOfLineMatcher
           
 class HereDocument
           
 class HexMatcher
           
 class IdentifierMatcher
           
 class LetterMatcher
           
 class LineTerminatorMatcher
           
 class LowercaseLetterMatcher
           
 class NumberMatcher
           
 class OneOrMoreMatcher
           
 class QuotedStringMatcher
           
 class RepetitionMatcher
           
 class StartOfFileMatcher
           
 class StartOfLineMatcher
           
 class StringMatcher
           
 class ToDelimiterMatcher
           
 class UppercaseLetterMatcher
           
 class WhitespaceMatcher
           
 

Methods in com.aptana.ide.lexer.matcher with parameters of type INode
protected  void AbstractTextMatcher.setParent(INode parent)
           
 

Uses of INode in com.aptana.ide.lexer.matcher.model
 

Classes in com.aptana.ide.lexer.matcher.model that implement INode
 class CategoryGroupElement
           
 class LexerElement
           
 class MatcherElement
           
 class TokenGroupElement
           
 class UseElement
           
 

Methods in com.aptana.ide.lexer.matcher.model with parameters of type INode
 void MatcherElement.appendChild(INode child)
           
protected  void UseElement.setParent(INode parent)
           
 

Uses of INode in com.aptana.ide.parsing.matcher
 

Classes in com.aptana.ide.parsing.matcher that implement INode
 class AbstractLexemeMatcher
           
 class LookaheadMatcher
           
 class OptionalMatcher
           
 class OrMatcher
           
 class ParserMatcher
           
 class RuleMatcher
           
 class TokenMatcher
           
 class UseRuleMatcher
           
 class ZeroOrMoreMatcher
           
 

Methods in com.aptana.ide.parsing.matcher with parameters of type INode
 void ParserMatcher.appendChild(INode child)
           
 

Uses of INode in com.aptana.xml
 

Classes in com.aptana.xml that implement INode
 class Bundle
           
 class DocumentNode
           
 class NodeBase
           
 class Package
           
 class Property
           
 

Methods in com.aptana.xml that return INode
 INode NodeBase.getChild(int index)
           
 INode INode.getChild(int index)
          getChild
 INode NodeBase.getParent()
           
 INode INode.getParent()
          getParent
 INode DocumentNode.getRootNode()
          getRootNode
 

Methods in com.aptana.xml with parameters of type INode
 void NodeBase.appendChild(INode child)
           
 void INode.appendChild(INode child)
          addChild
 void DocumentNode.appendChild(INode child)
           
 void NodeBase.removeChild(INode child)
          removeChild
 void INode.removeChild(INode child)
          removeChild
 void DocumentNode.sendError(java.lang.String message, INode culprit)
          sendError
 void DocumentNode.sendInfo(java.lang.String message, INode culprit)
          sendInfo
 void DocumentNode.sendWarning(java.lang.String message, INode culprit)
          sendWarning
protected  void NodeBase.setParent(INode parent)
          setParent