- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Annotation
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Comment
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.EndTag
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.JspComment
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Newline
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- accept(HtmlVisitor) - Method in class sidekick.html.parser.html.HtmlDocument.Text
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Annotation
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Comment
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.EndTag
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Newline
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Tag
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.TagBlock
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.Text
-
- accept(XmlVisitor) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- activate(EditPane) - Method in class sidekick.html.HtmlParser
-
Description of the Method
- activate(View) - Method in class xml.parser.XercesParserImpl
-
- activate(EditPane) - Method in class xml.parser.XmlParser
-
- add_escapes(String) - Method in exception sidekick.css.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_escapes(String) - Method in exception sidekick.ecmascript.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_escapes(String) - Method in exception sidekick.html.parser.html.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addAttribute(HtmlDocument.Attribute) - Method in class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- addAttribute(ElementDecl.AttributeDecl) - Method in class xml.completion.ElementDecl
-
- addAttribute(XmlDocument.Attribute) - Method in class xml.parser.javacc.XmlDocument.AttributeList
-
- addCharacters(char[]) - Method in class xml.parser.XmlTag
-
If canAddCharacters
returns true, characters from the body of
the tag will be accumulated.
- addChild(CSSNode) - Method in class sidekick.css.parser.CSSNode
-
- addChild(JSONNode) - Method in class sidekick.json.parser.JSONNode
-
- addChildren(List<CSSNode>) - Method in class sidekick.css.parser.CSSNode
-
- addElement(HtmlDocument.HtmlElement) - Method in class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- addElement(ElementDecl) - Method in class xml.completion.CompletionInfo
-
- addElement(XmlDocument.XmlElement) - Method in class xml.parser.javacc.XmlDocument.ElementSequence
-
- addEntity(int, String, String) - Method in class xml.completion.CompletionInfo
-
- addEntity(int, String, String, String) - Method in class xml.completion.CompletionInfo
-
- addEntity(EntityDecl) - Method in class xml.completion.CompletionInfo
-
- addEntity(EntityDecl) - Method in class xml.XmlParsedData
-
- addEscapes(String) - Static method in error sidekick.css.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error sidekick.ecmascript.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error sidekick.html.parser.html.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error xml.parser.javacc.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- AdditiveExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- AdditiveOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- addNotify() - Method in class xml.XmlInsert
-
- addRequestingBuffer(Buffer) - Method in class xml.cache.CacheEntry
-
- addRule(SchemaMapping.Mapping) - Method in class xml.parser.SchemaMapping
-
manually add a rule
- addTypeId(String, String, boolean) - Method in class xml.parser.SchemaMapping
-
manually add a typeId mapping.
- adjustBeginLineColumn(int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- afterImportDeclaration() - Method in class sidekick.css.parser.CSS3Parser
-
- allNamespacesBindingsAtTop - Variable in class xml.XmlParsedData
-
indicate that all xmlns: attributes appear only on the root element
so there's no need to find the exact namespace context of the parent node.
- AllocationExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ALPHA_CHAR - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ALPHA_CHAR - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- ALPHANUM_CHAR - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ALPHANUM_CHAR - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- ALWAYS - Static variable in class xml.Resolver
-
Download without asking
- AND - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- AND - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ANDASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ANGLE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ANGLE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ANGLE_DEG - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- ANGLE_GRAD - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- ANGLE_RAD - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- Annotation(String, String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Annotation
-
- Annotation(String, String) - Constructor for class xml.parser.javacc.XmlDocument.Annotation
-
- AntCompleteTask - Class in xml.completion
-
Creates a jEdit XML plugin XML-DTD file for Ant from the currently known
tasks.
- AntCompleteTask() - Constructor for class xml.completion.AntCompleteTask
-
- AntXmlParsedData - Class in xml
-
Special version of XmlParsedData for Ant build files.
- AntXmlParsedData(String, boolean) - Constructor for class xml.AntXmlParsedData
-
- AntXmlTag - Class in xml.parser
-
- AntXmlTag(String, String, Position, Attributes) - Constructor for class xml.parser.AntXmlTag
-
- ANY - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ANY - Static variable in interface sidekick.css.parser.CssParserConstants
-
- any - Variable in class xml.completion.ElementDecl
-
- appendNamespaces(StringBuilder) - Method in class xml.NamespaceBindings
-
append xmlns:XX="..." namespace bindings for each item to buf
- areNmtokens(String[]) - Method in class xml.completion.AntCompleteTask
-
Do the Strings all match the XML-NMTOKEN production?
- ArgumentList() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- Arguments() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- array() - Method in class sidekick.json.parser.JSONParser
-
- array() - Method in class sidekick.json.parser.JSONParser.JsonContext
-
- array() - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- ArrayContext(ParserRuleContext, int) - Constructor for class sidekick.json.parser.JSONParser.ArrayContext
-
- arrayCount - Static variable in class sidekick.json.parser.JSONNode
-
- ArrayLiteral() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ASK - Static variable in class xml.Resolver
-
Ask before downloading
- ASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- AssignmentExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- AssignmentExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- AssignmentOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ASTAllocationExpression - Class in sidekick.ecmascript.parser
-
- ASTAllocationExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTAllocationExpression
-
- ASTAllocationExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTAllocationExpression
-
- ASTAndExpressionSequence - Class in sidekick.ecmascript.parser
-
- ASTAndExpressionSequence(int) - Constructor for class sidekick.ecmascript.parser.ASTAndExpressionSequence
-
- ASTAndExpressionSequence(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTAndExpressionSequence
-
- ASTArrayLiteral - Class in sidekick.ecmascript.parser
-
- ASTArrayLiteral(int) - Constructor for class sidekick.ecmascript.parser.ASTArrayLiteral
-
- ASTArrayLiteral(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTArrayLiteral
-
- ASTAssignmentExpression - Class in sidekick.ecmascript.parser
-
- ASTAssignmentExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTAssignmentExpression
-
- ASTAssignmentExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTAssignmentExpression
-
- ASTBinaryExpressionSequence - Class in sidekick.ecmascript.parser
-
- ASTBinaryExpressionSequence(int) - Constructor for class sidekick.ecmascript.parser.ASTBinaryExpressionSequence
-
- ASTBinaryExpressionSequence(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTBinaryExpressionSequence
-
- ASTBlock - Class in sidekick.ecmascript.parser
-
- ASTBlock(int) - Constructor for class sidekick.ecmascript.parser.ASTBlock
-
- ASTBlock(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTBlock
-
- ASTBreakStatement - Class in sidekick.ecmascript.parser
-
- ASTBreakStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTBreakStatement
-
- ASTBreakStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTBreakStatement
-
- ASTCaseGroup - Class in sidekick.ecmascript.parser
-
- ASTCaseGroup(int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGroup
-
- ASTCaseGroup(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGroup
-
- ASTCaseGroups - Class in sidekick.ecmascript.parser
-
- ASTCaseGroups(int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGroups
-
- ASTCaseGroups(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGroups
-
- ASTCaseGuard - Class in sidekick.ecmascript.parser
-
- ASTCaseGuard(int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGuard
-
- ASTCaseGuard(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTCaseGuard
-
- ASTCatchClause - Class in sidekick.ecmascript.parser
-
- ASTCatchClause(int) - Constructor for class sidekick.ecmascript.parser.ASTCatchClause
-
- ASTCatchClause(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTCatchClause
-
- ASTCompositeReference - Class in sidekick.ecmascript.parser
-
- ASTCompositeReference(int) - Constructor for class sidekick.ecmascript.parser.ASTCompositeReference
-
- ASTCompositeReference(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTCompositeReference
-
- ASTConditionalExpression - Class in sidekick.ecmascript.parser
-
- ASTConditionalExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTConditionalExpression
-
- ASTConditionalExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTConditionalExpression
-
- ASTContinueStatement - Class in sidekick.ecmascript.parser
-
- ASTContinueStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTContinueStatement
-
- ASTContinueStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTContinueStatement
-
- ASTDoStatement - Class in sidekick.ecmascript.parser
-
- ASTDoStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTDoStatement
-
- ASTDoStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTDoStatement
-
- ASTEmptyExpression - Class in sidekick.ecmascript.parser
-
- ASTEmptyExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTEmptyExpression
-
- ASTEmptyExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTEmptyExpression
-
- ASTEmptyStatement - Class in sidekick.ecmascript.parser
-
- ASTEmptyStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTEmptyStatement
-
- ASTEmptyStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTEmptyStatement
-
- ASTERISK - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- ASTExpressionList - Class in sidekick.ecmascript.parser
-
- ASTExpressionList(int) - Constructor for class sidekick.ecmascript.parser.ASTExpressionList
-
- ASTExpressionList(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTExpressionList
-
- ASTExpressionStatement - Class in sidekick.ecmascript.parser
-
- ASTExpressionStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTExpressionStatement
-
- ASTExpressionStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTExpressionStatement
-
- ASTFinallyClause - Class in sidekick.ecmascript.parser
-
- ASTFinallyClause(int) - Constructor for class sidekick.ecmascript.parser.ASTFinallyClause
-
- ASTFinallyClause(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTFinallyClause
-
- ASTForInStatement - Class in sidekick.ecmascript.parser
-
- ASTForInStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTForInStatement
-
- ASTForInStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTForInStatement
-
- ASTFormalParameterList - Class in sidekick.ecmascript.parser
-
- ASTFormalParameterList(int) - Constructor for class sidekick.ecmascript.parser.ASTFormalParameterList
-
- ASTFormalParameterList(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTFormalParameterList
-
- ASTForStatement - Class in sidekick.ecmascript.parser
-
- ASTForStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTForStatement
-
- ASTForStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTForStatement
-
- ASTForVarInStatement - Class in sidekick.ecmascript.parser
-
- ASTForVarInStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTForVarInStatement
-
- ASTForVarInStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTForVarInStatement
-
- ASTForVarStatement - Class in sidekick.ecmascript.parser
-
- ASTForVarStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTForVarStatement
-
- ASTForVarStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTForVarStatement
-
- ASTFunctionCallParameters - Class in sidekick.ecmascript.parser
-
- ASTFunctionCallParameters(int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionCallParameters
-
- ASTFunctionCallParameters(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionCallParameters
-
- ASTFunctionDeclaration - Class in sidekick.ecmascript.parser
-
- ASTFunctionDeclaration(int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- ASTFunctionDeclaration(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- ASTFunctionExpression - Class in sidekick.ecmascript.parser
-
- ASTFunctionExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionExpression
-
- ASTFunctionExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTFunctionExpression
-
- ASTIdentifier - Class in sidekick.ecmascript.parser
-
- ASTIdentifier(int) - Constructor for class sidekick.ecmascript.parser.ASTIdentifier
-
- ASTIdentifier(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTIdentifier
-
- ASTIfStatement - Class in sidekick.ecmascript.parser
-
- ASTIfStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTIfStatement
-
- ASTIfStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTIfStatement
-
- ASTLiteral - Class in sidekick.ecmascript.parser
-
- ASTLiteral(int) - Constructor for class sidekick.ecmascript.parser.ASTLiteral
-
- ASTLiteral(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTLiteral
-
- ASTLiteralField - Class in sidekick.ecmascript.parser
-
- ASTLiteralField(int) - Constructor for class sidekick.ecmascript.parser.ASTLiteralField
-
- ASTLiteralField(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTLiteralField
-
- ASTObjectLiteral - Class in sidekick.ecmascript.parser
-
- ASTObjectLiteral(int) - Constructor for class sidekick.ecmascript.parser.ASTObjectLiteral
-
- ASTObjectLiteral(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTObjectLiteral
-
- ASTOperator - Class in sidekick.ecmascript.parser
-
- ASTOperator(int) - Constructor for class sidekick.ecmascript.parser.ASTOperator
-
- ASTOperator(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTOperator
-
- ASTOrExpressionSequence - Class in sidekick.ecmascript.parser
-
- ASTOrExpressionSequence(int) - Constructor for class sidekick.ecmascript.parser.ASTOrExpressionSequence
-
- ASTOrExpressionSequence(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTOrExpressionSequence
-
- ASTParenExpression - Class in sidekick.ecmascript.parser
-
- ASTParenExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTParenExpression
-
- ASTParenExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTParenExpression
-
- ASTPostfixExpression - Class in sidekick.ecmascript.parser
-
- ASTPostfixExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTPostfixExpression
-
- ASTPostfixExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTPostfixExpression
-
- ASTProgram - Class in sidekick.ecmascript.parser
-
- ASTProgram(int) - Constructor for class sidekick.ecmascript.parser.ASTProgram
-
- ASTProgram(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTProgram
-
- ASTPropertyIdentifierReference - Class in sidekick.ecmascript.parser
-
- ASTPropertyIdentifierReference(int) - Constructor for class sidekick.ecmascript.parser.ASTPropertyIdentifierReference
-
- ASTPropertyIdentifierReference(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTPropertyIdentifierReference
-
- ASTPropertyValueReference - Class in sidekick.ecmascript.parser
-
- ASTPropertyValueReference(int) - Constructor for class sidekick.ecmascript.parser.ASTPropertyValueReference
-
- ASTPropertyValueReference(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTPropertyValueReference
-
- ASTRequireStatement - Class in sidekick.ecmascript.parser
-
- ASTRequireStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTRequireStatement
-
- ASTRequireStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTRequireStatement
-
- ASTReturnStatement - Class in sidekick.ecmascript.parser
-
- ASTReturnStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTReturnStatement
-
- ASTReturnStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTReturnStatement
-
- ASTStatementList - Class in sidekick.ecmascript.parser
-
- ASTStatementList(int) - Constructor for class sidekick.ecmascript.parser.ASTStatementList
-
- ASTStatementList(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTStatementList
-
- ASTSwitchStatement - Class in sidekick.ecmascript.parser
-
- ASTSwitchStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTSwitchStatement
-
- ASTSwitchStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTSwitchStatement
-
- ASTThisReference - Class in sidekick.ecmascript.parser
-
- ASTThisReference(int) - Constructor for class sidekick.ecmascript.parser.ASTThisReference
-
- ASTThisReference(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTThisReference
-
- ASTThrowStatement - Class in sidekick.ecmascript.parser
-
- ASTThrowStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTThrowStatement
-
- ASTThrowStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTThrowStatement
-
- ASTTryStatement - Class in sidekick.ecmascript.parser
-
- ASTTryStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTTryStatement
-
- ASTTryStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTTryStatement
-
- ASTUnaryExpression - Class in sidekick.ecmascript.parser
-
- ASTUnaryExpression(int) - Constructor for class sidekick.ecmascript.parser.ASTUnaryExpression
-
- ASTUnaryExpression(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTUnaryExpression
-
- ASTVariableDeclaration - Class in sidekick.ecmascript.parser
-
- ASTVariableDeclaration(int) - Constructor for class sidekick.ecmascript.parser.ASTVariableDeclaration
-
- ASTVariableDeclaration(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTVariableDeclaration
-
- ASTVariableDeclarationList - Class in sidekick.ecmascript.parser
-
- ASTVariableDeclarationList(int) - Constructor for class sidekick.ecmascript.parser.ASTVariableDeclarationList
-
- ASTVariableDeclarationList(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTVariableDeclarationList
-
- ASTVariableStatement - Class in sidekick.ecmascript.parser
-
- ASTVariableStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTVariableStatement
-
- ASTVariableStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTVariableStatement
-
- ASTWhileStatement - Class in sidekick.ecmascript.parser
-
- ASTWhileStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTWhileStatement
-
- ASTWhileStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTWhileStatement
-
- ASTWithStatement - Class in sidekick.ecmascript.parser
-
- ASTWithStatement(int) - Constructor for class sidekick.ecmascript.parser.ASTWithStatement
-
- ASTWithStatement(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.ASTWithStatement
-
- ATBOTTOM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATBOTTOM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ATCOUNTER - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATCOUNTER - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ATKEYFRAMES - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATKEYWORD - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- ATKEYWORD - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATKEYWORD - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ATLEFT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATLEFT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ATRIGHT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATRIGHT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- atRuleDeclaration() - Method in class sidekick.css.parser.CSS3Parser
-
- ATTOP - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ATTOP - Static variable in interface sidekick.css.parser.CssParserConstants
-
- ATTR_DOWNCASE - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- ATTR_DOWNCASE - Static variable in class xml.parser.javacc.XmlScrubber
-
- ATTR_EQ - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ATTR_EQ - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- ATTR_NAME - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ATTR_NAME - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- ATTR_UPCASE - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- ATTR_UPCASE - Static variable in class xml.parser.javacc.XmlScrubber
-
- ATTR_VAL - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ATTR_VAL - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- attrib() - Method in class sidekick.css.parser.CSS2Parser
-
- attrib() - Method in class sidekick.css.parser.CSS3Parser
-
- ATTRIB_COMPLETE - Static variable in class xml.parser.XmlParser
-
- Attribute(String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Attribute
-
- Attribute(String, String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Attribute
-
- Attribute() - Method in class sidekick.html.parser.html.HtmlParser
-
- Attribute(String) - Constructor for class xml.parser.javacc.XmlDocument.Attribute
-
- Attribute(String, String) - Constructor for class xml.parser.javacc.XmlDocument.Attribute
-
- Attribute() - Method in class xml.parser.javacc.XmlParser
-
- AttributeDecl(String, String, String, TreeSet<String>, String, boolean) - Constructor for class xml.completion.ElementDecl.AttributeDecl
-
- attributeDecl(String, String, String, String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- attributeHash - Variable in class xml.completion.ElementDecl
-
- AttributeList() - Constructor for class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- attributeList - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- AttributeList() - Method in class sidekick.html.parser.html.HtmlParser
-
- AttributeList() - Constructor for class xml.parser.javacc.XmlDocument.AttributeList
-
- attributeList - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- AttributeList() - Method in class xml.parser.javacc.XmlParser
-
- attributes - Variable in class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- attributes - Variable in class xml.completion.ElementDecl
-
- attributes - Variable in class xml.parser.javacc.XmlDocument.AttributeList
-
- attributes - Variable in class xml.parser.XmlTag
-
- attributeString - Variable in class xml.parser.XmlTag
-
- BACKSLASH_SEQUENCE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- backup(int) - Method in interface sidekick.css.parser.CharStream
-
Backs up the input stream by amount steps.
- backup(int) - Method in class sidekick.css.parser.SimpleCharStream
-
- backup(int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- backup(int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- backup(int) - Method in class xml.parser.javacc.SimpleCharStream
-
Backup a number of characters.
- BANG - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- base - Variable in class xml.parser.SchemaMapping.Mapping
-
explicit xml:base, if any
- baseURI - Variable in class xml.parser.SchemaMapping.Mapping
-
this schema mapping file's URI
- baseURI - Variable in class xml.parser.SchemaMapping.Result
-
- beautify(String) - Method in class xml.indent.XmlBeautifier
-
- beginColumn - Variable in class sidekick.css.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginColumn - Variable in class sidekick.ecmascript.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginColumn - Variable in class sidekick.html.parser.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginColumn - Variable in class xml.parser.javacc.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class sidekick.css.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginLine - Variable in class sidekick.ecmascript.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginLine - Variable in class sidekick.html.parser.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginLine - Variable in class xml.parser.javacc.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in interface sidekick.css.parser.CharStream
-
Returns the next character that marks the beginning of the next token.
- BeginToken() - Method in class sidekick.css.parser.SimpleCharStream
-
- BeginToken() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- beginToken - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- BeginToken() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- BeginToken() - Method in class xml.parser.javacc.SimpleCharStream
-
Start.
- BIT_AND - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- BIT_OR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- BitwiseANDExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseANDExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseANDOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseORExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseORExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseOROperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseXORExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseXORExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BitwiseXOROperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- Block() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- BLOCK_EOL - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- BLOCK_LBR - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- BLOCK_WORD - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- blockRenderer - Variable in class sidekick.html.parser.html.HtmlFormatter
-
- body - Variable in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- body - Variable in class xml.parser.javacc.XmlDocument.TagBlock
-
- BOOLEAN_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- BREAK - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- BreakStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- bufcolumn - Variable in class sidekick.css.parser.SimpleCharStream
-
- bufcolumn - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- bufcolumn - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- bufcolumn - Variable in class xml.parser.javacc.SimpleCharStream
-
- buffer - Variable in class sidekick.css.parser.SimpleCharStream
-
- buffer - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- buffer - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- buffer - Variable in class xml.parser.javacc.SimpleCharStream
-
- BUFFER_AUTO_SCHEMA_PROP - Static variable in class xml.SchemaMappingManager
-
- BUFFER_ENABLE_SCHEMA_MAPPING_PROP - Static variable in class xml.SchemaMappingManager
-
- BUFFER_SCHEMA_PROP - Static variable in class xml.SchemaMappingManager
-
- BufferCompactParseInputFormat - Class in xml.translate
-
- BufferCompactParseInputFormat() - Constructor for class xml.translate.BufferCompactParseInputFormat
-
- BufferDtdConverter - Class in xml.translate
-
- BufferDtdConverter(Dtd, ErrorReporter, BufferDtdConverter.Options) - Constructor for class xml.translate.BufferDtdConverter
-
- BufferDtdInputFormat - Class in xml.translate
-
- BufferDtdInputFormat() - Constructor for class xml.translate.BufferDtdInputFormat
-
- BufferSAXParseInputFormat - Class in xml.translate
-
- BufferSAXParseInputFormat() - Constructor for class xml.translate.BufferSAXParseInputFormat
-
- BuffersOutputDirectory - Class in xml.translate
-
channels Trang output to jEdit buffers.
- BuffersOutputDirectory(View, String, String) - Constructor for class xml.translate.BuffersOutputDirectory
-
- BuffersOutputDirectory.BufferWriter - Class in xml.translate
-
writes to a Buffer upon close()
- BufferWriter(Buffer) - Constructor for class xml.translate.BuffersOutputDirectory.BufferWriter
-
- bufline - Variable in class sidekick.css.parser.SimpleCharStream
-
- bufline - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- bufline - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- bufline - Variable in class xml.parser.javacc.SimpleCharStream
-
- bufpos - Variable in class sidekick.css.parser.SimpleCharStream
-
- bufpos - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- bufpos - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- bufpos - Variable in class xml.parser.javacc.SimpleCharStream
-
Position in buffer.
- Cache - Class in xml.cache
-
caching policy :
- a file-based CacheEntry is valid until opened in jEdit
- a buffer-based CacheEntry is invalidated on change of the buffer
- a CacheEntry is discarded once all buffers requiring it are closed
(similar to reference-counting)
cache cleaners :
- listen to Buffer modifications and invalidates entries related to them
- listen to Buffer open and invalidates file based CacheEntry
- listen to Buffer close and invalidate buffer based CacheEntry
and invalidate cache entries no more required
- CACHE - Static variable in class xml.Resolver
-
Cache downloaded remote files
- CachedGrammarPool - Class in xml.parser
-
FIXME: thread safety
- CachedGrammarPool(Buffer) - Constructor for class xml.parser.CachedGrammarPool
-
- CacheEntry - Class in xml.cache
-
While they may be some ordering between related CacheEntries (eg schema A imports
schema B), this is not recorded in the CacheEntry : one only says that A and B are
related and if either A or B changes, both are invalidated.
- CacheEntry(String, Object, Object) - Constructor for class xml.cache.CacheEntry
-
- cacheGrammars(String, Grammar[]) - Method in class xml.parser.CachedGrammarPool
-
return the final set of grammars that the validator ended up
with.
- CacheMigrationService - Class in xml
-
Moves the xml cache folders from a non-standard location (jEdit settings)
into a proper place under getPluginHome().
- CacheMigrationService() - Constructor for class xml.CacheMigrationService
-
- CallExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CallExpressionForIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CallExpressionPart() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- canAddCharacters() - Method in class xml.parser.MvnXmlTag
-
- canAddCharacters() - Method in class xml.parser.TldXmlTag
-
- canAddCharacters() - Method in class xml.parser.XmlTag
-
- cancel() - Method in class xml.EditTagDialog
-
- cancel() - Method in class xml.translate.TrangGUI
-
- canCompleteAnywhere() - Method in class sidekick.css.CSS2SideKickParser
-
- canCompleteAnywhere() - Method in class sidekick.css.CssSideKickParser
-
Deprecated.
- CASE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- CaseBlock() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CaseClause() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CaseClauses() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CatalogsOptionPane - Class in xml.options
-
- CatalogsOptionPane() - Constructor for class xml.options.CatalogsOptionPane
-
- Catch() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CATCH - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- CDATA() - Constructor for class xml.XmlListCellRenderer.CDATA
-
- CDATA_ICON - Static variable in class xml.XmlListCellRenderer
-
- CDC - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- CDC - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- CDC - Static variable in interface sidekick.css.parser.CssParserConstants
-
- CDO - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- CDO - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- CDO - Static variable in interface sidekick.css.parser.CssParserConstants
-
- CHARACTER_ESCAPE_SEQUENCE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- characters(char[], int, int) - Method in class xml.DTDGenerator
-
Handle character data.
- characters(char[], int, int) - Method in class xml.indent.IndentingTransformer
-
- characters(char[], int, int) - Method in class xml.indent.IndentingTransformerImpl
-
- charactersToEntities(String, Map) - Static method in class xml.XmlActions
-
- charactersToEntities(View) - Static method in class xml.XmlActions
-
- CharSequenceReader - Class in xml
-
implement a Reader on top of CharSequence, not only String
like java.io.StringReader.
- CharSequenceReader(CharSequence) - Constructor for class xml.CharSequenceReader
-
- charset() - Method in class sidekick.css.parser.CSS3Parser
-
- CHARSET_SYM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- CHARSET_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- CHARSET_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- charsetRule() - Method in class sidekick.css.parser.CSS2Parser
-
- CharStream - Interface in sidekick.css.parser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- children - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- childrenAccept(EcmaScriptVisitor, Object) - Method in class sidekick.ecmascript.parser.SimpleNode
-
Accept the visitor.
- chooseFileAndGetRelativePath() - Static method in class sidekick.css.Utils
-
- CLASS - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- CLASS - Static variable in interface sidekick.css.parser.CssParserConstants
-
- CLASS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- clear() - Method in class xml.cache.Cache
-
remove all cache entries
- clear() - Method in class xml.parser.CachedGrammarPool
-
Removes all grammars from the pool.
- clearCache() - Method in class xml.Resolver
-
- clearNodeScope(Node) - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- click(View) - Method in class xml.hyperlinks.jEditOpenFileAndGotoHyperlink
-
- clone() - Method in class xml.completion.CompletionInfo
-
- close() - Method in class xml.CharSequenceReader
-
- close() - Method in class xml.translate.BuffersOutputDirectory.BufferWriter
-
- closeNodeScope(Node, int) - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- closeNodeScope(Node, boolean) - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- ClosingTag(String) - Constructor for class xml.XmlListCellRenderer.ClosingTag
-
- collected - Variable in class sidekick.html.parser.html.HtmlCollector
-
- collected - Variable in class xml.parser.javacc.XmlCollector
-
- COLON - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- COLON - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- COLON - Static variable in interface sidekick.css.parser.CssParserConstants
-
- COLON - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- COLOR_PROFILE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- COLOR_PROFILE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- colorprofile() - Method in class sidekick.css.parser.CSS3Parser
-
- column - Variable in class sidekick.css.parser.SimpleCharStream
-
- column - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- column - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- column - Variable in class xml.completion.IDDecl
-
- column - Variable in class xml.parser.javacc.SimpleCharStream
-
- combinator() - Method in class sidekick.css.parser.CSS2Parser
-
- combinator() - Method in class sidekick.css.parser.CSS3Parser
-
- COMMA - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- COMMA - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- COMMA - Static variable in interface sidekick.css.parser.CssParserConstants
-
- COMMA - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- COMMENT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
Lexical state.
- COMMENT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- COMMENT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- Comment - Class in sidekick.ecmascript.parser
-
Objects of this class hold multi-line c-style comments in original source
form and for javadoc comments also parsed and broken down into tags.
- Comment(String) - Constructor for class sidekick.ecmascript.parser.Comment
-
Creates an instance of Comment
from the specified comment
string
- Comment(String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Comment
-
- comment - Variable in class sidekick.html.parser.html.HtmlDocument.Comment
-
- comment - Variable in class sidekick.html.parser.html.HtmlDocument.JspComment
-
- comment(char[], int, int) - Method in class xml.indent.IndentingTransformer
-
- comment(char[], int, int) - Method in class xml.indent.IndentingTransformerImpl
-
- Comment(String) - Constructor for class xml.parser.javacc.XmlDocument.Comment
-
- comment - Variable in class xml.parser.javacc.XmlDocument.Comment
-
- Comment() - Constructor for class xml.XmlListCellRenderer.Comment
-
- Comment.Tag - Class in sidekick.ecmascript.parser
-
Simple class holding a javadoc tag
- COMMENT_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- COMMENT_END - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- COMMENT_EOL - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- COMMENT_EOL - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- COMMENT_ICON - Static variable in class xml.XmlListCellRenderer
-
- COMMENT_START - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- COMMENT_START - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- COMMENT_WORD - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- COMMENT_WORD - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- CommentTag() - Method in class sidekick.html.parser.html.HtmlParser
-
- CommentTag() - Method in class xml.parser.javacc.XmlParser
-
- commonPathPrefix(String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Finds the common path prefix of two specified paths.
- commonPrefix(String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Finds the common prefix of two specified strings.
- Compare() - Constructor for class xml.completion.ElementDecl.Compare
-
- compare(ElementDecl, ElementDecl) - Method in class xml.completion.ElementDecl.Compare
-
- Compare() - Constructor for class xml.completion.EntityDecl.Compare
-
- compare(Object, Object) - Method in class xml.completion.EntityDecl.Compare
-
- Compare() - Constructor for class xml.completion.IDDecl.Compare
-
- compare(IDDecl, IDDecl) - Method in class xml.completion.IDDecl.Compare
-
- compareTo(CSSNode) - Method in class sidekick.css.parser.CSSNode
-
- compareTo(Object) - Method in class sidekick.json.parser.JSONNode
-
- complete(EditPane, int) - Method in class sidekick.css.CSS2SideKickParser
-
- complete(EditPane, int) - Method in class sidekick.css.CssSideKickParser
-
Deprecated.
- complete(EditPane, int) - Method in class xml.parser.XmlParser
-
- completeClosingTag(View, boolean) - Static method in class xml.XmlActions
-
- COMPLETION_INFO_CACHE_ENTRY - Static variable in class xml.parser.XercesParserImpl
-
- CompletionInfo - Class in xml.completion
-
- CompletionInfo() - Constructor for class xml.completion.CompletionInfo
-
- CompletionInfo(ArrayList<ElementDecl>, HashMap<String, ElementDecl>, ArrayList<EntityDecl>, HashMap, ArrayList) - Constructor for class xml.completion.CompletionInfo
-
- completionInfo - Variable in class xml.completion.ElementDecl
-
- CompletionInfoHandler - Class in xml.completion
-
- CompletionInfoHandler() - Constructor for class xml.completion.CompletionInfoHandler
-
- CompletionRequest - Class in sidekick.css
-
- CompletionRequest(EditPane, int) - Constructor for class sidekick.css.CompletionRequest
-
- composeName(String, String, NamespaceBindings, NamespaceBindings, boolean) - Static method in class xml.NamespaceBindings
-
create a qualified name from localname, ns and given namespaces bindings.
- composeTag(XmlParsedData, ElementDecl, NamespaceBindings, NamespaceBindings, boolean) - Static method in class xml.EditTagDialog
-
create open and close tags for an ElementDecl (with required attributes but without starting < angle bracket).
- ConditionalExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ConditionalExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- CONST - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- contains(String) - Method in class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- contains(String) - Method in class xml.parser.javacc.XmlDocument.AttributeList
-
- containsNamespace(String) - Method in class xml.NamespaceBindings
-
- containsPrefix(String) - Method in class xml.NamespaceBindings
-
- containsTag(String) - Method in class sidekick.ecmascript.parser.Comment
-
Returns true
if receiver has a javadoc tag matching
specified key.
- content - Variable in class xml.completion.ElementDecl
-
- contentInserted(JEditBuffer, int, int, int, int) - Method in class xml.cache.Cache
-
invalidate cache entries corresponding to (not requested by) this buffer
- contentRemoved(JEditBuffer, int, int, int, int) - Method in class xml.cache.Cache
-
invalidate cache entries corresponding to (not requested by) this buffer
- CONTINUE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ContinueStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- convert() - Method in class xml.translate.BufferDtdConverter
-
- copy() - Method in class xml.completion.ElementDecl.AttributeDecl
-
- copyFile(String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Does a fast file copy from specified source to specified destination.
- copyXPath(View) - Static method in class xml.XmlActions
-
- CR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- create() - Static method in class xml.hyperlinks.HTMLHyperlinkSource
-
- create() - Static method in class xml.hyperlinks.XMLHyperlinkSource
-
- createDatatypeLibrary(String) - Method in class xml.parser.ServicesDatatypeLibraryFactory
-
- createExpansionModel() - Method in class xml.AntXmlParsedData
-
- createExpansionModel() - Method in class xml.MvnXmlParsedData
-
- createExpansionModel() - Method in class xml.TldXmlParsedData
-
- createExpansionModel() - Method in class xml.XmlParsedData
-
- createNode(Token) - Method in class sidekick.css.parser.CSS2Parser
-
- createNode(Token) - Method in class sidekick.css.parser.CSS3Parser
-
Creates a CSSNode from a token using the token image as the node name
and the token start and end for node start and end locations.
- createOffset(Buffer, Location) - Static method in class xml.ElementUtil
-
- createXSDFactory() - Static method in class xml.parser.XSDDatatypeLibraryFactoryCreator
-
- CSS2Parser - Class in sidekick.css.parser
-
- CSS2Parser(InputStream) - Constructor for class sidekick.css.parser.CSS2Parser
-
Constructor with InputStream.
- CSS2Parser(InputStream, String) - Constructor for class sidekick.css.parser.CSS2Parser
-
Constructor with InputStream and supplied encoding
- CSS2Parser(Reader) - Constructor for class sidekick.css.parser.CSS2Parser
-
Constructor.
- CSS2Parser(CSS2ParserTokenManager) - Constructor for class sidekick.css.parser.CSS2Parser
-
Constructor with generated Token Manager.
- CSS2ParserConstants - Interface in sidekick.css.parser
-
Token literal values and constants.
- CSS2ParserTokenManager - Class in sidekick.css.parser
-
Token Manager.
- CSS2ParserTokenManager(SimpleCharStream) - Constructor for class sidekick.css.parser.CSS2ParserTokenManager
-
Constructor.
- CSS2ParserTokenManager(SimpleCharStream, int) - Constructor for class sidekick.css.parser.CSS2ParserTokenManager
-
Constructor.
- CSS2SideKickParser - Class in sidekick.css
-
- CSS2SideKickParser() - Constructor for class sidekick.css.CSS2SideKickParser
-
- CSS3Parser - Class in sidekick.css.parser
-
A CSS3 parser
- CSS3Parser(Reader, int, int) - Constructor for class sidekick.css.parser.CSS3Parser
-
The line offset is used when the css to be parsed is only part of a file,
for example when the css is the contents of a style block contained within
an html document.
- CSS3Parser(InputStream) - Constructor for class sidekick.css.parser.CSS3Parser
-
Constructor with InputStream.
- CSS3Parser(InputStream, String) - Constructor for class sidekick.css.parser.CSS3Parser
-
Constructor with InputStream and supplied encoding
- CSS3Parser(Reader) - Constructor for class sidekick.css.parser.CSS3Parser
-
Constructor.
- CSS3Parser(CSS3ParserTokenManager) - Constructor for class sidekick.css.parser.CSS3Parser
-
Constructor with generated Token Manager.
- CSS3ParserConstants - Interface in sidekick.css.parser
-
Token literal values and constants.
- CSS3ParserTokenManager - Class in sidekick.css.parser
-
Token Manager.
- CSS3ParserTokenManager(SimpleCharStream) - Constructor for class sidekick.css.parser.CSS3ParserTokenManager
-
Constructor.
- CSS3ParserTokenManager(SimpleCharStream, int) - Constructor for class sidekick.css.parser.CSS3ParserTokenManager
-
Constructor.
- CSSModeToolBar - Class in sidekick.css
-
This is a toolbar to be added to SideKick.
- CSSModeToolBar(EBComponent) - Constructor for class sidekick.css.CSSModeToolBar
-
- CSSNode - Class in sidekick.css.parser
-
- CSSNode() - Constructor for class sidekick.css.parser.CSSNode
-
- CSSNode(String) - Constructor for class sidekick.css.parser.CSSNode
-
- CSSParsedData - Class in sidekick.css
-
Stores a buffer structure tree.
- CSSParsedData(String) - Constructor for class sidekick.css.CSSParsedData
-
- CssParserConstants - Interface in sidekick.css.parser
-
- CssParserTokenManager - Class in sidekick.css.parser
-
- CssParserTokenManager(SimpleCharStream) - Constructor for class sidekick.css.parser.CssParserTokenManager
-
- CssParserTokenManager(SimpleCharStream, int) - Constructor for class sidekick.css.parser.CssParserTokenManager
-
- CssSideKickCompletion - Class in sidekick.css
-
- CssSideKickCompletion(List, String, boolean) - Constructor for class sidekick.css.CssSideKickCompletion
-
- CssSideKickConstants - Class in sidekick.css
-
- CssSideKickConstants() - Constructor for class sidekick.css.CssSideKickConstants
-
- CssSideKickOptionPane - Class in sidekick.css
-
- CssSideKickOptionPane() - Constructor for class sidekick.css.CssSideKickOptionPane
-
- CssSideKickParser - Class in sidekick.css
-
- CssSideKickParser() - Constructor for class sidekick.css.CssSideKickParser
-
Deprecated.
- curChar - Variable in class sidekick.css.parser.CSS2ParserTokenManager
-
- curChar - Variable in class sidekick.css.parser.CSS3ParserTokenManager
-
- curChar - Variable in class sidekick.css.parser.CssParserTokenManager
-
- curChar - Variable in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
- curChar - Variable in class sidekick.html.parser.html.HtmlParserTokenManager
-
- curChar - Variable in class xml.parser.javacc.XmlParserTokenManager
-
- currentToken - Variable in exception sidekick.css.parser.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception sidekick.ecmascript.parser.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception sidekick.html.parser.html.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception xml.parser.javacc.ParseException
-
This is the last token that has been consumed successfully.
- DASH - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- DASH - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- DASHMATCH - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- DASHMATCH - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- DASHMATCH - Static variable in interface sidekick.css.parser.CssParserConstants
-
- DATE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- DATE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- deactivate(EditPane) - Method in class sidekick.html.HtmlParser
-
Description of the Method
- deactivate(EditPane) - Method in class xml.parser.XmlParser
-
- Debug - Class in xml
-
some debug flags for the XML plugin
- Debug() - Constructor for class xml.Debug
-
- DEBUG_CACHE - Static variable in class xml.Debug
-
turn on/off messages about caching
- DEBUG_COMPLETION - Static variable in class xml.Debug
-
turn on/off messages about schema completion
- DEBUG_DTD - Static variable in class xml.Debug
-
turn on/off messages about DTD to CompletionInfo (in XercesParserImpl)
- DEBUG_HYPERLINKS - Static variable in class xml.Debug
-
turn on/off messages about hyperlinks highlighting (XmlHyperlinkSource)
- DEBUG_JAXP - Static variable in class xml.Debug
-
turn on/off messages about which parser is used
- DEBUG_RESOLVER - Static variable in class xml.Debug
-
turn on/off messages about resource resolution
- DEBUG_RNG_SCHEMA - Static variable in class xml.Debug
-
turn on/off messages about RNG schemas to CompletionInfo
- DEBUG_SCHEMA_MAPPING - Static variable in class xml.Debug
-
turn on/off messages about Schema discovery
- DEBUG_TAG_HIGHLIGHT - Static variable in class xml.Debug
-
turn on/off messages about matching tag highlighting (SidekickTagHighlight)
- DEBUG_XSD_SCHEMA - Static variable in class xml.Debug
-
turn on/off messages about XSD schema reading (in XercesParserImpl)
- DEBUGGER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- debugStream - Variable in class sidekick.css.parser.CSS2ParserTokenManager
-
Debug output.
- debugStream - Variable in class sidekick.css.parser.CSS3ParserTokenManager
-
Debug output.
- debugStream - Variable in class sidekick.css.parser.CssParserTokenManager
-
- debugStream - Variable in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Debug output.
- debugStream - Variable in class sidekick.html.parser.html.HtmlParserTokenManager
-
Debug output.
- debugStream - Variable in class xml.parser.javacc.XmlParserTokenManager
-
Debug output.
- DECIMAL_DIGIT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DECIMAL_DIGITS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DECIMAL_INTEGER_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DECIMAL_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DECL_ANY - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- DECL_ANY - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- DECL_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- DECL_END - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- DECL_START - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- DECL_START - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- declaration() - Method in class sidekick.css.parser.CSS2Parser
-
- declaration() - Method in class sidekick.css.parser.CSS3Parser
-
- declarations() - Method in class sidekick.css.parser.CSS3Parser
-
- DeclTag() - Method in class sidekick.html.parser.html.HtmlParser
-
- DeclTag() - Method in class xml.parser.javacc.XmlParser
-
- DECR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DEFAULT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- DEFAULT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- DEFAULT - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface xml.parser.javacc.XmlParserConstants
-
Lexical state.
- DEFAULT_OPTIONS - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- DEFAULT_OPTIONS - Static variable in class xml.parser.javacc.XmlScrubber
-
- DefaultClause() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- DefaultRule(URI, String, boolean) - Constructor for class xml.parser.SchemaMapping.DefaultRule
-
- definition() - Method in class sidekick.css.parser.CSS3Parser
-
- delegate - Variable in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- DELETE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- deprecated_class() - Method in class sidekick.css.parser.CSS3Parser
-
- didVisit(SimpleNode, Object) - Method in interface sidekick.ecmascript.parser.EcmaScriptVisitorDelegate
-
- DIMEN - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- DIMEN - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- DIMEN - Static variable in interface sidekick.css.parser.CssParserConstants
-
- disable() - Method in class xml.cache.Cache
-
disable caching (persistent)
- disable_tracing() - Method in class sidekick.css.parser.CSS2Parser
-
Disable tracing.
- disable_tracing() - Method in class sidekick.css.parser.CSS3Parser
-
Disable tracing.
- disable_tracing() - Method in class sidekick.ecmascript.parser.EcmaScript
-
Disable tracing.
- disable_tracing() - Method in class sidekick.html.parser.html.HtmlParser
-
Disable tracing.
- disable_tracing() - Method in class xml.parser.javacc.XmlParser
-
Disable tracing.
- DIV - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- DIV - Static variable in interface sidekick.css.parser.CssParserConstants
-
- DO - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DoctypeRule(URI, String, String, boolean) - Constructor for class xml.parser.SchemaMapping.DoctypeRule
-
- DocumentElementRule(URI, String, String, String, boolean) - Constructor for class xml.parser.SchemaMapping.DocumentElementRule
-
- DOLLAR_SIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- Done() - Method in interface sidekick.css.parser.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class sidekick.css.parser.SimpleCharStream
-
- Done() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- Done() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- done(View) - Method in class xml.MvnXmlParsedData
-
Rename the assets contained in the tree nodes to use the value
contained in the body of any child tags named 'name'.
- Done() - Method in class xml.parser.javacc.SimpleCharStream
-
Reset buffer when finished.
- done(View) - Method in class xml.TldXmlParsedData
-
Rename the assets contained in the tree nodes to use the value
contained in the body of any child tags named 'name'.
- done(View) - Method in class xml.XmlParsedData
-
Causes node sorting to be done.
- dontMatch - Static variable in class sidekick.html.parser.html.HtmlCollector
-
- DOT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- DOT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- DOT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- DOT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DOUBLE_STRING_CHARACTER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DOUBLE_STRING_CHARACTERS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- DQUOTE - Static variable in class sidekick.json.parser.JSONLexer
-
- DQUOTE - Static variable in class sidekick.json.parser.JSONParser
-
- DTDGenerator - Class in xml
-
DTDGenerator
Generates a possible DTD from an XML document instance.
- DTDGenerator() - Constructor for class xml.DTDGenerator
-
- dump(String) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- EcmaScript - Class in sidekick.ecmascript.parser
-
- EcmaScript(InputStream) - Constructor for class sidekick.ecmascript.parser.EcmaScript
-
Constructor with InputStream.
- EcmaScript(InputStream, String) - Constructor for class sidekick.ecmascript.parser.EcmaScript
-
Constructor with InputStream and supplied encoding
- EcmaScript(Reader) - Constructor for class sidekick.ecmascript.parser.EcmaScript
-
Constructor.
- EcmaScript(EcmaScriptTokenManager) - Constructor for class sidekick.ecmascript.parser.EcmaScript
-
Constructor with generated Token Manager.
- EcmaScriptConstants - Interface in sidekick.ecmascript.parser
-
Token literal values and constants.
- EcmaScriptSideKickParser - Class in sidekick.ecmascript
-
- EcmaScriptSideKickParser() - Constructor for class sidekick.ecmascript.EcmaScriptSideKickParser
-
- EcmaScriptTokenManager - Class in sidekick.ecmascript.parser
-
Token Manager.
- EcmaScriptTokenManager(JavaCharStream) - Constructor for class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Constructor.
- EcmaScriptTokenManager(JavaCharStream, int) - Constructor for class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Constructor.
- EcmaScriptTreeConstants - Interface in sidekick.ecmascript.parser
-
- EcmaScriptVisitor - Interface in sidekick.ecmascript.parser
-
- EcmaScriptVisitorAdapter - Class in sidekick.ecmascript.parser
-
- EcmaScriptVisitorAdapter() - Constructor for class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- EcmaScriptVisitorAdapter(EcmaScriptVisitorDelegate) - Constructor for class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- EcmaScriptVisitorDelegate - Interface in sidekick.ecmascript.parser
-
- EditTagDialog - Class in xml
-
- Element() - Method in class sidekick.html.parser.html.HtmlParser
-
- element - Variable in class xml.completion.IDDecl
-
- Element() - Method in class xml.parser.javacc.XmlParser
-
- element - Variable in class xml.XmlListCellRenderer.WithLabel
-
- ELEMENT_COMPLETE - Static variable in class xml.parser.XmlParser
-
- ELEMENT_ICON - Static variable in class xml.XmlListCellRenderer
-
- element_name() - Method in class sidekick.css.parser.CSS3Parser
-
- ElementDecl - Class in xml.completion
-
- ElementDecl(CompletionInfo, String, String) - Constructor for class xml.completion.ElementDecl
-
- elementDecl(String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- ElementDecl.AttributeDecl - Class in xml.completion
-
- ElementDecl.Compare - Class in xml.completion
-
- elementHash - Variable in class xml.completion.CompletionInfo
-
- elementHash - Variable in class xml.completion.ElementDecl
-
- ElementList() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- elementName() - Method in class sidekick.css.parser.CSS2Parser
-
- elements - Variable in class sidekick.html.parser.html.HtmlCollector
-
- elements - Variable in class xml.completion.CompletionInfo
-
- elements - Variable in class xml.parser.javacc.XmlCollector
-
- elementsAllowedAnywhere - Variable in class xml.completion.CompletionInfo
-
- ElementSequence(int) - Constructor for class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- ElementSequence() - Constructor for class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- ElementSequence() - Method in class sidekick.html.parser.html.HtmlParser
-
- ElementSequence(int) - Constructor for class xml.parser.javacc.XmlDocument.ElementSequence
-
- ElementSequence() - Constructor for class xml.parser.javacc.XmlDocument.ElementSequence
-
- ElementSequence() - Method in class xml.parser.javacc.XmlParser
-
- ElementUtil - Class in xml
-
- ElementUtil() - Constructor for class xml.ElementUtil
-
- Elision() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ELSE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- empty - Variable in class xml.completion.ElementDecl
-
- empty - Variable in class xml.parser.XmlTag
-
- EMPTY_ELEMENT_ICON - Static variable in class xml.XmlListCellRenderer
-
- EmptyStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- emptyTag - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- emptyTag - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- EMS - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- EMS - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- EMS - Static variable in interface sidekick.css.parser.CssParserConstants
-
- enable() - Method in class xml.cache.Cache
-
enable caching (persistent)
- ENABLE_SCHEMA_MAPPING_PROP - Static variable in class xml.SchemaMappingManager
-
- enable_tracing() - Method in class sidekick.css.parser.CSS2Parser
-
Enable tracing.
- enable_tracing() - Method in class sidekick.css.parser.CSS3Parser
-
Enable tracing.
- enable_tracing() - Method in class sidekick.ecmascript.parser.EcmaScript
-
Enable tracing.
- enable_tracing() - Method in class sidekick.html.parser.html.HtmlParser
-
Enable tracing.
- enable_tracing() - Method in class xml.parser.javacc.XmlParser
-
Enable tracing.
- end - Variable in class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- end - Variable in class xml.parser.javacc.TagParser.Attr
-
Attribute's end
- end - Variable in class xml.parser.TagParser.Attr
-
Attribute's end
- endCDATA() - Method in class xml.indent.IndentingTransformerImpl
-
- endColumn - Variable in class sidekick.css.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class sidekick.ecmascript.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class sidekick.html.parser.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class xml.parser.javacc.Token
-
The column number of the last character of this Token.
- endDocument() - Method in class xml.indent.IndentingTransformerImpl
-
- endDTD() - Method in class xml.indent.IndentingTransformerImpl
-
- endElement(String, String, String) - Method in class xml.DTDGenerator
-
End of element.
- endElement(String, String, String) - Method in class xml.indent.IndentingTransformer
-
- endElement(String, String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- endEntity(String) - Method in class xml.indent.IndentingTransformerImpl
-
- endLine - Variable in class sidekick.css.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class sidekick.ecmascript.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class sidekick.html.parser.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class xml.parser.javacc.Token
-
The line number of the last character of this Token.
- endPrefixMapping(String) - Method in class xml.indent.IndentingTransformerImpl
-
- endsWith(String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Tests if specified string ends with the specified suffix.
- EndTag(String) - Constructor for class sidekick.html.parser.html.HtmlDocument.EndTag
-
- endTag - Variable in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- EndTag() - Method in class sidekick.html.parser.html.HtmlParser
-
- EndTag(String) - Constructor for class xml.parser.javacc.XmlDocument.EndTag
-
- endTag - Variable in class xml.parser.javacc.XmlDocument.TagBlock
-
- EndTag() - Method in class xml.parser.javacc.XmlParser
-
- ENDTAG_START - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ENDTAG_START - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- endToken - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- ensureIncluded(SchemaMapping) - Method in class xml.parser.SchemaMapping
-
- enterArray(JSONParser.ArrayContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- enterArray(JSONParser.ArrayContext) - Method in interface sidekick.json.parser.JSONListener
-
- enterArray(JSONParser.ArrayContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- enterEveryRule(ParserRuleContext) - Method in class sidekick.json.parser.JSONBaseListener
- enteringFunction - Variable in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- enterJson(JSONParser.JsonContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- enterJson(JSONParser.JsonContext) - Method in interface sidekick.json.parser.JSONListener
-
- enterJson(JSONParser.JsonContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- enterObject(JSONParser.ObjectContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- enterObject(JSONParser.ObjectContext) - Method in interface sidekick.json.parser.JSONListener
-
- enterObject(JSONParser.ObjectContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- enterPair(JSONParser.PairContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- enterPair(JSONParser.PairContext) - Method in interface sidekick.json.parser.JSONListener
-
- enterPair(JSONParser.PairContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- enterRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ArrayContext
-
- enterRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.JsonContext
-
- enterRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- enterRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.PairContext
-
- enterRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- enterValue(JSONParser.ValueContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- enterValue(JSONParser.ValueContext) - Method in interface sidekick.json.parser.JSONListener
-
- enterValue(JSONParser.ValueContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- entities - Variable in class xml.completion.CompletionInfo
-
- entities - Variable in class xml.XmlParsedData
-
- entitiesToCharacters(String, Map) - Static method in class xml.XmlActions
-
- entitiesToCharacters(View) - Static method in class xml.XmlActions
-
- ENTITY_COMPLETE - Static variable in class xml.parser.XmlParser
-
- EntityDecl - Class in xml.completion
-
- EntityDecl(int, String, String) - Constructor for class xml.completion.EntityDecl
-
- EntityDecl(int, String, String, String) - Constructor for class xml.completion.EntityDecl
-
- EntityDecl.Compare - Class in xml.completion
-
- entityHash - Variable in class xml.completion.CompletionInfo
-
Appears to implement a bidirectional relationship?
- entityHash - Variable in class xml.XmlParsedData
-
- EntityResolverWrapper - Class in xml.translate
-
- EntityResolverWrapper(EntityResolver, boolean) - Constructor for class xml.translate.EntityResolverWrapper
-
- Entry(int, String, String) - Constructor for class xml.Resolver.Entry
-
- ENUM - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- EOF - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
End of File.
- EOF - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
End of File.
- EOF - Static variable in interface sidekick.css.parser.CssParserConstants
-
- EOF - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
End of File.
- EOF - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
End of File.
- EOF - Static variable in interface xml.parser.javacc.XmlParserConstants
-
End of File.
- eol - Variable in exception sidekick.css.parser.ParseException
-
The end of line string for this machine.
- eol - Variable in exception sidekick.ecmascript.parser.ParseException
-
The end of line string for this machine.
- EOL - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- eol - Variable in exception sidekick.html.parser.html.ParseException
-
The end of line string for this machine.
- eol - Variable in exception xml.parser.javacc.ParseException
-
The end of line string for this machine.
- EOL - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- EQ - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- EQ - Static variable in interface sidekick.css.parser.CssParserConstants
-
- EQ - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- EqualityExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- EqualityExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- EqualityOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- EQUALS - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class sidekick.css.parser.CSSNode
-
- equals(Object) - Method in class sidekick.ecmascript.parser.ASTIdentifier
-
- equals(Object) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
Overwrites equals
from Object
.
- equals(Object) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- equals(Object) - Method in class xml.cache.CacheEntry
-
- equals(Object) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- equals(Object) - Method in class xml.parser.SchemaMapping.Result
-
- equals(Object) - Method in class xml.Resolver.Entry
-
- error(SAXParseException) - Method in class xml.parser.ErrorListErrorHandler
-
- error(SAXParseException) - Method in class xml.SchemaMappingManager.LoggingErrorHandler
-
- error_skipto(int) - Method in class sidekick.css.parser.CSS3Parser
-
- ErrorListErrorHandler - Class in xml.parser
-
An ErrorHandler redirecting errors to ErrorList
- ErrorListErrorHandler(DefaultErrorSource, String) - Constructor for class xml.parser.ErrorListErrorHandler
-
- ESCAPE - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- ESCAPE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- ESCAPE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- escape2Html(String) - Static method in class sidekick.ecmascript.parser.Util
-
Escapes a plain text string for html.
- ESCAPE_SEQUENCE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- escapedString(String, char) - Static method in class sidekick.ecmascript.parser.ASTLiteral
-
- execute() - Method in class xml.completion.AntCompleteTask
-
Build the antcomplete XML-DTD.
- exitArray(JSONParser.ArrayContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- exitArray(JSONParser.ArrayContext) - Method in interface sidekick.json.parser.JSONListener
-
- exitArray(JSONParser.ArrayContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- exitEveryRule(ParserRuleContext) - Method in class sidekick.json.parser.JSONBaseListener
- exitJson(JSONParser.JsonContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- exitJson(JSONParser.JsonContext) - Method in interface sidekick.json.parser.JSONListener
-
- exitJson(JSONParser.JsonContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- exitObject(JSONParser.ObjectContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- exitObject(JSONParser.ObjectContext) - Method in interface sidekick.json.parser.JSONListener
-
- exitObject(JSONParser.ObjectContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- exitPair(JSONParser.PairContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- exitPair(JSONParser.PairContext) - Method in interface sidekick.json.parser.JSONListener
-
- exitPair(JSONParser.PairContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- exitRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ArrayContext
-
- exitRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.JsonContext
-
- exitRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- exitRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.PairContext
-
- exitRule(ParseTreeListener) - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- exitValue(JSONParser.ValueContext) - Method in class sidekick.json.parser.JSONBaseListener
-
- exitValue(JSONParser.ValueContext) - Method in interface sidekick.json.parser.JSONListener
-
- exitValue(JSONParser.ValueContext) - Method in class sidekick.json.parser.JSONSideKickListener
-
- ExpandBuff(boolean) - Method in class sidekick.css.parser.SimpleCharStream
-
- ExpandBuff(boolean) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ExpandBuff(boolean) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ExpandBuff(boolean) - Method in class xml.parser.javacc.SimpleCharStream
-
- expectActionScript - Variable in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
- expectedTokenSequences - Variable in exception sidekick.css.parser.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception sidekick.ecmascript.parser.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception sidekick.html.parser.html.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception xml.parser.javacc.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT_PART - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- EXPORT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- expr() - Method in class sidekick.css.parser.CSS2Parser
-
- expr() - Method in class sidekick.css.parser.CSS3Parser
-
- expression() - Method in class sidekick.css.parser.CSS3Parser
-
- Expression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ExpressionStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- EXS - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- EXS - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- EXS - Static variable in interface sidekick.css.parser.CssParserConstants
-
- EXTENDS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- EXTERNAL - Static variable in class xml.completion.EntityDecl
-
- EXTERNAL_ENTITY_ICON - Static variable in class xml.XmlListCellRenderer
-
- externalEntityDecl(String, String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- externalSelector() - Method in class sidekick.css.parser.CSS3Parser
-
I made this rule to parse a selector from a document.
- GE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- GeneralOptionPane - Class in sidekick.ecmascript.options
-
- GeneralOptionPane() - Constructor for class sidekick.ecmascript.options.GeneralOptionPane
-
- GeneralOptionPane - Class in xml.options
-
- GeneralOptionPane() - Constructor for class xml.options.GeneralOptionPane
-
- generateDTD(View) - Static method in class xml.XmlActions
-
- generateParseException() - Method in class sidekick.css.parser.CSS2Parser
-
Generate ParseException.
- generateParseException() - Method in class sidekick.css.parser.CSS3Parser
-
Generate ParseException.
- generateParseException() - Method in class sidekick.ecmascript.parser.EcmaScript
-
Generate ParseException.
- generateParseException() - Method in class sidekick.html.parser.html.HtmlParser
-
Generate ParseException.
- generateParseException() - Method in class xml.parser.javacc.XmlParser
-
Generate ParseException.
- generatePrefix(NamespaceBindings...) - Static method in class xml.NamespaceBindings
-
generate a new prefix, unique among namespaces bindings
- get(String, Object) - Method in class xml.cache.Cache
-
- getAllElements(List<ElementDecl>) - Method in class xml.completion.CompletionInfo
-
- getAllowedElements(Buffer, int) - Method in class xml.XmlParsedData
-
- getAllowedElements(Buffer, int, int) - Method in class xml.XmlParsedData
-
get allowed elements at startPos or endPos.
- getAssetAtOffset(int) - Method in class sidekick.css.CSSParsedData
-
- getAttribute(String) - Method in class xml.completion.ElementDecl
-
- getAttributeValue(String) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- getAttributeValue(String) - Method in class xml.parser.javacc.XmlDocument.Tag
-
- getAttrs(Buffer, TagParser.Tag) - Static method in class xml.parser.javacc.TagParser
-
- getAttrs(CharSequence, TagParser.Tag) - Static method in class xml.parser.TagParser
-
- getBaseURI() - Method in class xml.parser.SchemaMapping
-
- getBaseURI() - Method in class xml.parser.SchemaMapping.Mapping
-
- getBaseURI() - Method in class xml.parser.SchemaMapping.TypeIdMapping
-
- getBeginColumn() - Method in interface sidekick.css.parser.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class sidekick.css.parser.SimpleCharStream
-
- getBeginColumn() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- getBeginColumn() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- getBeginColumn() - Method in class xml.parser.javacc.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in interface sidekick.css.parser.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class sidekick.css.parser.SimpleCharStream
-
- getBeginLine() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- getBeginLine() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- getBeginLine() - Method in class xml.parser.javacc.SimpleCharStream
-
Get token beginning line number.
- getBeginToken() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getBuiltInSchemaMapping(ErrorHandler) - Static method in class xml.SchemaMappingManager
-
- getButton() - Method in class xml.gui.UsefulAction
-
- getButtonDimension() - Method in class xml.gui.UsefulAction
-
- getCachedItem() - Method in class xml.cache.CacheEntry
-
- getCharacters() - Method in class xml.parser.XmlTag
-
- getChildElements() - Method in class xml.completion.ElementDecl
-
- getChildIndex(Node) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getChildren() - Method in class sidekick.css.parser.CSSNode
-
- getChildren() - Method in class sidekick.ecmascript.parser.ASTExpressionStatement
-
- getChildren() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getChildren() - Method in class sidekick.json.parser.JSONNode
-
- getColumn() - Method in interface sidekick.css.parser.CharStream
-
Deprecated.
- getColumn() - Method in class sidekick.css.parser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
Deprecated.
- getColumn() - Method in class sidekick.html.parser.html.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class xml.parser.javacc.SimpleCharStream
-
Deprecated.
- getComment() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getCommentBody() - Method in class sidekick.ecmascript.parser.Comment
-
Returns the comment body.
- getComments() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getCompletionInfo() - Method in class xml.completion.CompletionInfoHandler
-
- getCompletionInfo() - Method in class xml.parser.SchemaAutoLoader
-
only Relax NG schemas are supported for the moment
- getCompletionInfo(String) - Method in class xml.XmlParsedData
-
- getCompletionInfoForBuffer(Buffer) - Static method in class xml.completion.CompletionInfo
-
- getCompletionInfoForNamespace(String) - Static method in class xml.completion.CompletionInfo
-
- getCompletionInfoFromResource(String) - Static method in class xml.completion.CompletionInfo
-
- getCompletionInfoFromSchema(String, String, String, ErrorHandler, Buffer) - Static method in class xml.parser.XSDSchemaToCompletion
-
parse a schema and return CompletionInfos for all its target namespaces
- getCompositeName() - Method in class sidekick.ecmascript.parser.ASTCompositeReference
-
- getCompositeName(int) - Method in class sidekick.ecmascript.parser.ASTCompositeReference
-
- getCssProperties() - Static method in class sidekick.css.CssSideKickCompletion
-
- getCssUnits() - Static method in class sidekick.css.CssSideKickCompletion
-
- getDateStamp() - Static method in class sidekick.ecmascript.parser.Util
-
Creates a string representing a date stamp of the current system date and
system time.
- getDefaultPath() - Method in class xml.parser.ErrorListErrorHandler
-
- getElementAt(int) - Method in class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- getElementAt(int) - Method in class xml.parser.javacc.XmlDocument.ElementSequence
-
- getElementDecl(String, int) - Method in class xml.XmlParsedData
-
- getElementDeclLocal(String) - Method in class xml.completion.CompletionInfo
-
- getElementLocalName(String) - Static method in class xml.XmlParsedData
-
- getElementNamePrefix(String) - Static method in class xml.XmlParsedData
-
- getEndColumn() - Method in interface sidekick.css.parser.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class sidekick.css.parser.SimpleCharStream
-
- getEndColumn() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- getEndColumn() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- getEndColumn() - Method in class xml.parser.javacc.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in interface sidekick.css.parser.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class sidekick.css.parser.SimpleCharStream
-
- getEndLine() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- getEndLine() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- getEndLine() - Method in class xml.parser.javacc.SimpleCharStream
-
Get token end line number.
- getEndLocation(Token) - Method in class sidekick.css.parser.CSS2Parser
-
- getEndLocation(Token) - Method in class sidekick.css.parser.CSS3Parser
-
- getEndLocation() - Method in class sidekick.css.parser.CSSNode
-
- getEndLocation(Token) - Method in class sidekick.ecmascript.parser.EcmaScript
-
- getEndLocation() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getEndLocation() - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- getEndLocation() - Method in class sidekick.json.parser.JSONNode
-
- getEndLocation() - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- getEndPosition() - Method in class sidekick.css.parser.CSSNode
-
- getEndPosition() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getEndPosition() - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- getEndPosition() - Method in class sidekick.json.parser.JSONNode
-
- getEndPosition() - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- getEndToken() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getEnumeratedProperty(String) - Static method in class xml.gui.PropertyUtil
-
Returns a List of property values whose keys are identical excepct for
a trailing "." and index.
- getEnumeratedProperty(String) - Static method in class xml.indent.XmlIndenterPlugin
-
- getErrors() - Method in class sidekick.json.parser.SideKickErrorListener
-
- getErrorSource() - Method in class xml.parser.ErrorListErrorHandler
-
- getExternalSubset(String, String) - Method in class xml.parser.SchemaAutoLoader
-
manually implement EntityResolver2 because XMLFilterImpl only
implements EntityResolver, and we need EntityResolver2 for Resolver
to work properly
- getExternalSubset(String, String) - Method in class xml.Resolver
-
- getFile() - Method in class xml.gui.VFSFileTextField
-
- getFirstChild() - Method in class sidekick.json.parser.JSONNode
-
- getFirstSentenceInCommentBody(int) - Method in class sidekick.ecmascript.parser.Comment
-
Returns the first sentence of the comment body (suitable for summary
lines).
- getGlobalSchemaMapping(ErrorHandler) - Static method in class xml.SchemaMappingManager
-
- getGrammarFileName() - Method in class sidekick.json.parser.JSONLexer
-
- getGrammarFileName() - Method in class sidekick.json.parser.JSONParser
-
- getHtmlifiedCommentBody() - Method in class sidekick.ecmascript.parser.Comment
-
Returns the comment body transforming <plaintext> blocks into
<pre> blocks and escaping all the < and > in there.
- getHtmlifiedSource() - Method in class sidekick.ecmascript.parser.Comment
-
Deprecated.
- getHyperlink(Buffer, int) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
Returns the hyperlink for the given offset.
- getHyperlink(Buffer, int) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
Returns the hyperlink for the given offset.
- getHyperlink(Buffer, int, XmlParsedData, XmlTag, boolean) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
Returns the hyperlink for the given offset.
- getHyperlinkForAttribute(Buffer, int, XmlParsedData, HtmlDocument.Tag, HtmlDocument.Attribute) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
get an hyperlink for an identified HTML attribute
- getHyperlinkForAttribute(Buffer, int, String, String, String, XmlParsedData, HtmlDocument.Tag, HtmlDocument.Attribute, boolean) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
recognize hyperlink attributes by their parent element's
name and/or their name.
- getHyperlinkForAttribute(Buffer, int, XmlParsedData, XmlTag, XmlDocument.Attribute, boolean) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
get an hyperlink for an identified XML attribute
- getHyperlinkForAttribute(Buffer, int, String, String, String, String, String, XmlParsedData, XmlTag, XmlDocument.Attribute, boolean) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
recognize hyperlink attributes by their parent element's
namespace:localname and/or their namespace:localname
- getHyperlinkForIDREF(Buffer, XmlParsedData, String, HtmlDocument.Attribute, boolean) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
creates an hyperlink to the location of the element with id (in same or another buffer).
- getHyperlinkForIDREF(Buffer, XmlParsedData, String, XmlDocument.Attribute) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
creates an hyperlink to the location of the element with id (in same or another buffer).
- getHyperlinkForIDREFS(Buffer, int, XmlParsedData, String, HtmlDocument.Attribute, boolean) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
creates an hyperlink to the location of the element with id (in same or another buffer)
- getHyperlinkForIDREFS(Buffer, int, XmlParsedData, String, XmlDocument.Attribute) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
creates an hyperlink to the location of the element with id (in same or another buffer)
- getIcon() - Method in class sidekick.json.parser.JSONNode
-
- getIcon() - Method in class xml.parser.AntXmlTag
-
- getIcon() - Method in class xml.parser.MvnXmlTag
-
- getIcon() - Method in class xml.parser.TldXmlTag
-
- getIcon() - Method in class xml.parser.XmlTag
-
- getId() - Method in class xml.parser.SchemaMapping.TypeIdMapping
-
- getIDDecl(String) - Method in class xml.XmlParsedData
-
convenience method to find an IDDecl by name
- GetImage() - Method in interface sidekick.css.parser.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class sidekick.css.parser.SimpleCharStream
-
- GetImage() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- GetImage() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- GetImage() - Method in class xml.parser.javacc.SimpleCharStream
-
Get token literal value.
- getIndent() - Method in class xml.translate.BuffersOutputDirectory
-
- getInstantCompletionTriggers() - Method in class xml.parser.XmlParser
-
- getItem(int) - Method in class xml.gui.VFSFileList
-
- getItemCount() - Method in class xml.gui.VFSFileList
-
- getItems() - Method in class xml.gui.VFSFileList
-
- getKey() - Method in class xml.cache.CacheEntry
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Annotation
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Comment
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.EndTag
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.JspComment
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Newline
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- getLength() - Method in class sidekick.html.parser.html.HtmlDocument.Text
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Annotation
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Comment
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.EndTag
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Newline
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Tag
-
- getLength() - Method in class xml.parser.javacc.XmlDocument.Text
-
- getLine() - Method in interface sidekick.css.parser.CharStream
-
Deprecated.
- getLine() - Method in class sidekick.css.parser.SimpleCharStream
-
Deprecated.
- getLine() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
Deprecated.
- getLine() - Method in class sidekick.html.parser.html.SimpleCharStream
-
Deprecated.
- getLine() - Method in class xml.parser.javacc.SimpleCharStream
-
Deprecated.
- getLineLength() - Method in class xml.translate.BuffersOutputDirectory
-
- getLineNo(int) - Method in class sidekick.css.CssSideKickParser
-
Deprecated.
- getLines() - Method in class sidekick.ecmascript.parser.Comment
-
Returns an unmodifiable list of Strings representing the comment body
lines.
- getLineSeparator() - Method in class xml.translate.BuffersOutputDirectory
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class xml.XmlListCellRenderer
-
- getLocalName() - Method in class xml.parser.XmlTag
-
- getLocals() - Method in class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- getLocalSchemaMapping(Buffer, ErrorHandler) - Static method in class xml.SchemaMappingManager
-
- getLongString() - Method in class sidekick.json.parser.JSONNode
-
- getLongString() - Method in class xml.parser.XmlTag
-
- getMainText() - Method in class xml.XmlListCellRenderer
-
- getMappingForDocument(String, String, String, String, String) - Method in class xml.parser.SchemaMapping
-
iterate over the mappings and return the first hit.
- getMappingForDocument(String, String, String, String, String) - Method in class xml.parser.SchemaMapping.IncludeMapping
-
- getMappingForDocument(String, String, String, String, String) - Method in class xml.parser.SchemaMapping.Mapping
-
iterate over the mappings and return the first hit.
- getMappingForDocument(String, String, String, String, String) - Method in class xml.parser.SchemaMapping.TransformURI
-
- getMatch(TextArea) - Method in class xml.SideKickTagHighlight
-
- getMatch(TextArea) - Method in class xml.TagHighlight
-
- getMatchingTag(Buffer, CharSequence, TagParser.Tag) - Static method in class xml.parser.javacc.TagParser
-
- getMatchingTag(CharSequence, TagParser.Tag) - Static method in class xml.parser.TagParser
-
- getMenuItem() - Method in class xml.gui.UsefulAction
-
- getMessage() - Method in exception sidekick.css.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error sidekick.css.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception sidekick.ecmascript.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error sidekick.ecmascript.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception sidekick.html.parser.html.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error sidekick.html.parser.html.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error xml.parser.javacc.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getModeNames() - Method in class sidekick.json.parser.JSONLexer
-
- getName() - Method in class sidekick.css.parser.CSSNode
-
- getName(int) - Method in class sidekick.ecmascript.parser.ASTCompositeReference
-
- getName() - Method in class sidekick.ecmascript.parser.ASTIdentifier
-
- getName() - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- getName() - Method in class sidekick.json.parser.JSONNode
-
- getName() - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- getNamedAnchorLocation(XmlParsedData, String) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
- getNamespace(String) - Method in class xml.NamespaceBindings
-
- getNamespaceBindings(int) - Method in class xml.XmlParsedData
-
namespace to prefix
(from sidekick)
- getNetworkMode() - Static method in class xml.Resolver
-
- getNewName() - Method in class xml.parser.RenamedXmlTag
-
- getNewTag() - Method in class xml.EditTagDialog
-
- getNextSibling() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getNextToken() - Method in class sidekick.css.parser.CSS2Parser
-
Get the next Token.
- getNextToken() - Method in class sidekick.css.parser.CSS2ParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class sidekick.css.parser.CSS3Parser
-
Get the next Token.
- getNextToken() - Method in class sidekick.css.parser.CSS3ParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class sidekick.css.parser.CssParserTokenManager
-
- getNextToken() - Method in class sidekick.ecmascript.parser.EcmaScript
-
Get the next Token.
- getNextToken() - Method in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Get the next Token.
- getNextToken() - Method in class sidekick.html.parser.html.HtmlParser
-
Get the next Token.
- getNextToken() - Method in class sidekick.html.parser.html.HtmlParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class xml.parser.javacc.XmlParser
-
Get the next Token.
- getNextToken() - Method in class xml.parser.javacc.XmlParserTokenManager
-
Get the next Token.
- getNoNamespaceCompletionInfo() - Method in class xml.XmlParsedData
-
- getObjectsTo(int) - Method in class xml.XmlParsedData
-
- getOperator() - Method in class sidekick.ecmascript.parser.ASTOperator
-
- getOriginalSource() - Method in class sidekick.ecmascript.parser.Comment
-
Returns the original comment string.
- getOutputCount() - Method in class xml.translate.BuffersOutputDirectory
-
- getPanel() - Method in class sidekick.css.CSS2SideKickParser
-
- getPanel() - Method in class xml.parser.XercesParserImpl
-
- getParent() - Method in class xml.parser.SchemaMapping.Mapping
-
- getParsedData(View, boolean) - Static method in class xml.XmlParsedData
-
get parsed data as XmlParsedData.
- getParseErrors() - Method in class sidekick.css.parser.CSS2Parser
-
- getParseErrors() - Method in class sidekick.css.parser.CSS3Parser
-
- getParseErrors() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- getParseErrors() - Method in class sidekick.html.parser.html.HtmlParser
-
- getParseErrors() - Method in class xml.parser.javacc.XmlParser
-
- getParseWarnings() - Method in class sidekick.css.parser.CSS3Parser
-
- getPath() - Method in class xml.cache.CacheEntry
-
- getPrefix(String) - Method in class xml.NamespaceBindings
-
- getPrefix() - Method in class xml.parser.XmlTag
-
- getPrevSibling() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getPropertyIdentifierCompositeName() - Method in class sidekick.ecmascript.parser.ASTCompositeReference
-
- getRadioButton(String) - Method in class xml.gui.UsefulAction
-
- getRelated() - Method in class xml.cache.CacheEntry
-
- getRelativePath(String, String) - Static method in class sidekick.css.Utils
-
- getRenderer() - Method in class xml.completion.XmlCompletion
-
- getRequestingBuffers() - Method in class xml.cache.CacheEntry
-
- getRequiredAttributesString(NamespaceBindings, NamespaceBindings) - Method in class xml.completion.ElementDecl
-
- getRoot() - Method in class sidekick.json.parser.JSONSideKickListener
-
- getRuleIndex() - Method in class sidekick.json.parser.JSONParser.ArrayContext
-
- getRuleIndex() - Method in class sidekick.json.parser.JSONParser.JsonContext
-
- getRuleIndex() - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- getRuleIndex() - Method in class sidekick.json.parser.JSONParser.PairContext
-
- getRuleIndex() - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- getRuleNames() - Method in class sidekick.json.parser.JSONLexer
-
- getRuleNames() - Method in class sidekick.json.parser.JSONParser
-
- getRules() - Method in class xml.parser.SchemaMapping
-
- getSchemaForDocument(String, String, String, String, String, boolean) - Method in class xml.parser.SchemaMapping
-
iterate over the mappings and return the first hit.
- getSchemaForDocument(String, String, String, String, String, boolean) - Method in class xml.parser.SchemaMapping.IncludeMapping
-
- getSchemaForDocument(String, String, String, String, String, boolean) - Method in class xml.parser.SchemaMapping.Mapping
-
iterate over the mappings and return the first hit.
- getSchemaForDocument(String, String, String, String, String, boolean) - Method in class xml.parser.SchemaMapping.TransformURI
-
TODO: what if pattern is absolute and url is relative ?
TODO: patterns with ..
- getSchemaMappingForBuffer(Buffer, ErrorHandler) - Static method in class xml.SchemaMappingManager
-
- getSchemaURL() - Method in class xml.parser.SchemaAutoLoader
-
this doesn't return the schema bound using xsi:schemalocation nor the
DTD file : only a schema discovered via the SchemaMapping instance.
- getScope() - Method in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- getSelectedItem() - Method in class xml.gui.VFSFileList
-
Returns the selected item file name, or if none are selected returns null.
- getSerializedATN() - Method in class sidekick.json.parser.JSONLexer
-
- getSerializedATN() - Method in class sidekick.json.parser.JSONParser
-
- getSettingsDirectory() - Static method in class xml.XmlPlugin
-
- getShortString() - Method in class sidekick.json.parser.JSONNode
-
- getShortString() - Method in class xml.parser.RenamedXmlTag
-
- getShortString() - Method in class xml.parser.XmlTag
-
- getShowBrackets() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getShowCoreAttributes() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getShowJspTags() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getShowLangAttributes() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getShowScriptAttributes() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getShowTagAttributes() - Method in class sidekick.html.parser.html.HtmlDocument
-
- getSideKickCompletion() - Method in class sidekick.css.CompletionRequest
-
- getSortBy() - Method in class xml.XmlParsedData
-
- getSortedIds() - Method in class xml.XmlParsedData
-
- getSorter() - Method in class xml.AntXmlParsedData
-
- getSorter() - Method in class xml.MvnXmlParsedData
-
- getSorter() - Method in class xml.TldXmlParsedData
-
- getSorter() - Method in class xml.XmlParsedData
-
- getStandaloneEnd() - Static method in class xml.XmlActions
-
- getStartLocation(Token) - Method in class sidekick.css.parser.CSS2Parser
-
- getStartLocation(Token) - Method in class sidekick.css.parser.CSS3Parser
-
- getStartLocation() - Method in class sidekick.css.parser.CSSNode
-
- getStartLocation(Token) - Method in class sidekick.ecmascript.parser.EcmaScript
-
- getStartLocation() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getStartLocation() - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- getStartLocation() - Method in class sidekick.json.parser.JSONNode
-
- getStartLocation() - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- getStartPosition() - Method in class sidekick.css.parser.CSSNode
-
- getStartPosition() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- getStartPosition() - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- getStartPosition() - Method in class sidekick.json.parser.JSONNode
-
- getStartPosition() - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- GetSuffix(int) - Method in interface sidekick.css.parser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class sidekick.css.parser.SimpleCharStream
-
- GetSuffix(int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- GetSuffix(int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- GetSuffix(int) - Method in class xml.parser.javacc.SimpleCharStream
-
Get the suffix.
- getSystemId() - Method in class xml.indent.IndentingTransformerImpl
-
- getTabSize() - Method in class sidekick.css.parser.CSS2Parser
-
- getTabSize() - Method in class sidekick.css.parser.CSS3Parser
-
- getTabSize(int) - Method in class sidekick.css.parser.SimpleCharStream
-
- getTabSize() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- getTabSize(int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- getTabSize() - Method in class sidekick.html.parser.html.HtmlParser
-
- getTabSize(int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- getTabSize(int) - Method in class xml.parser.javacc.SimpleCharStream
-
- getTabSize() - Method in class xml.parser.javacc.XmlParser
-
- getTag(String) - Method in class sidekick.ecmascript.parser.Comment
-
Returns the first javadoc tag value in the list of tags whose key matches
the specified key
- getTagAtOffset(Buffer, CharSequence, int) - Static method in class xml.parser.javacc.TagParser
-
- getTagAtOffset(CharSequence, int) - Static method in class xml.parser.TagParser
-
- getTags() - Method in class sidekick.ecmascript.parser.Comment
-
Returns an unmodifiable list of javadoc tags (instances of Comment.Tag)
- getTags(String) - Method in class sidekick.ecmascript.parser.Comment
-
Returns all javadoc tag values in the list of tags whose keys match the
specified key
- getTags(Pattern) - Method in class sidekick.ecmascript.parser.Comment
-
Returns all javadoc tag values in the list of tags whose keys match the
specified key
- getToken(int) - Method in class sidekick.css.parser.CSS2Parser
-
Get the specific Token.
- getToken(int) - Method in class sidekick.css.parser.CSS3Parser
-
Get the specific Token.
- getToken(int) - Method in class sidekick.ecmascript.parser.EcmaScript
-
Get the specific Token.
- getToken(int) - Method in class sidekick.html.parser.html.HtmlParser
-
Get the specific Token.
- getToken(int) - Method in class xml.parser.javacc.XmlParser
-
Get the specific Token.
- getTokenImage() - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- getTokenLength() - Method in class xml.completion.XmlCompletion
-
- getTokenNames() - Method in class sidekick.json.parser.JSONLexer
-
Deprecated.
- getTokenNames() - Method in class sidekick.json.parser.JSONParser
-
Deprecated.
- getTransformer() - Method in class xml.indent.IndentingTransformerImpl
-
- getTreePathForPosition(int) - Method in class sidekick.css.CSSParsedData
-
- getTypeIdForDocument(String) - Method in class xml.parser.SchemaMapping
-
- getTypeIds() - Method in class xml.parser.SchemaMapping
-
- getValue() - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- getValue() - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- getValue(String) - Method in class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- getValue() - Method in class xml.parser.javacc.Token
-
An optional attribute value of the Token.
- getValue() - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- getValue(String) - Method in class xml.parser.javacc.XmlDocument.AttributeList
-
- getValueStartLocation() - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- getValueStartLocation() - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- getValueText() - Method in class xml.XmlListCellRenderer
-
- getVocabulary() - Method in class sidekick.json.parser.JSONLexer
-
- getVocabulary() - Method in class sidekick.json.parser.JSONParser
-
- getXPathForPosition(int) - Method in class sidekick.html.HtmlSideKickParsedData
-
- getXPathForPosition(int) - Method in class xml.XmlParsedData
-
- GlobalDeclCollector - Class in sidekick.ecmascript.parser
-
Visitor that collects the global identifiers and string literals in the code
base and also decorates the function declaration nodes with symbol table
information of local variables
- GlobalDeclCollector(Set, LinkedList, EcmaScriptVisitorDelegate) - Constructor for class sidekick.ecmascript.parser.GlobalDeclCollector
-
- GlobalDeclCollector(Set, LinkedList) - Constructor for class sidekick.ecmascript.parser.GlobalDeclCollector
-
- GlobalDeclCollector(Set) - Constructor for class sidekick.ecmascript.parser.GlobalDeclCollector
-
- GRAMMAR_POOL - Static variable in class xml.parser.SchemaLoader
-
Property identifier: grammar pool.
- GREATER - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- GREATER - Static variable in interface sidekick.css.parser.CssParserConstants
-
- GT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- GT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- guessInputType(Buffer) - Static method in class xml.translate.TrangTranslator
-
- H - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- H - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- H - Static variable in interface sidekick.css.parser.CssParserConstants
-
- handleBufferContentChanged(Buffer) - Method in class xml.cache.Cache
-
- handleBufferUpdate(BufferUpdate) - Method in class xml.cache.Cache
-
- handleKeystroke(int, char) - Method in class xml.completion.XmlCompletion
-
- handleMessage(EBMessage) - Method in class sidekick.css.CSS2SideKickParser
-
Reparse if the option settings have changed.
- handleMessage(EBMessage) - Method in class sidekick.html.HtmlParser
-
Description of the Method
- handleMessage(EBMessage) - Method in class xml.Resolver.VFSUpdateHandler
-
- handleMessage(EBMessage) - Method in class xml.XmlInsert
-
- handleMessage(EBMessage) - Method in class xml.XmlPlugin
-
- handlePluginUpdate(PluginUpdate) - Method in class xml.parser.ServicesDatatypeLibraryFactory
-
- hasAttribute(String) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- hasAttribute(String) - Method in class xml.parser.javacc.XmlDocument.Tag
-
- hasAttributeValue(String) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- hasAttributeValue(String) - Method in class xml.parser.javacc.XmlDocument.Tag
-
- hasChildren() - Method in class sidekick.css.parser.CSSNode
-
- hasChildren() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- hasChildren() - Method in class sidekick.json.parser.JSONNode
-
- hash() - Method in class sidekick.css.parser.CSS2Parser
-
- HASH - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- hash() - Method in class sidekick.css.parser.CSS3Parser
-
- HASH - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- HASH - Static variable in interface sidekick.css.parser.CssParserConstants
-
- hashCode() - Method in class sidekick.css.parser.CSSNode
-
- hashCode() - Method in class sidekick.ecmascript.parser.ASTIdentifier
-
- hashCode() - Method in class sidekick.ecmascript.parser.ASTLiteral
-
Overwrites hashCode
from Object
.
- hashCode() - Method in class xml.cache.CacheEntry
-
- hashCode() - Method in class xml.parser.SchemaMapping.Result
-
- hashCode() - Method in class xml.Resolver.Entry
-
- HASHIDENT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- HASHIDENT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- hasValue - Variable in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- hasValue(String) - Method in class sidekick.html.parser.html.HtmlDocument.AttributeList
-
- hasValue - Variable in class xml.parser.javacc.XmlDocument.Attribute
-
- hasValue(String) - Method in class xml.parser.javacc.XmlDocument.AttributeList
-
- hasWildcards(String) - Static method in class sidekick.ecmascript.parser.Util
-
Returns true
if the specified filename has wildcard
characters in it, i.e.
- HEX_DIGIT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- HEX_ESCAPE_SEQUENCE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- HEX_INTEGER_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- hexcolor() - Method in class sidekick.css.parser.CSS2Parser
-
- hexcolor() - Method in class sidekick.css.parser.CSS3Parser
-
- HNUM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- HOOK - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- href - Variable in class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- HTML - Static variable in class sidekick.ecmascript.parser.ASTLiteral
-
- html - Variable in class xml.XmlParsedData
-
- HtmlActions - Class in sidekick.html
-
danson, central location to deal with actions as defined in actions.xml.
- HtmlActions() - Constructor for class sidekick.html.HtmlActions
-
- HtmlCollector - Class in sidekick.html.parser.html
-
An HtmlVisitor which modifies the structure of the document so that
begin tags are matched properly with end tags and placed in TagBlock
elements.
- HtmlCollector() - Constructor for class sidekick.html.parser.html.HtmlCollector
-
- HtmlDebugDumper - Class in sidekick.html.parser.html
-
Simple HtmlVisitor which dumps out the document to the specified
output stream.
- HtmlDebugDumper(OutputStream) - Constructor for class sidekick.html.parser.html.HtmlDebugDumper
-
- HtmlDocument - Class in sidekick.html.parser.html
-
Represents an HTML document as a sequence of elements.
- HtmlDocument(HtmlDocument.ElementSequence) - Constructor for class sidekick.html.parser.html.HtmlDocument
-
- HtmlDocument() - Method in class sidekick.html.parser.html.HtmlParser
-
- HtmlDocument.Annotation - Class in sidekick.html.parser.html
-
Annotations.
- HtmlDocument.Attribute - Class in sidekick.html.parser.html
-
- HtmlDocument.AttributeList - Class in sidekick.html.parser.html
-
- HtmlDocument.Comment - Class in sidekick.html.parser.html
-
HTML comments.
- HtmlDocument.ElementSequence - Class in sidekick.html.parser.html
-
A sequence of HTML elements.
- HtmlDocument.EndTag - Class in sidekick.html.parser.html
-
Html end tag.
- HtmlDocument.HtmlElement - Class in sidekick.html.parser.html
-
Abstract class for HTML elements.
- HtmlDocument.JspComment - Class in sidekick.html.parser.html
-
JSP comments.
- HtmlDocument.Newline - Class in sidekick.html.parser.html
-
End of line indicator.
- HtmlDocument.Tag - Class in sidekick.html.parser.html
-
HTML start tag.
- HtmlDocument.TagBlock - Class in sidekick.html.parser.html
-
A tag block is a composite structure consisting of a start tag
a sequence of HTML elements, and a matching end tag.
- HtmlDocument.Text - Class in sidekick.html.parser.html
-
Plain text.
- HtmlDumper - Class in sidekick.html.parser.html
-
Simple HtmlVisitor which dumps out the document to the specified
output stream.
- HtmlDumper(OutputStream) - Constructor for class sidekick.html.parser.html.HtmlDumper
-
- HtmlDumper(OutputStream, String) - Constructor for class sidekick.html.parser.html.HtmlDumper
-
- HtmlElement() - Constructor for class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- HTMLENDTAG - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- HTMLENDTAG - Static variable in interface sidekick.css.parser.CssParserConstants
-
- HtmlFormatter - Class in sidekick.html.parser.html
-
HtmlFormatter is a Visitor which traverses an HtmlDocument, dumping the
contents of the document to a specified output stream.
- HtmlFormatter() - Constructor for class sidekick.html.parser.html.HtmlFormatter
-
- HTMLHyperlinkSource - Class in xml.hyperlinks
-
Provides hyperlinks from HTML attributes.
- HTMLHyperlinkSource() - Constructor for class xml.hyperlinks.HTMLHyperlinkSource
-
- HTMLHyperlinkSource.IsHyperLink - Class in xml.hyperlinks
-
- HtmlOptionPane - Class in sidekick.html
-
- HtmlOptionPane() - Constructor for class sidekick.html.HtmlOptionPane
-
- HtmlParser - Class in sidekick.html
-
- HtmlParser() - Constructor for class sidekick.html.HtmlParser
-
Constructor for HtmlParser
- HtmlParser - Class in sidekick.html.parser.html
-
- HtmlParser(Reader, int, int) - Constructor for class sidekick.html.parser.html.HtmlParser
-
The line offset is used when the HTML to be parsed is only part of a file,
- HtmlParser(InputStream) - Constructor for class sidekick.html.parser.html.HtmlParser
-
Constructor with InputStream.
- HtmlParser(InputStream, String) - Constructor for class sidekick.html.parser.html.HtmlParser
-
Constructor with InputStream and supplied encoding
- HtmlParser(Reader) - Constructor for class sidekick.html.parser.html.HtmlParser
-
Constructor.
- HtmlParser(HtmlParserTokenManager) - Constructor for class sidekick.html.parser.html.HtmlParser
-
Constructor with generated Token Manager.
- HtmlParserConstants - Interface in sidekick.html.parser.html
-
Token literal values and constants.
- HtmlParserTokenManager - Class in sidekick.html.parser.html
-
Token Manager.
- HtmlParserTokenManager(SimpleCharStream) - Constructor for class sidekick.html.parser.html.HtmlParserTokenManager
-
Constructor.
- HtmlParserTokenManager(SimpleCharStream, int) - Constructor for class sidekick.html.parser.html.HtmlParserTokenManager
-
Constructor.
- HtmlScrubber - Class in sidekick.html.parser.html
-
HtmlScrubber is a Visitor which walks an HtmlDocument and cleans it up.
- HtmlScrubber() - Constructor for class sidekick.html.parser.html.HtmlScrubber
-
Create an HtmlScrubber with the default options (downcase tags and
tag attributes, strip out unnecessary quotes.)
- HtmlScrubber(int) - Constructor for class sidekick.html.parser.html.HtmlScrubber
-
Create an HtmlScrubber with the desired set of options.
- HtmlSideKickParsedData - Class in sidekick.html
-
Stores a buffer structure tree.
- HtmlSideKickParsedData(String, Buffer) - Constructor for class sidekick.html.HtmlSideKickParsedData
-
- HTMLSTARTTAG - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- HTMLSTARTTAG - Static variable in interface sidekick.css.parser.CssParserConstants
-
- htmlTokenNestingLevel - Variable in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
- HtmlTreeBuilder - Class in sidekick.html.parser.html
-
danson: A class to build a tree of TreeNodes out of an HTML document.
- HtmlTreeBuilder(DefaultMutableTreeNode) - Constructor for class sidekick.html.parser.html.HtmlTreeBuilder
-
- HtmlVisitor - Class in sidekick.html.parser.html
-
Abstract class implementing Visitor pattern for HtmlDocument objects.
- HtmlVisitor() - Constructor for class sidekick.html.parser.html.HtmlVisitor
-
- id - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- id - Variable in class xml.completion.IDDecl
-
- id - Variable in class xml.Resolver.Entry
-
- ID_ICON - Static variable in class xml.XmlListCellRenderer
-
- idAttributeString - Variable in class xml.parser.XmlTag
-
- IDDecl - Class in xml.completion
-
- IDDecl(String, String, String, int, int) - Constructor for class xml.completion.IDDecl
-
- IDDecl.Compare - Class in xml.completion
-
- IDENT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- IDENT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- IDENT - Static variable in interface sidekick.css.parser.CssParserConstants
-
- Identifier() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- IDENTIFIER - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- IDENTIFIER - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- IDENTIFIER_CHAR - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- IDENTIFIER_CHAR - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- IDENTIFIER_NAME - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- IDENTIFIER_PART - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- IDENTIFIER_START - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ids - Variable in class xml.XmlParsedData
-
A map of all identifiers encountered during the parse,
indexed by name.
- IF - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- IfStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ignorableWhitespace(char[], int, int) - Method in class xml.indent.IndentingTransformerImpl
-
- ignoreStatement() - Method in class sidekick.css.parser.CSS3Parser
-
- image - Variable in class sidekick.css.parser.Token
-
The string image of the token.
- image - Variable in class sidekick.ecmascript.parser.Token
-
The string image of the token.
- image - Variable in class sidekick.html.parser.html.Token
-
The string image of the token.
- image - Variable in class xml.parser.javacc.Token
-
The string image of the token.
- IMPLICIT_TAG_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- IMPLICIT_TAG_END - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- IMPORT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- IMPORT_SYM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- IMPORT_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- IMPORT_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- IMPORTANT_SYM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- IMPORTANT_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- IMPORTANT_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- importDeclaration() - Method in class sidekick.css.parser.CSS3Parser
-
The import statement
- importRule() - Method in class sidekick.css.parser.CSS2Parser
-
- importRuleIgnored() - Method in class sidekick.css.parser.CSS2Parser
-
- ImportStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- IN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- IN_JSP_EXP - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
Lexical state.
- IN_JSP_TAG - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- IN_PATTERN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- IN_REGEX - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- IN_SINGLE_LINE_COMMENT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Lexical state.
- inBuf - Variable in class sidekick.css.parser.SimpleCharStream
-
- inBuf - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- inBuf - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- inBuf - Variable in class xml.parser.javacc.SimpleCharStream
-
- IncludeMapping(URI, String, ErrorHandler) - Constructor for class xml.parser.SchemaMapping.IncludeMapping
-
- IncludeMapping(URI, SchemaMapping) - Constructor for class xml.parser.SchemaMapping.IncludeMapping
-
- INCLUDES - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- INCLUDES - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- INCLUDES - Static variable in interface sidekick.css.parser.CssParserConstants
-
- INCR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- indent(int) - Method in class xml.indent.IndentingTransformer
-
- indent(int) - Method in class xml.indent.IndentingTransformerImpl
-
Output white space to reflect the current indentation level
- indent(String, int, boolean) - Static method in class xml.indent.XmlIndenterPlugin
-
- IndentingTransformer - Class in xml.indent
-
Indents elements, by adding whitespace where appropriate.
- IndentingTransformer() - Constructor for class xml.indent.IndentingTransformer
-
- IndentingTransformerImpl - Class in xml.indent
-
Indents elements, by adding whitespace where appropriate.
- IndentingTransformerImpl() - Constructor for class xml.indent.IndentingTransformerImpl
-
- indentSize - Variable in class sidekick.html.parser.html.HtmlFormatter
-
- indentXml(String, Writer) - Method in class xml.indent.IndentingTransformer
-
- indentXml(String, Writer, int, boolean, List) - Method in class xml.indent.IndentingTransformerImpl
-
- indentXml(View) - Static method in class xml.indent.XmlIndenterPlugin
-
Indents XML in current buffer.
- indexOf(CharSequence, int, int) - Static method in class xml.parser.TagParser
-
replacement for String.indexOf on CharSequence
- INHERIT - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- initGlobalSchemaMapping(View) - Static method in class xml.SchemaMappingManager
-
Finds (and creates if needed) the global schema mapping (schemas.xml)
file in the settings directory, for reading or overwriting it.
- Initialiser() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- InitialiserNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- initialize() - Static method in class sidekick.css.CssSideKickCompletion
-
- initialized() - Static method in class sidekick.css.CssSideKickCompletion
-
- initMenu(Object[]) - Static method in class xml.gui.UsefulAction
-
- inPreBlock - Variable in class sidekick.html.parser.html.HtmlFormatter
-
- inPreBlock - Variable in class sidekick.html.parser.html.HtmlScrubber
-
- inPreBlock - Variable in class xml.parser.javacc.XmlScrubber
-
- input_stream - Variable in class sidekick.css.parser.CSS2ParserTokenManager
-
- input_stream - Variable in class sidekick.css.parser.CSS3ParserTokenManager
-
- input_stream - Variable in class sidekick.css.parser.CssParserTokenManager
-
- input_stream - Variable in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
- input_stream - Variable in class sidekick.html.parser.html.HtmlParserTokenManager
-
- input_stream - Variable in class xml.parser.javacc.XmlParserTokenManager
-
- inputStream - Variable in class sidekick.css.parser.SimpleCharStream
-
- inputStream - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- inputStream - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- inputStream - Variable in class xml.parser.javacc.SimpleCharStream
-
- insert(int) - Method in class sidekick.css.CssSideKickCompletion
-
- insert(int) - Method in class xml.completion.XmlCompletion
-
- insertChild(Node, int) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- insertClosingTag(View) - Static method in class xml.XmlActions
-
- insertClosingTagKeyTyped(View) - Static method in class xml.XmlActions
-
- inserted - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- inserted() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- insertRelativePathToBuffer() - Static method in class sidekick.css.Utils
-
- insertRuleAt(int, SchemaMapping.Mapping) - Method in class xml.parser.SchemaMapping
-
- installTemplates(ProgressObserver, PluginJAR) - Static method in class xml.TemplatesManager
-
Install templates in an XMLPlugin subdirectory
- instance() - Static method in class xml.cache.Cache
-
- instance() - Static method in class xml.parser.SchemaLoader
-
- instance() - Static method in class xml.parser.ServicesDatatypeLibraryFactory
-
- instance() - Static method in class xml.Resolver
-
- INSTANCE - Static variable in class xml.XmlListCellRenderer
-
- INSTANT_COMPLETION_TRIGGERS - Static variable in class xml.parser.XmlParser
-
- INTANCE_OF - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- INTERNAL - Static variable in class xml.completion.EntityDecl
-
- INTERNAL_ENTITY_ICON - Static variable in class xml.XmlListCellRenderer
-
- INTERNALCATALOG - Static variable in class xml.Resolver
-
Internal catalog for DTDs which are packaged in
XML.jar and jEdit.jar
- internalEntityDecl(String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- INVALID - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- INVALID - Static variable in interface sidekick.css.parser.CssParserConstants
-
- INVALID1 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- INVALID1 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- INVALID2 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- INVALID2 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- InvokeAndWait - Class in xml.gui
-
Utility class to call the EDT in background tasks,
backing out after some time if there is a chance of deadlock
- InvokeAndWait() - Constructor for class xml.gui.InvokeAndWait
-
- isAbstract() - Method in class xml.completion.ElementDecl
-
- isAbstract() - Method in class xml.completion.XsdElementDecl
-
- isArray() - Method in class sidekick.json.parser.JSONNode
-
- isDelegated(JEditTextArea) - Static method in class xml.XmlPlugin
-
Returns if the caret is inside a delegated region in the
specified text area.
- isDelegated(TextArea) - Static method in class xml.XmlPlugin
-
- isEmpty() - Method in class xml.EditTagDialog
-
- isEmpty() - Method in class xml.NamespaceBindings
-
- isFileDefined() - Method in class xml.gui.VFSFileTextField
-
- IsHyperLink(int, int, String, String, boolean) - Constructor for class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- isHyperlink(Buffer, int, String, String, String, String, String, int) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
recognize hyperlink attributes by their parent element's
namespace:localname and/or their namespace:localname
- isHyperlinkAttribute(Buffer, int, String, String, int, String) - Static method in class xml.hyperlinks.HTMLHyperlinkSource
-
recognize hyperlink attributes by their parent element's
namespace:localname and/or their namespace:localname
- isInsideTag(String, int) - Static method in class xml.parser.javacc.TagParser
-
- isInsideTag(CharSequence, int) - Static method in class xml.parser.TagParser
-
- isJavadoc() - Method in class sidekick.ecmascript.parser.Comment
-
Returns true
if receiver is a javadoc comment.
- isJavaIdentifier(String) - Static method in class sidekick.ecmascript.parser.Util
-
Returns true
if specified string is a valid identifier for
java or javascript.
- isJspTag - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- isLikelyIdentifier(String) - Static method in class sidekick.ecmascript.parser.Util
-
Returns true
if specified string is a mixed case string
with case mixing happening in the middle of the string (starting with
uppercase char and continuing with all lowercase chars does count).
- isNmtoken(String) - Method in class xml.completion.AntCompleteTask
-
Does this String match the XML-NMTOKEN production?
- isNumberOrString() - Method in class sidekick.json.parser.JSONNode
-
- isObject() - Method in class sidekick.json.parser.JSONNode
-
- isPair() - Method in class sidekick.json.parser.JSONNode
-
- isSchemaMappingEnabled(Buffer) - Static method in class xml.SchemaMappingManager
-
- isUnsupported(String) - Method in class sidekick.css.parser.CSS3Parser
-
- isUsingCache() - Static method in class xml.Resolver
-
- isValidCompositeReference(String) - Static method in class sidekick.ecmascript.parser.Util
-
Returns true
if specified string is a valid composite
reference where each part is a valid identifier for java or javascript.
- isVisible() - Method in class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- isVisible() - Method in class sidekick.ecmascript.parser.ASTLiteralField
-
- isVisible() - Method in class sidekick.ecmascript.parser.ASTVariableStatement
-
- isVisible() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- isWhitespace(String) - Static method in class sidekick.ecmascript.parser.Util
-
Returns true
if specified string is whitespace
- itemsExist() - Method in class xml.gui.VFSFileList
-
- IterationStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- iterator() - Method in class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- iterator() - Method in class xml.parser.javacc.XmlDocument.ElementSequence
-
- NAME - Static variable in class sidekick.css.CssSideKickConstants
-
- NAME - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NAME - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NAME - Static variable in interface sidekick.css.parser.CssParserConstants
-
- Name() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- name - Variable in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- name - Variable in class xml.completion.ElementDecl.AttributeDecl
-
- name - Variable in class xml.completion.ElementDecl
-
- name - Variable in class xml.completion.EntityDecl
-
- name - Variable in class xml.parser.javacc.TagParser.Attr
-
Attribute's name (what's before the =)
- name - Variable in class xml.parser.javacc.XmlDocument.Attribute
-
- name - Variable in class xml.parser.TagParser.Attr
-
Attribute's name (what's before the =)
- name - Variable in class xml.XmlListCellRenderer.ClosingTag
-
- nameConflict - Variable in class xml.completion.CompletionInfo
-
- namespace - Variable in class xml.completion.CompletionInfo
-
namespace for this completion info
- namespace - Variable in class xml.completion.ElementDecl.AttributeDecl
-
- namespace - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- namespace - Variable in class xml.parser.XmlTag
-
- NAMESPACE_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NAMESPACE_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NamespaceBindings - Class in xml
-
namespace to prefix map.
- NamespaceBindings() - Constructor for class xml.NamespaceBindings
-
- NamespaceBindings(NamespaceBindings) - Constructor for class xml.NamespaceBindings
-
- namespaceBindings - Variable in class xml.parser.javacc.XmlDocument.Tag
-
namespace -> prefix
- namespaceBindings - Variable in class xml.parser.XmlTag
-
namespace -> prefix
- namespaceDeclaration() - Method in class sidekick.css.parser.CSS3Parser
-
- NamespaceRule(URI, String, String, boolean) - Constructor for class xml.parser.SchemaMapping.NamespaceRule
-
- NAMESPACES_FEATURE_ID - Static variable in class xml.parser.SchemaLoader
-
Namespaces feature id (http://xml.org/sax/features/namespaces).
- NBSP - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- NE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- negation() - Method in class sidekick.css.parser.CSS3Parser
-
- NETWORK_PROPS - Static variable in class xml.Resolver
-
- NEW - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- newJEditOpenFileAndGotoHyperlink(Buffer, HtmlDocument.Attribute, String, int, int, boolean) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
create an hyperlink for attribute att.
- newJEditOpenFileAndGotoHyperlink(Buffer, XmlDocument.Attribute, String, int, int) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
create an hyperlink for attribute att.
- newJEditOpenFileHyperlink(Buffer, HtmlDocument.Attribute, String, boolean) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
create an hyperlink for attribute att.
- newJEditOpenFileHyperlink(Buffer, XmlDocument.Attribute, String) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
create an hyperlink for attribute att.
- Newline() - Constructor for class sidekick.html.parser.html.HtmlDocument.Newline
-
- NEWLINE - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- Newline() - Constructor for class xml.parser.javacc.XmlDocument.Newline
-
- NEWLINE - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- newName - Variable in class xml.parser.RenamedXmlTag
-
- newToken(int) - Static method in class sidekick.css.parser.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class sidekick.ecmascript.parser.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class sidekick.html.parser.html.Token
-
Returns a new Token object, by default.
- newToken(int, String) - Static method in class xml.parser.javacc.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class xml.parser.javacc.Token
-
- next - Variable in class sidekick.css.parser.Token
-
A reference to the next regular (non-special) token from the input
stream.
- next - Variable in class sidekick.ecmascript.parser.Token
-
A reference to the next regular (non-special) token from the input
stream.
- next - Variable in class sidekick.html.parser.html.Token
-
A reference to the next regular (non-special) token from the input
stream.
- next - Variable in class xml.parser.javacc.Token
-
A reference to the next regular (non-special) token from the input
stream.
- nextCharBuf - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- nextCharInd - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- NL - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NL - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NL - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NMCHAR - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NMCHAR - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NMCHAR - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NMSTART - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NMSTART - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NMSTART - Static variable in interface sidekick.css.parser.CssParserConstants
-
- Node - Interface in sidekick.ecmascript.parser
-
- nodeArity() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- nodeCreated() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- NON_ESCAPE_CHARACTER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- NON_ZERO_DIGIT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- NONASCII - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NONASCII - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NONASCII - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NOT - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- notationDecl(String, String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- notNull(Object...) - Method in class sidekick.css.parser.CSS2Parser
-
Simple check to verify that all arguments are not null.
- notNull(Object...) - Method in class sidekick.css.parser.CSS3Parser
-
Simple check to verify that all arguments are not null.
- NULL - Static variable in class sidekick.ecmascript.parser.ASTLiteral
-
- NULL_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- NUM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NUM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NUM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NUM_CHAR - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- NUM_CHAR - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- NUMBER - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- NUMBER - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- NUMBER - Static variable in interface sidekick.css.parser.CssParserConstants
-
- NUMBER - Static variable in class sidekick.json.parser.JSONLexer
-
- NUMBER - Static variable in class sidekick.json.parser.JSONParser
-
- NUMBER() - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- page() - Method in class sidekick.css.parser.CSS3Parser
-
- PAGE_SYM - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- PAGE_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PAGE_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- pageContent() - Method in class sidekick.css.parser.CSS3Parser
-
- pageRule() - Method in class sidekick.css.parser.CSS2Parser
-
- pair() - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- pair(int) - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- pair() - Method in class sidekick.json.parser.JSONParser
-
- PairContext(ParserRuleContext, int) - Constructor for class sidekick.json.parser.JSONParser.PairContext
-
- parent - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- parent - Variable in class xml.parser.SchemaMapping.Mapping
-
parent of this Mapping
- parse() - Method in class sidekick.css.CSS2SideKickParser
-
- parse(Buffer, DefaultErrorSource) - Method in class sidekick.css.CSS2SideKickParser
-
Parse the contents of the given buffer.
- parse(Buffer, String, DefaultErrorSource) - Method in class sidekick.css.CSS2SideKickParser
-
Parse the contents of the given text.
- parse(Buffer, DefaultErrorSource) - Method in class sidekick.css.CssSideKickParser
-
Deprecated.
- parse() - Method in class sidekick.ecmascript.EcmaScriptSideKickParser
-
- parse(Buffer, DefaultErrorSource) - Method in class sidekick.ecmascript.EcmaScriptSideKickParser
-
Parse the contents of the given buffer.
- parse(Buffer, String, DefaultErrorSource) - Method in class sidekick.ecmascript.EcmaScriptSideKickParser
-
Parse the contents of the given text.
- parse() - Method in class sidekick.html.HtmlParser
-
Description of the Method
- parse(Buffer, DefaultErrorSource) - Method in class sidekick.html.HtmlParser
-
Parse the contents of the given buffer.
- parse(Buffer, String, DefaultErrorSource) - Method in class sidekick.javascript.JavaScriptParser
-
- parse() - Method in class sidekick.json.JsonParser
-
Parse the current buffer in the current view.
- parse(Buffer, DefaultErrorSource) - Method in class sidekick.json.JsonParser
-
Parse the contents of the given buffer.
- parse(InputSource) - Method in class xml.parser.SchemaAutoLoader
-
capture system and public ID to find a matching schema mapping,
- parse(String) - Method in class xml.parser.SchemaAutoLoader
-
capture sytem ID to find a matching schema mapping
- parse(Buffer, DefaultErrorSource) - Method in class xml.parser.XercesParserImpl
-
a buffer read lock is hold arround parse()
- parseBuffer(Buffer, DefaultErrorSource) - Method in class sidekick.javascript.JavaScriptParser
-
Parses the given text and returns a tree model.
- parseBuffer(Buffer, String, DefaultErrorSource) - Method in class sidekick.javascript.JavaScriptParser
-
- ParseException - Exception in sidekick.css.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception sidekick.css.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception sidekick.css.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception sidekick.css.parser.ParseException
-
- ParseException - Exception in sidekick.ecmascript.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception sidekick.ecmascript.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception sidekick.ecmascript.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception sidekick.ecmascript.parser.ParseException
-
- ParseException - Exception in sidekick.html.parser.html
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception sidekick.html.parser.html.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception sidekick.html.parser.html.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception sidekick.html.parser.html.ParseException
-
- ParseException - Exception in xml.parser.javacc
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception xml.parser.javacc.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception xml.parser.javacc.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception xml.parser.javacc.ParseException
-
Constructor with message.
- parseNamedTypedDescription(String) - Static method in class sidekick.ecmascript.parser.Comment
-
- parser - Variable in class sidekick.ecmascript.parser.SimpleNode
-
- parseTypedDescription(String) - Static method in class sidekick.ecmascript.parser.Comment
-
- pathToURL(String) - Static method in class xml.PathUtilities
-
- PathUtilities - Class in xml
-
pathToURL() and urlToPath()
- PathUtilities() - Constructor for class xml.PathUtilities
-
- PCDATA - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- PCDATA - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- peekNode() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- PERCENTAGE - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- PERCENTAGE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PERCENTAGE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- PHONETIC_ALPHABET_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PHONETIC_ALPHABET_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- phoneticAlphabet() - Method in class sidekick.css.parser.CSS3Parser
-
- PLUS - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- PLUS - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PLUS - Static variable in interface sidekick.css.parser.CssParserConstants
-
- PLUS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- PLUSASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- popNode() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- post(SimpleNode, Object) - Method in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- PostfixExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- PostfixOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- pre(SimpleNode, Object) - Method in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- PREF_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PREF_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- prefAtRule() - Method in class sidekick.css.parser.CSS3Parser
-
- preference() - Method in class sidekick.css.parser.CSS3Parser
-
- PREFIXMATCH - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PREFIXMATCH - Static variable in interface sidekick.css.parser.CssParserConstants
-
- PRESERVE_FORMATTING - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- PreserveWhitespaceOptionsPane - Class in xml.indent
-
- PreserveWhitespaceOptionsPane() - Constructor for class xml.indent.PreserveWhitespaceOptionsPane
-
- PRETTY_PRINT - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- PrettyPrinter - Class in sidekick.ecmascript.parser
-
- PrettyPrinter(Writer) - Constructor for class sidekick.ecmascript.parser.PrettyPrinter
-
- PrettyPrinter(Writer, int) - Constructor for class sidekick.ecmascript.parser.PrettyPrinter
-
- prevCharIsCR - Variable in class sidekick.css.parser.SimpleCharStream
-
- prevCharIsCR - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- prevCharIsCR - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- prevCharIsCR - Variable in class xml.parser.javacc.SimpleCharStream
-
- prevCharIsLF - Variable in class sidekick.css.parser.SimpleCharStream
-
- prevCharIsLF - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- prevCharIsLF - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- prevCharIsLF - Variable in class xml.parser.javacc.SimpleCharStream
-
- previousElement - Variable in class sidekick.html.parser.html.HtmlFormatter
-
- previousElement - Variable in class sidekick.html.parser.html.HtmlScrubber
-
- previousElement - Variable in class xml.parser.javacc.XmlScrubber
-
- PrimaryExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
ECMA SYNTACTIC GRAMMARS STARTS HERE *
- print(int) - Method in class sidekick.ecmascript.parser.PrettyPrinter
-
Write a single character.
- print(char[], int, int) - Method in class sidekick.ecmascript.parser.PrettyPrinter
-
Write a sequence of characters.
- print(String) - Method in class sidekick.ecmascript.parser.PrettyPrinter
-
Writes a string.
- printIndentation(int, int) - Method in class sidekick.ecmascript.parser.PrettyPrinter
-
Convenience method to write indentation chars.
- printToken(Token) - Method in class sidekick.ecmascript.parser.PrettyPrinter
-
- prio() - Method in class sidekick.css.parser.CSS2Parser
-
- prio() - Method in class sidekick.css.parser.CSS3Parser
-
- processingInstruction(String, String) - Method in class xml.indent.IndentingTransformer
-
- processingInstruction(String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- Program() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- promptSchemaForBuffer(View, Buffer) - Static method in class xml.SchemaMappingManager
-
- let the user choose a schema file from the VFSBrowser
- promptTypeIdForBuffer(View, Buffer) - Static method in class xml.SchemaMappingManager
-
- gather all type Ids
- let the user choose one
- update the SchemaMapping
- propertiesChanged() - Method in class xml.Resolver
-
- property() - Method in class sidekick.css.parser.CSS2Parser
-
- property() - Method in class sidekick.css.parser.CSS3Parser
-
- PropertyName() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- PropertyNameAndValue() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- PropertyNameAndValueList() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- PropertyUtil - Class in xml.gui
-
Utility methods for accessing properties.
- PropertyUtil() - Constructor for class xml.gui.PropertyUtil
-
- PS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- pseudo() - Method in class sidekick.css.parser.CSS2Parser
-
- pseudo() - Method in class sidekick.css.parser.CSS3Parser
-
- pseudo_page() - Method in class sidekick.css.parser.CSS3Parser
-
- PSEUDOELEMENT_SYM - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- PSEUDOELEMENT_SYM - Static variable in interface sidekick.css.parser.CssParserConstants
-
- pseudoPage() - Method in class sidekick.css.parser.CSS2Parser
-
- PUBLIC - Static variable in class xml.Resolver.Entry
-
- publicId - Variable in class xml.completion.EntityDecl
-
- pushNode(Node) - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- pushNode(HtmlDocument.HtmlElement) - Method in class sidekick.html.parser.html.HtmlCollector
-
- pushNode(XmlDocument.XmlElement) - Method in class xml.parser.javacc.XmlCollector
-
- put(String, Object, Object) - Method in class xml.cache.Cache
-
- put(String, String) - Method in class xml.NamespaceBindings
-
- putAll(NamespaceBindings) - Method in class xml.NamespaceBindings
-
- RANGE - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- RANGE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE0 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE0 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE1 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE1 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE2 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE2 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE3 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE3 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE4 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE4 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE5 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE5 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RANGE6 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RANGE6 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RBRACE - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- RBRACE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RBRACE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RBRACE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- RBRACE - Static variable in class sidekick.json.parser.JSONLexer
-
- RBRACE() - Method in class sidekick.json.parser.JSONParser.ObjectContext
-
- RBRACE - Static variable in class sidekick.json.parser.JSONParser
-
- RBRACKET - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RBRACKET - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RBRACKET - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- read() - Method in class xml.CharSequenceReader
-
- read(char[], int, int) - Method in class xml.CharSequenceReader
-
- ReadByte() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- readBytes(InputStream, CharsetDecoder) - Static method in class sidekick.ecmascript.parser.Util
-
Reads an input stream completely into memory and returns a CharBuffer
instance with the contents.
- readChar() - Method in interface sidekick.css.parser.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class sidekick.css.parser.SimpleCharStream
-
- readChar() - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- readChar() - Method in class sidekick.html.parser.html.SimpleCharStream
-
- readChar() - Method in class xml.parser.javacc.SimpleCharStream
-
Read a character.
- readConfig() - Static method in class sidekick.css.CssSideKickCompletion
-
- ready() - Method in class xml.CharSequenceReader
-
- reference(String, String) - Method in class xml.translate.BuffersOutputDirectory
-
- REGEX - Static variable in class sidekick.ecmascript.parser.ASTLiteral
-
- REGULAR_EXPRESSION_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ReInit(InputStream) - Method in class sidekick.css.parser.CSS2Parser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class sidekick.css.parser.CSS2Parser
-
Reinitialise.
- ReInit(Reader) - Method in class sidekick.css.parser.CSS2Parser
-
Reinitialise.
- ReInit(CSS2ParserTokenManager) - Method in class sidekick.css.parser.CSS2Parser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class sidekick.css.parser.CSS2ParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class sidekick.css.parser.CSS2ParserTokenManager
-
Reinitialise parser.
- ReInit(InputStream) - Method in class sidekick.css.parser.CSS3Parser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class sidekick.css.parser.CSS3Parser
-
Reinitialise.
- ReInit(Reader) - Method in class sidekick.css.parser.CSS3Parser
-
Reinitialise.
- ReInit(CSS3ParserTokenManager) - Method in class sidekick.css.parser.CSS3Parser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class sidekick.css.parser.CSS3ParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class sidekick.css.parser.CSS3ParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream) - Method in class sidekick.css.parser.CssParserTokenManager
-
- ReInit(SimpleCharStream, int) - Method in class sidekick.css.parser.CssParserTokenManager
-
- ReInit(Reader, int, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(Reader, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(Reader) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream, String, int, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream, int, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream, String) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream, String, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream, int, int) - Method in class sidekick.css.parser.SimpleCharStream
-
- ReInit(InputStream) - Method in class sidekick.ecmascript.parser.EcmaScript
-
Reinitialise.
- ReInit(InputStream, String) - Method in class sidekick.ecmascript.parser.EcmaScript
-
Reinitialise.
- ReInit(Reader) - Method in class sidekick.ecmascript.parser.EcmaScript
-
Reinitialise.
- ReInit(EcmaScriptTokenManager) - Method in class sidekick.ecmascript.parser.EcmaScript
-
Reinitialise.
- ReInit(JavaCharStream) - Method in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Reinitialise parser.
- ReInit(JavaCharStream, int) - Method in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(Reader, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(Reader) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream, String, int, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream, int, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream, String, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream, int, int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream, String) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- ReInit(InputStream) - Method in class sidekick.html.parser.html.HtmlParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class sidekick.html.parser.html.HtmlParser
-
Reinitialise.
- ReInit(Reader) - Method in class sidekick.html.parser.html.HtmlParser
-
Reinitialise.
- ReInit(HtmlParserTokenManager) - Method in class sidekick.html.parser.html.HtmlParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class sidekick.html.parser.html.HtmlParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class sidekick.html.parser.html.HtmlParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(Reader, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(Reader) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream, String, int, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream, int, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream, String) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream, String, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(InputStream, int, int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- ReInit(Reader, int, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class xml.parser.javacc.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class xml.parser.javacc.XmlParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class xml.parser.javacc.XmlParser
-
Reinitialise.
- ReInit(Reader) - Method in class xml.parser.javacc.XmlParser
-
Reinitialise.
- ReInit(XmlParserTokenManager) - Method in class xml.parser.javacc.XmlParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class xml.parser.javacc.XmlParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class xml.parser.javacc.XmlParserTokenManager
-
Reinitialise parser.
- RelationalExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- RelationalExpressionNoIn() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- RelationalNoInOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- RelationalOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- reloadCatalogs() - Method in class xml.Resolver
-
called from actions.xml
- REM - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- REMASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- remove() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- removeChildren() - Method in class sidekick.json.parser.JSONNode
-
- removeNotify() - Method in class xml.XmlInsert
-
- removeRule(SchemaMapping.Mapping) - Method in class xml.parser.SchemaMapping
-
- removeRuleAt(int) - Method in class xml.parser.SchemaMapping
-
- removeSafely() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- removeSafely(boolean) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- removeTags(Buffer) - Static method in class xml.XmlActions
-
- RenamedXmlTag - Class in xml.parser
-
an XMLTag for pretty sidekick tree.
- RenamedXmlTag(String, String, Position, Attributes) - Constructor for class xml.parser.RenamedXmlTag
-
- repaint() - Method in class xml.XmlListCellRenderer
-
Overridden for performance reasons.
- repaint(long, int, int, int, int) - Method in class xml.XmlListCellRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class xml.XmlListCellRenderer
-
Overridden for performance reasons.
- replaceSeparatedString(String, String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Replaces occurences of substring sub
with string
with
in specified string but only if substring is
delimited by non-alphanumeric characters.
- replaceString(String, String, String) - Static method in class sidekick.ecmascript.parser.Util
-
Replaces occurences of substring sub
with string
with
in specified string.
- required - Variable in class xml.completion.ElementDecl.AttributeDecl
-
- reset() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- RESOLUTION - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RESOLUTION - Static variable in interface sidekick.css.parser.CssParserConstants
-
- resolve(String, Buffer, int, XmlParsedData) - Method in class xml.hyperlinks.HTMLHyperlinkSource
-
resolve a potentially relative uri using HTML BASE element,
the buffer's URL, xml.Resolver.
- resolve(String, Buffer, int, XmlParsedData, XmlTag, boolean) - Method in class xml.hyperlinks.XMLHyperlinkSource
-
resolve a potentially relative uri using xml:base attributes,
the buffer's URL, xml.Resolver.
- resolve(Identifier, Input) - Method in class xml.translate.EntityResolverWrapper
-
- resolveAgainst - Variable in class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- resolveAgainstXMLBase - Variable in class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- resolveEntity(String, String, String, String) - Method in class xml.completion.CompletionInfoHandler
-
- resolveEntity(String, String) - Method in class xml.DTDGenerator
-
We ignore all references to external entities such as DOCTYPE declarations.
- resolveEntity(String, String, String, String) - Method in class xml.parser.SchemaAutoLoader
-
manually implement EntityResolver2 because XMLFilterImpl only
implements EntityResolver, and we need EntityResolver2 for Resolver
to work properly
- resolveEntity(String, String) - Method in class xml.Resolver
-
implements SAX1 EntityResolver
- resolveEntity(String, String, String, String) - Method in class xml.Resolver
-
- resolveEntityToPath(String, String, String, String) - Method in class xml.Resolver
-
- resolveEntityToPathInternal(String, String, String, String) - Method in class xml.Resolver
-
systemId may be modified, for instance if resolving docbookx.dtd,
the systemId will be the full jeditresource:XML.jar!.../docbookx.dtd
- Resolver - Class in xml
-
Resolver grabs and caches DTDs and xml schemas.
- Resolver.Entry - Class in xml
-
- Resolver.VFSUpdateHandler - Class in xml
-
Reloads all catalog files when the user changes one of it on disk.
- resolveResource(String, String, String, String, String) - Method in class xml.Resolver
-
- resolveTypeId(String) - Method in class xml.parser.SchemaMapping
-
- resolveWebURL(String, String, Map) - Static method in class sidekick.ecmascript.parser.Util
-
Resolves the specified url path to a file on the local file system.
- resourceExists(URI) - Static method in class xml.parser.SchemaMapping
-
try to use the VFS to detect if a resource exists
- Result(URI, String) - Constructor for class xml.parser.SchemaMapping.Result
-
- retrieveGrammar(XMLGrammarDescription) - Method in class xml.parser.CachedGrammarPool
-
This method requests that the application retrieve a grammar
corresponding to the given GrammarIdentifier from its cache.
- retrieveInitialGrammarSet(String) - Method in class xml.parser.CachedGrammarPool
-
retrieve the initial known set of grammars.
- RETURN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ReturnStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- rgb() - Method in class sidekick.css.parser.CSS2Parser
-
- RGB - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- rightMargin - Variable in class sidekick.html.parser.html.HtmlFormatter
-
- rngSchemaToCompletionInfo(String, String, ErrorHandler, Buffer) - Static method in class xml.parser.SchemaToCompletion
-
- rootNode() - Method in class sidekick.ecmascript.parser.JJTEcmaScriptState
-
- RPARAN - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- RPARAN - Static variable in interface sidekick.css.parser.CssParserConstants
-
- RPAREN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- RROUND - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- RSHIFT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- RSIGNEDSHIFTASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- RSQUARE - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- RSQUARE - Static variable in class sidekick.json.parser.JSONLexer
-
- RSQUARE() - Method in class sidekick.json.parser.JSONParser.ArrayContext
-
- RSQUARE - Static variable in class sidekick.json.parser.JSONParser
-
- RULE_array - Static variable in class sidekick.json.parser.JSONParser
-
- RULE_json - Static variable in class sidekick.json.parser.JSONParser
-
- RULE_object - Static variable in class sidekick.json.parser.JSONParser
-
- RULE_pair - Static variable in class sidekick.json.parser.JSONParser
-
- RULE_value - Static variable in class sidekick.json.parser.JSONParser
-
- ruleNames - Static variable in class sidekick.json.parser.JSONLexer
-
- ruleNames - Static variable in class sidekick.json.parser.JSONParser
-
- ruleSet() - Method in class sidekick.css.parser.CSS3Parser
-
- RUNSHIFT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- RUNSIGNEDSHIFTASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- S - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- S - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- S - Static variable in interface sidekick.css.parser.CssParserConstants
-
- save() - Method in class xml.Resolver
-
- SC_AND - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SC_OR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SCHEMA_LOCATION - Static variable in class xml.parser.SchemaLoader
-
Property identifier: namespace-schema location pairs.
- SCHEMA_MAPPING_PROP - Static variable in class xml.SchemaMappingManager
-
- SCHEMA_NONS_LOCATION - Static variable in class xml.parser.SchemaLoader
-
Property identifier: no namespace schema location.
- SchemaAutoLoader - Class in xml.parser
-
XMLFilter inserting a Validator based upon rules defined in a SchemaMapping.
- SchemaAutoLoader(XMLReader, SchemaMapping, Buffer) - Constructor for class xml.parser.SchemaAutoLoader
-
- SchemaLoader - Class in xml.parser
-
Utility class to load a schema
- SchemaMapping - Class in xml.parser
-
keeps rules to map a schema to a given instance document.
- SchemaMapping() - Constructor for class xml.parser.SchemaMapping
-
empty mapping
- SchemaMapping(URI) - Constructor for class xml.parser.SchemaMapping
-
empty mapping
- SchemaMapping.DefaultRule - Class in xml.parser
-
always matches : not really useful for us, is it ?
- SchemaMapping.DoctypeRule - Class in xml.parser
-
doctype -> typeID or URL.
- SchemaMapping.DocumentElementRule - Class in xml.parser
-
prefix + localName -> typeId or URL
- SchemaMapping.IncludeMapping - Class in xml.parser
-
- SchemaMapping.Mapping - Class in xml.parser
-
- SchemaMapping.NamespaceRule - Class in xml.parser
-
namespace -> typeId or URL
- SchemaMapping.Result - Class in xml.parser
-
- SchemaMapping.TransformURI - Class in xml.parser
-
URI pattern -> related URL.
- SchemaMapping.TypeIdMapping - Class in xml.parser
-
models the typeId element in schemas.xml
- SchemaMapping.URIPatternRule - Class in xml.parser
-
URI pattern -> typeID or URL.
- SchemaMapping.URIResourceRule - Class in xml.parser
-
URI -> typeId or URL.
- SchemaMappingManager - Class in xml
-
- SchemaMappingManager.LoggingErrorHandler - Class in xml
-
logs errors and warnings to Activity Log and rethrow exception on error and fatalError to prevent
invalid documents to result in invalid SchemaMappings.
- SCHEMAS_FILE - Static variable in class xml.parser.SchemaMapping
-
default name of the file containing schema mapping rules
- SchemaToCompletion - Class in xml.parser
-
converts the RNG object model to a list of CompletionInfo
- SchemaToCompletion() - Constructor for class xml.parser.SchemaToCompletion
-
- Scope - Interface in sidekick.ecmascript.parser
-
Empty interface marks AST nodes as nodes defining javascript scope
boundaries.
- scopes - Variable in class sidekick.ecmascript.parser.EcmaScriptVisitorAdapter
-
- SCRIPT_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- ScriptBlock() - Method in class sidekick.html.parser.html.HtmlParser
-
- ScriptBlockContents() - Method in class sidekick.html.parser.html.HtmlParser
-
- selectBetweenTags(JEditTextArea) - Static method in class xml.XmlActions
-
Selects content of an element, can be called repeatedly
- selectElement(JEditTextArea) - Static method in class xml.XmlActions
-
Selects whole element, can be called repeatedly to select
parent element of selected element.
- selectMatch(TextArea) - Method in class xml.SideKickTagHighlight
-
Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
- selectMatch(TextArea) - Method in class xml.TagHighlight
-
Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
- selector() - Method in class sidekick.css.parser.CSS2Parser
-
- selector() - Method in class sidekick.css.parser.CSS3Parser
-
- selectorList() - Method in class sidekick.css.parser.CSS2Parser
-
- selectTag(JEditTextArea) - Static method in class xml.XmlActions
-
Selects tag at caret.
- SEMICOLON - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- SEMICOLON - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- SEMICOLON - Static variable in interface sidekick.css.parser.CssParserConstants
-
- SEMICOLON - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SEQ - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ServicesDatatypeLibraryFactory - Class in xml.parser
-
Loads relax-ng datatype libraries from jEdit services.
- ServicesDatatypeLibraryFactory() - Constructor for class xml.parser.ServicesDatatypeLibraryFactory
-
- setBeginToken(Token) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setBooleanValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setBuffer(Buffer) - Method in class sidekick.html.parser.html.HtmlTreeBuilder
-
- setChild(Node, int) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setColumnOffset(int) - Method in class sidekick.css.CSS2SideKickParser
-
If called by another parser to parse part of a file (for example, to parse
a style tag in an html document), this can be set to the offset of the
style tag so that the node locations can be set correctly.
- setCompletionInfo(String, CompletionInfo) - Method in class xml.XmlParsedData
-
entities are added to the noNamespaceCompletionInfo, so if a schema is used
on top of DTD, the entities are lost.
- setContent(String) - Method in class xml.completion.ElementDecl
-
- setDebugStream(PrintStream) - Method in class sidekick.css.parser.CSS2ParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class sidekick.css.parser.CSS3ParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class sidekick.css.parser.CssParserTokenManager
-
- setDebugStream(PrintStream) - Method in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class sidekick.html.parser.html.HtmlParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class xml.parser.javacc.XmlParserTokenManager
-
Set debug output.
- setDecimalValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setDefaultPath(String) - Method in class xml.parser.ErrorListErrorHandler
-
- setDocumentLocator(Locator) - Method in class xml.completion.CompletionInfoHandler
-
- setDocumentLocator(Locator) - Method in class xml.indent.IndentingTransformerImpl
-
- setDocumentLocator(Locator) - Method in class xml.parser.SchemaAutoLoader
-
capture the locator, in case we need to pass it to a schema
- setElements(List) - Method in class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- setElements(List) - Method in class xml.parser.javacc.XmlDocument.ElementSequence
-
- setEmpty(boolean) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- setEmpty(boolean) - Method in class xml.parser.javacc.XmlDocument.Tag
-
- setEnabled(boolean) - Method in class xml.gui.VFSFileList
-
- setEnabled(boolean) - Method in class xml.gui.VFSFileTextField
-
- setEncoding(String) - Method in class xml.translate.BuffersOutputDirectory
-
- setEndLocation(Location) - Method in class sidekick.css.parser.CSSNode
-
- setEndLocation(Location) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setEndLocation(int, int) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setEndLocation(Location) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setEndLocation(Location) - Method in class sidekick.json.parser.JSONNode
-
- setEndLocation(int, int) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setEndLocation(Location) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setEndPosition(Position) - Method in class sidekick.css.parser.CSSNode
-
- setEndPosition(Position) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setEndPosition(Position) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setEndPosition(Position) - Method in class sidekick.json.parser.JSONNode
-
- setEndPosition(Position) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setEndToken(Token) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setEnumeratedProperty(String, List<String>) - Static method in class xml.gui.PropertyUtil
-
Sets a series of property values whose keys are identical excepct for
a trailing "." and index.
- setErrorSource(DefaultErrorSource) - Method in class sidekick.html.parser.html.HtmlTreeBuilder
-
- setFile(String) - Method in class xml.gui.VFSFileTextField
-
- setFloatingPointValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setHexValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setHtmlValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setIcon(ImageIcon) - Method in class sidekick.json.parser.JSONNode
-
- setIndent(int) - Method in class sidekick.html.parser.html.HtmlFormatter
-
- setIndent(int) - Method in class xml.translate.BuffersOutputDirectory
-
- setInitialized(boolean) - Static method in class sidekick.css.CssSideKickCompletion
-
- setInserted(boolean) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setIsArray(boolean) - Method in class sidekick.json.parser.JSONNode
-
- setIsJspTag(boolean) - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- setIsNumberOrString(boolean) - Method in class sidekick.json.parser.JSONNode
-
- setIsObject(boolean) - Method in class sidekick.json.parser.JSONNode
-
- setIsPair(boolean) - Method in class sidekick.json.parser.JSONNode
-
- setItems(String[]) - Method in class xml.gui.VFSFileList
-
- setLineLength(int) - Method in class xml.translate.BuffersOutputDirectory
-
- setLineOffset(int) - Method in class sidekick.css.CSS2SideKickParser
-
If called by another parser to parse part of a file (for example, to parse
a style tag in an html document), this can be set to the offset of the
style tag so that the node locations can be set correctly.
- setLineOffset(int) - Method in class sidekick.css.parser.CSS2Parser
-
- setLineOffset(int) - Method in class sidekick.ecmascript.parser.EcmaScript
-
- setLineSeparator(String) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setLineSeparator(String) - Method in class sidekick.html.parser.html.HtmlFormatter
-
- setLineSeparator(String) - Method in class sidekick.html.parser.html.HtmlParser
-
- setLineSeparator(String) - Method in class xml.parser.javacc.XmlDocument
-
- setLineSeparator(String) - Method in class xml.parser.javacc.XmlParser
-
- setLocals(List) - Method in class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- setName(String) - Method in class sidekick.css.parser.CSSNode
-
- setName(String) - Method in class sidekick.ecmascript.parser.ASTIdentifier
-
- setNetworkMode(String) - Static method in class xml.Resolver
-
- setNewName(String) - Method in class xml.parser.RenamedXmlTag
-
- setNullValue() - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setOperator(int) - Method in class sidekick.ecmascript.parser.ASTOperator
-
- setOutput(File) - Method in class xml.completion.AntCompleteTask
-
The output file.
- setProprietaryAsError(boolean) - Method in class sidekick.css.parser.CSS2Parser
-
- setProprietaryAsError(boolean) - Method in class sidekick.css.parser.CSS3Parser
-
If set to true, then a warning will be generated when proprietary
CSS markup is used.
- setRegexValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setResult(Result) - Method in class xml.indent.IndentingTransformerImpl
-
- setRightMargin(int) - Method in class sidekick.html.parser.html.HtmlFormatter
-
- setShortcut(String, String) - Static method in class xml.JEdit5Support
-
use the org.jedit.keymap API to set a shortcut programatically.
- setShowAll(boolean) - Method in class sidekick.html.parser.html.HtmlTreeBuilder
-
- setShowBrackets(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
Should the brackets, < and > be shown on the output of the toString
methods of the individual elements?
- setShowCoreAttributes(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setShowJspTags(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setShowLangAttributes(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setShowScriptAttributes(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setShowTagAttributes(boolean) - Method in class sidekick.html.parser.html.HtmlDocument
-
- setSortBy(int) - Method in class xml.XmlParsedData
-
- setSortDirection(boolean) - Method in class xml.XmlParsedData
-
- setStartLine(int) - Method in class sidekick.ecmascript.EcmaScriptSideKickParser
-
If called by another parser to parse part of a file (for example, to parse
a script tag in an html document), this can be set to the offset of the
script tag so that the node locations can be set correctly.
- setStartLocation(Location) - Method in class sidekick.css.parser.CSSNode
-
- setStartLocation(Location) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setStartLocation(int, int) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setStartLocation(Location) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setStartLocation(Location) - Method in class sidekick.json.parser.JSONNode
-
- setStartLocation(int, int) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setStartLocation(Location) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setStartPosition(Position) - Method in class sidekick.css.parser.CSSNode
-
- setStartPosition(Position) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- setStartPosition(Position) - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- setStartPosition(Position) - Method in class sidekick.json.parser.JSONNode
-
- setStartPosition(Position) - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- setStringValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setSystemId(String) - Method in class xml.indent.IndentingTransformerImpl
-
- setTabSize(int) - Method in class sidekick.css.parser.CSS2Parser
-
- setTabSize(int) - Method in class sidekick.css.parser.CSS3Parser
-
Set the tab size on the input stream.
- setTabSize(int) - Method in class sidekick.css.parser.SimpleCharStream
-
- setTabSize(int) - Method in class sidekick.ecmascript.parser.EcmaScript
-
- setTabSize(int) - Method in class sidekick.ecmascript.parser.JavaCharStream
-
- setTabSize(int) - Method in class sidekick.html.parser.html.HtmlParser
-
- setTabSize(int) - Method in class sidekick.html.parser.html.SimpleCharStream
-
- setTabSize(int) - Method in class xml.parser.javacc.SimpleCharStream
-
- setTabSize(int) - Method in class xml.parser.javacc.XmlParser
-
- setUnquotedStringValue(String) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setUsingCache(boolean) - Static method in class xml.Resolver
-
- setValue(Object) - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- setValueStartLocation(int, int) - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- setValueStartLocation(Location) - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- setValueStartLocation(int, int) - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- setValueStartLocation(Location) - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- setVisible(boolean) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- ShiftExpression() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- ShiftOperator() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- showAll - Static variable in class sidekick.css.CSS2SideKickParser
-
- showAll - Static variable in class sidekick.ecmascript.EcmaScriptSideKickParser
-
- showAll - Static variable in class sidekick.html.HtmlParser
-
- showAll - Static variable in class sidekick.json.JsonParser
-
- showEditTagDialog(View) - Static method in class xml.XmlActions
-
- showEditTagDialog(View, String, ElementDecl, Selection, NamespaceBindings, NamespaceBindings, boolean) - Static method in class xml.XmlActions
-
show EditTagDialog in order to insert open and close tags or edit current tag
- sidekick.css - package sidekick.css
-
- sidekick.css.parser - package sidekick.css.parser
-
- sidekick.ecmascript - package sidekick.ecmascript
-
- sidekick.ecmascript.options - package sidekick.ecmascript.options
-
- sidekick.ecmascript.parser - package sidekick.ecmascript.parser
-
- sidekick.html - package sidekick.html
-
- sidekick.html.parser.html - package sidekick.html.parser.html
-
- sidekick.javascript - package sidekick.javascript
-
- sidekick.json - package sidekick.json
-
- sidekick.json.parser - package sidekick.json.parser
-
- SideKickErrorListener - Class in sidekick.json.parser
-
- SideKickErrorListener() - Constructor for class sidekick.json.parser.SideKickErrorListener
-
- SideKickTagHighlight - Class in xml
-
StructureMatcher finding the matching tag (open/close).
- SideKickTagHighlight() - Constructor for class xml.SideKickTagHighlight
-
- simple_selector() - Method in class sidekick.css.parser.CSS3Parser
-
- SimpleCharStream - Class in sidekick.css.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class sidekick.css.parser.SimpleCharStream
-
- SimpleCharStream - Class in sidekick.html.parser.html
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream, String) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class sidekick.html.parser.html.SimpleCharStream
-
- SimpleCharStream - Class in xml.parser.javacc
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class xml.parser.javacc.SimpleCharStream
-
Constructor.
- SimpleNode - Class in sidekick.ecmascript.parser
-
- SimpleNode(int) - Constructor for class sidekick.ecmascript.parser.SimpleNode
-
- SimpleNode(EcmaScript, int) - Constructor for class sidekick.ecmascript.parser.SimpleNode
-
- simpleSelector() - Method in class sidekick.css.parser.CSS2Parser
-
- SINGLE_ESCAPE_CHARACTER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SINGLE_LINE_COMMENT - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SINGLE_STRING_CHARACTER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SINGLE_STRING_CHARACTERS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- size() - Method in class sidekick.html.parser.html.HtmlDocument.ElementSequence
-
- size() - Method in class xml.parser.javacc.XmlDocument.ElementSequence
-
- skippedEntity(String) - Method in class xml.indent.IndentingTransformerImpl
-
- SLASH - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- SLASH - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SLASHASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SNEQ - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- sort(View) - Method in class xml.XmlParsedData
-
- SORT_BY_LINE - Static variable in class sidekick.css.CSSModeToolBar
-
- SORT_BY_LINE - Static variable in class xml.XmlParsedData
-
- SORT_BY_NAME - Static variable in class sidekick.css.CSSModeToolBar
-
- SORT_BY_NAME - Static variable in class xml.XmlParsedData
-
- SORT_BY_TYPE - Static variable in class xml.XmlParsedData
-
- sortAttributes() - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- sortAttributes() - Method in class xml.parser.javacc.XmlDocument.Tag
-
- sortDown - Static variable in class xml.XmlParsedData
-
- SourceElement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- SourceElements() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- SP - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SPECIAL_URL_PROP - Static variable in class sidekick.css.CssSideKickCompletion
-
- specialConstructor - Variable in exception sidekick.css.parser.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialConstructor - Variable in exception sidekick.ecmascript.parser.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialConstructor - Variable in exception sidekick.html.parser.html.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class sidekick.css.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class sidekick.ecmascript.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class sidekick.html.parser.html.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class xml.parser.javacc.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(View) - Static method in class xml.XmlActions
-
If inside a tag, calls splitTagAtCaret.
- splitTag(TagParser.Tag, JEditTextArea, CharSequence) - Static method in class xml.XmlActions
-
Splits tag at caret, so that attributes are on separate lines.
- STAR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- STARASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- start() - Method in class sidekick.html.parser.html.HtmlFormatter
-
- start() - Method in class sidekick.html.parser.html.HtmlScrubber
-
- start() - Method in class sidekick.html.parser.html.HtmlTreeBuilder
-
- start() - Method in class sidekick.html.parser.html.HtmlVisitor
-
- start() - Method in class xml.cache.Cache
-
add to EditBus
- start - Variable in class xml.hyperlinks.HTMLHyperlinkSource.IsHyperLink
-
- start() - Method in class xml.indent.XmlIndenterPlugin
-
- start - Variable in class xml.parser.javacc.TagParser.Attr
-
Attribute's start
- start() - Method in class xml.parser.javacc.XmlScrubber
-
- start() - Method in class xml.parser.javacc.XmlVisitor
-
- start() - Method in class xml.parser.ServicesDatatypeLibraryFactory
-
add to EditBus
- start - Variable in class xml.parser.TagParser.Attr
-
Attribute's start
- start() - Method in class xml.XmlPlugin
-
- startCDATA() - Method in class xml.indent.IndentingTransformerImpl
-
- startDocument() - Method in class xml.indent.IndentingTransformerImpl
-
- startDTD(String, String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- startElement(String, String, String, Attributes) - Method in class xml.completion.CompletionInfoHandler
-
- startElement(String, String, String, Attributes) - Method in class xml.DTDGenerator
-
Handle the start of an element.
- startElement(String, String, String, Attributes) - Method in class xml.indent.IndentingTransformer
-
- startElement(String, String, String, Attributes) - Method in class xml.indent.IndentingTransformerImpl
-
- startElement(String, String, String, Attributes) - Method in class xml.parser.SchemaAutoLoader
-
if this is the root element, try to find a matching schema,
instantiate it and insert it in the parsing chain.
- startEntity(String) - Method in class xml.indent.IndentingTransformerImpl
-
- startPrefixMapping(String, String) - Method in class xml.indent.IndentingTransformerImpl
-
- startPrefixMapping(String, String) - Method in class xml.parser.SchemaAutoLoader
-
- startTag - Variable in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- startTag - Variable in class xml.parser.javacc.XmlDocument.TagBlock
-
- Statement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- StatementList() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- staticFlag - Static variable in class sidekick.css.parser.SimpleCharStream
-
- staticFlag - Static variable in class sidekick.ecmascript.parser.JavaCharStream
-
- staticFlag - Static variable in class sidekick.html.parser.html.SimpleCharStream
-
- staticFlag - Static variable in class xml.parser.javacc.SimpleCharStream
-
Whether parser is static.
- stop() - Method in class xml.cache.Cache
-
clear, remove from EditBus, forget singleton
- stop() - Method in class xml.parser.ServicesDatatypeLibraryFactory
-
clear, remove from EditBus, forget singleton
- stop() - Method in class xml.parser.XmlParser
-
Stops the parse request currently in progress.
- stop() - Static method in class xml.translate.TrangTranslator
-
- stop() - Method in class xml.XmlPlugin
-
- STRING - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- STRING - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- STRING - Static variable in interface sidekick.css.parser.CssParserConstants
-
- STRING - Static variable in class sidekick.json.parser.JSONLexer
-
- STRING() - Method in class sidekick.json.parser.JSONParser.PairContext
-
- STRING - Static variable in class sidekick.json.parser.JSONParser
-
- STRING() - Method in class sidekick.json.parser.JSONParser.ValueContext
-
- STRING1 - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- STRING1 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- STRING1 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- STRING2 - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- STRING2 - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- STRING2 - Static variable in interface sidekick.css.parser.CssParserConstants
-
- STRING_LITERAL - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- STRIP_ALL - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- STRIP_COMMENTS - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- STRIP_NEWLINES - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- STRIP_QUOTES - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- STRIP_QUOTES - Static variable in class xml.parser.javacc.XmlScrubber
-
- STRIP_WHITESPACE - Static variable in class sidekick.ecmascript.parser.PrettyPrinter
-
- STYLE_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- STYLE_IDENTIFIER - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- StyleBlock() - Method in class sidekick.html.parser.html.HtmlParser
-
- StyleBlockContents() - Method in class sidekick.html.parser.html.HtmlParser
-
- styleDeclaration() - Method in class sidekick.css.parser.CSS2Parser
-
- styleRule() - Method in class sidekick.css.parser.CSS2Parser
-
- styleSheet() - Method in class sidekick.css.parser.CSS2Parser
-
- styleSheet() - Method in class sidekick.css.parser.CSS3Parser
-
The main entry for the parser.
- styleSheetRuleList() - Method in class sidekick.css.parser.CSS2Parser
-
- styleSheetRuleSingle() - Method in class sidekick.css.parser.CSS2Parser
-
- SUBSTRINGMATCH - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- SUBSTRINGMATCH - Static variable in interface sidekick.css.parser.CssParserConstants
-
- SUFFIXMATCH - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- SUFFIXMATCH - Static variable in interface sidekick.css.parser.CssParserConstants
-
- SUPER - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- supportsCompletion() - Method in class sidekick.css.CSS2SideKickParser
-
- supportsCompletion() - Method in class sidekick.css.CssSideKickParser
-
Deprecated.
- supportsCompletion() - Method in class xml.parser.XmlParser
-
- SWITCH - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- SwitchStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- SwitchTo(int) - Method in class sidekick.css.parser.CSS2ParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class sidekick.css.parser.CSS3ParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class sidekick.css.parser.CssParserTokenManager
-
- SwitchTo(int) - Method in class sidekick.ecmascript.parser.EcmaScriptTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class sidekick.html.parser.html.HtmlParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class xml.parser.javacc.XmlParserTokenManager
-
Switch to specified lex state.
- SYMBOL_TABLE - Static variable in class xml.parser.SchemaLoader
-
Property identifier: symbol table.
- syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - Method in class sidekick.json.parser.SideKickErrorListener
-
- SYSTEM - Static variable in class xml.Resolver.Entry
-
- systemId - Variable in class xml.completion.EntityDecl
-
- T__0 - Static variable in class sidekick.json.parser.JSONLexer
-
- T__0 - Static variable in class sidekick.json.parser.JSONParser
-
- T__1 - Static variable in class sidekick.json.parser.JSONLexer
-
- T__1 - Static variable in class sidekick.json.parser.JSONParser
-
- T_END_TAG - Static variable in class xml.parser.javacc.TagParser
-
- T_END_TAG - Static variable in class xml.parser.TagParser
-
- T_STANDALONE_TAG - Static variable in class xml.parser.javacc.TagParser
-
- T_STANDALONE_TAG - Static variable in class xml.parser.TagParser
-
- T_START_TAG - Static variable in class xml.parser.javacc.TagParser
-
- T_START_TAG - Static variable in class xml.parser.TagParser
-
- TAB - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- tabSize - Variable in class sidekick.css.parser.SimpleCharStream
-
- tabSize - Variable in class sidekick.ecmascript.parser.JavaCharStream
-
- tabSize - Variable in class sidekick.html.parser.html.SimpleCharStream
-
- tabSize - Variable in class xml.parser.javacc.SimpleCharStream
-
- Tag() - Constructor for class sidekick.ecmascript.parser.Comment.Tag
-
- Tag(String, HtmlDocument.AttributeList) - Constructor for class sidekick.html.parser.html.HtmlDocument.Tag
-
- Tag(String, String, HtmlDocument.AttributeList, String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Tag
-
- Tag() - Method in class sidekick.html.parser.html.HtmlParser
-
- Tag(int, int) - Constructor for class xml.parser.javacc.TagParser.Tag
-
- tag - Variable in class xml.parser.javacc.TagParser.Tag
-
Element name
- Tag(String, XmlDocument.AttributeList) - Constructor for class xml.parser.javacc.XmlDocument.Tag
-
- Tag(String, String, XmlDocument.AttributeList, String) - Constructor for class xml.parser.javacc.XmlDocument.Tag
-
- Tag() - Method in class xml.parser.javacc.XmlParser
-
- tag - Variable in class xml.parser.TagParser.Tag
-
Element name
- TAG_END - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TAG_END - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- TAG_NAME - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TAG_NAME - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- TAG_SCRIPT - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TAG_SLASHEND - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TAG_SLASHEND - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- TAG_START - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TAG_START - Static variable in interface xml.parser.javacc.XmlParserConstants
-
RegularExpression Id.
- TAG_STYLE - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
RegularExpression Id.
- TagBlock(HtmlDocument.Tag, HtmlDocument.ElementSequence, HtmlDocument.EndTag) - Constructor for class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- TagBlock(String, HtmlDocument.AttributeList, HtmlDocument.ElementSequence) - Constructor for class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- TagBlock(XmlDocument.Tag, XmlDocument.ElementSequence, XmlDocument.EndTag) - Constructor for class xml.parser.javacc.XmlDocument.TagBlock
-
- TagBlock(String, XmlDocument.AttributeList, XmlDocument.ElementSequence) - Constructor for class xml.parser.javacc.XmlDocument.TagBlock
-
- tagEnd - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- tagEnd - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- TagHighlight - Class in xml
-
StructureMatcher finding the matching tag (open/close).
- TagHighlight() - Constructor for class xml.TagHighlight
-
- tagName - Variable in class sidekick.html.parser.html.HtmlDocument.EndTag
-
- tagName - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- tagName - Variable in class xml.parser.javacc.XmlDocument.EndTag
-
- tagName - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- TagParser - Class in xml.parser.javacc
-
- TagParser() - Constructor for class xml.parser.javacc.TagParser
-
- TagParser - Class in xml.parser
-
- TagParser() - Constructor for class xml.parser.TagParser
-
- TagParser.Attr - Class in xml.parser.javacc
-
- TagParser.Attr - Class in xml.parser
-
- TagParser.Tag - Class in xml.parser.javacc
-
- TagParser.Tag - Class in xml.parser
-
- TAGS_DOWNCASE - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- TAGS_DOWNCASE - Static variable in class xml.parser.javacc.XmlScrubber
-
- TAGS_UPCASE - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- TAGS_UPCASE - Static variable in class xml.parser.javacc.XmlScrubber
-
- tagsIndentBlock - Static variable in class sidekick.html.parser.html.HtmlFormatter
-
- tagsNewlineBefore - Static variable in class sidekick.html.parser.html.HtmlFormatter
-
- tagsPreformatted - Static variable in class sidekick.html.parser.html.HtmlFormatter
-
- tagStack - Variable in class sidekick.html.parser.html.HtmlCollector
-
- tagStack - Variable in class xml.parser.javacc.XmlCollector
-
- tagStart - Variable in class sidekick.html.parser.html.HtmlDocument.Tag
-
- tagStart - Variable in class xml.parser.javacc.XmlDocument.Tag
-
- tagsTryMatch - Static variable in class sidekick.html.parser.html.HtmlFormatter
-
- target - Variable in class xml.parser.SchemaMapping.Result
-
- TemplatesManager - Class in xml
-
install templates bundled with XMLPlugin into the relevant directory
and tell Templates plugin to refresh the list.
- TemplatesManager() - Constructor for class xml.TemplatesManager
-
- term() - Method in class sidekick.css.parser.CSS2Parser
-
- term() - Method in class sidekick.css.parser.CSS3Parser
-
- Text(String) - Constructor for class sidekick.html.parser.html.HtmlDocument.Text
-
- text - Variable in class sidekick.html.parser.html.HtmlDocument.Text
-
- Text(String) - Constructor for class xml.parser.javacc.XmlDocument.Text
-
- text - Variable in class xml.parser.javacc.XmlDocument.Text
-
- THIS - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- THROW - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- ThrowStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- TILDE - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- TILDE - Static variable in interface sidekick.css.parser.CssParserConstants
-
- TILDE - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- TIME - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
RegularExpression Id.
- TIME - Static variable in interface sidekick.css.parser.CssParserConstants
-
- TIME_MS - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- TIME_S - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
RegularExpression Id.
- TldXmlParsedData - Class in xml
-
Special version of XmlParsedData for tld files.
- TldXmlParsedData(String, boolean) - Constructor for class xml.TldXmlParsedData
-
- TldXmlTag - Class in xml.parser
-
- TldXmlTag(String, String, Position, Attributes) - Constructor for class xml.parser.TldXmlTag
-
- toDocument(String) - Method in class xml.parser.SchemaMapping
-
serialize to an XML document
- toggleSplitAttributes(View) - Static method in class xml.indent.XmlIndenterPlugin
-
- token - Variable in class sidekick.css.parser.CSS2Parser
-
Current token.
- token - Variable in class sidekick.css.parser.CSS3Parser
-
Current token.
- Token - Class in sidekick.css.parser
-
Describes the input token stream.
- Token() - Constructor for class sidekick.css.parser.Token
-
- token - Variable in class sidekick.ecmascript.parser.EcmaScript
-
Current token.
- Token - Class in sidekick.ecmascript.parser
-
Describes the input token stream.
- Token() - Constructor for class sidekick.ecmascript.parser.Token
-
- token - Variable in class sidekick.html.parser.html.HtmlParser
-
Current token.
- Token - Class in sidekick.html.parser.html
-
Describes the input token stream.
- Token() - Constructor for class sidekick.html.parser.html.Token
-
- Token - Class in xml.parser.javacc
-
Describes the input token stream.
- Token() - Constructor for class xml.parser.javacc.Token
-
No-argument constructor
- Token(int) - Constructor for class xml.parser.javacc.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class xml.parser.javacc.Token
-
Constructs a new token for the specified Image and Kind.
- token - Variable in class xml.parser.javacc.XmlParser
-
Current token.
- token_source - Variable in class sidekick.css.parser.CSS2Parser
-
Generated Token Manager.
- token_source - Variable in class sidekick.css.parser.CSS3Parser
-
Generated Token Manager.
- token_source - Variable in class sidekick.ecmascript.parser.EcmaScript
-
Generated Token Manager.
- token_source - Variable in class sidekick.html.parser.html.HtmlParser
-
Generated Token Manager.
- token_source - Variable in class xml.parser.javacc.XmlParser
-
Generated Token Manager.
- tokenImage - Static variable in interface sidekick.css.parser.CSS2ParserConstants
-
Literal token values.
- tokenImage - Static variable in interface sidekick.css.parser.CSS3ParserConstants
-
Literal token values.
- tokenImage - Static variable in interface sidekick.css.parser.CssParserConstants
-
- tokenImage - Variable in exception sidekick.css.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Variable in class sidekick.ecmascript.parser.ASTLiteral
-
- tokenImage - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
Literal token values.
- tokenImage - Variable in exception sidekick.ecmascript.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface sidekick.html.parser.html.HtmlParserConstants
-
Literal token values.
- tokenImage - Variable in exception sidekick.html.parser.html.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Variable in exception xml.parser.javacc.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface xml.parser.javacc.XmlParserConstants
-
Literal token values.
- tokenizeCommaSepString(String) - Static method in class sidekick.ecmascript.parser.Util
-
Creates an array of strings from a string of comma-separated string
tokens.
- TokenMgrError - Error in sidekick.css.parser
-
- TokenMgrError() - Constructor for error sidekick.css.parser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error sidekick.css.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error sidekick.css.parser.TokenMgrError
-
- TokenMgrError - Error in sidekick.ecmascript.parser
-
- TokenMgrError() - Constructor for error sidekick.ecmascript.parser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error sidekick.ecmascript.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error sidekick.ecmascript.parser.TokenMgrError
-
- TokenMgrError - Error in sidekick.html.parser.html
-
- TokenMgrError() - Constructor for error sidekick.html.parser.html.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error sidekick.html.parser.html.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error sidekick.html.parser.html.TokenMgrError
-
- TokenMgrError - Error in xml.parser.javacc
-
Token Manager Error.
- TokenMgrError() - Constructor for error xml.parser.javacc.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error xml.parser.javacc.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error xml.parser.javacc.TokenMgrError
-
Full Constructor.
- tokenNames - Static variable in class sidekick.json.parser.JSONLexer
-
- tokenNames - Static variable in class sidekick.json.parser.JSONParser
-
- toLongString() - Method in class sidekick.html.parser.html.HtmlDocument.HtmlElement
-
- toLongString() - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- toLongString() - Method in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- toLongString() - Method in class xml.parser.javacc.XmlDocument.Tag
-
- toLongString() - Method in class xml.parser.javacc.XmlDocument.TagBlock
-
- toLongString() - Method in class xml.parser.javacc.XmlDocument.XmlElement
-
- toString() - Method in class sidekick.css.parser.CSSNode
-
- toString() - Method in class sidekick.css.parser.Token
-
Returns the image.
- toString() - Method in class sidekick.ecmascript.parser.ASTExpressionStatement
-
- toString() - Method in class sidekick.ecmascript.parser.ASTFunctionDeclaration
-
- toString() - Method in class sidekick.ecmascript.parser.ASTIdentifier
-
- toString() - Method in class sidekick.ecmascript.parser.ASTLiteral
-
- toString() - Method in class sidekick.ecmascript.parser.ASTLiteralField
-
- toString() - Method in class sidekick.ecmascript.parser.ASTOperator
-
- toString() - Method in class sidekick.ecmascript.parser.ASTVariableStatement
-
- toString() - Method in class sidekick.ecmascript.parser.Comment.Tag
-
- toString() - Method in class sidekick.ecmascript.parser.Comment
-
- toString() - Method in class sidekick.ecmascript.parser.SimpleNode
-
- toString(String) - Method in class sidekick.ecmascript.parser.SimpleNode
-
- toString() - Method in class sidekick.ecmascript.parser.Token
-
Returns the image.
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Annotation
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Attribute
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Comment
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.EndTag
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.JspComment
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Newline
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Tag
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.TagBlock
-
- toString() - Method in class sidekick.html.parser.html.HtmlDocument.Text
-
- toString() - Method in class sidekick.html.parser.html.HtmlFormatter
-
- toString() - Method in class sidekick.html.parser.html.Token
-
Returns the image.
- toString() - Method in class sidekick.json.parser.JSONNode
-
- toString() - Method in class xml.cache.CacheEntry
-
- toString() - Method in class xml.completion.CompletionInfo
-
- toString() - Method in class xml.completion.ElementDecl.AttributeDecl
-
- toString() - Method in class xml.completion.ElementDecl
-
- toString() - Method in class xml.completion.EntityDecl
-
- toString() - Method in class xml.completion.IDDecl
-
- toString() - Method in class xml.hyperlinks.jEditOpenFileAndGotoHyperlink
-
- toString() - Method in class xml.parser.javacc.TagParser.Attr
-
- toString() - Method in class xml.parser.javacc.TagParser.Tag
-
- toString() - Method in class xml.parser.javacc.Token
-
Returns the image.
- toString() - Method in class xml.parser.javacc.XmlDocument.Annotation
-
- toString() - Method in class xml.parser.javacc.XmlDocument.Attribute
-
- toString() - Method in class xml.parser.javacc.XmlDocument.Comment
-
- toString() - Method in class xml.parser.javacc.XmlDocument.EndTag
-
- toString() - Method in class xml.parser.javacc.XmlDocument.Newline
-
- toString() - Method in class xml.parser.javacc.XmlDocument.Tag
-
- toString() - Method in class xml.parser.javacc.XmlDocument.TagBlock
-
- toString() - Method in class xml.parser.javacc.XmlDocument.Text
-
- toString() - Method in class xml.parser.SchemaMapping.DefaultRule
-
- toString() - Method in class xml.parser.SchemaMapping.DoctypeRule
-
- toString() - Method in class xml.parser.SchemaMapping.DocumentElementRule
-
- toString() - Method in class xml.parser.SchemaMapping.IncludeMapping
-
- toString() - Method in class xml.parser.SchemaMapping.NamespaceRule
-
- toString() - Method in class xml.parser.SchemaMapping.Result
-
- toString() - Method in class xml.parser.SchemaMapping.TransformURI
-
- toString() - Method in class xml.parser.SchemaMapping.TypeIdMapping
-
- toString() - Method in class xml.parser.SchemaMapping.URIPatternRule
-
- toString() - Method in class xml.parser.SchemaMapping.URIResourceRule
-
xml serialization
- toString() - Method in class xml.parser.TagParser.Attr
-
- toString() - Method in class xml.parser.TagParser.Tag
-
- toString() - Method in class xml.parser.XmlTag
-
- toString() - Method in class xml.Resolver.Entry
-
- TrangGUI - Class in xml.translate
-
graphical front-end to Trang operations.
- TrangGUI(View, Buffer) - Constructor for class xml.translate.TrangGUI
-
- TrangTranslator - Class in xml.translate
-
- TrangTranslator() - Constructor for class xml.translate.TrangTranslator
-
- transactionComplete(JEditBuffer) - Method in class xml.cache.Cache
-
invalidate cache entries corresponding to (not requested by) this buffer
- transferSpecial(Token, Token) - Static method in class sidekick.ecmascript.parser.SimpleNode
-
- TransformURI(URI, String, String) - Constructor for class xml.parser.SchemaMapping.TransformURI
-
- translate(View, String, List<String>, List<String>, String, String, List<String>) - Static method in class xml.translate.TrangTranslator
-
- translateCurrentBuffer(View, Buffer, String) - Static method in class xml.translate.TrangTranslator
-
- TRIM_SPACES - Static variable in class sidekick.html.parser.html.HtmlScrubber
-
- TRIM_SPACES - Static variable in class xml.parser.javacc.XmlScrubber
-
- TRY - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- TryStatement() - Method in class sidekick.ecmascript.parser.EcmaScript
-
- type - Variable in class xml.completion.ElementDecl.AttributeDecl
-
- type - Variable in class xml.completion.EntityDecl
-
- type - Variable in class xml.parser.javacc.TagParser.Tag
-
- type - Variable in class xml.parser.TagParser.Tag
-
- type - Variable in class xml.Resolver.Entry
-
- TYPEOF - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- XercesParserImpl - Class in xml.parser
-
A SideKick XML parser that uses this under the covers:
reader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser");
- XercesParserImpl() - Constructor for class xml.parser.XercesParserImpl
-
- xml - package xml
-
- xml.cache - package xml.cache
-
- xml.completion - package xml.completion
-
- xml.gui - package xml.gui
-
- xml.hyperlinks - package xml.hyperlinks
-
- xml.indent - package xml.indent
-
- xml.options - package xml.options
-
- xml.parser - package xml.parser
-
- xml.parser.javacc - package xml.parser.javacc
-
- xml.translate - package xml.translate
-
- XmlActions - Class in xml
-
- XmlActions() - Constructor for class xml.XmlActions
-
- XmlBeautifier - Class in xml.indent
-
danson, Added to integrate with Beauty plugin.
- XmlBeautifier() - Constructor for class xml.indent.XmlBeautifier
-
- XmlCollector - Class in xml.parser.javacc
-
An XmlVisitor which modifies the structure of the document so that
begin tags are matched properly with end tags and placed in TagBlock
elements.
- XmlCollector() - Constructor for class xml.parser.javacc.XmlCollector
-
- XmlCompletion - Class in xml.completion
-
- XmlCompletion(View, List, NamespaceBindings, NamespaceBindings, String, XmlParsedData, String) - Constructor for class xml.completion.XmlCompletion
-
- XmlDebugDumper - Class in xml.parser.javacc
-
Simple XmlVisitor which dumps out the document to the specified
output stream.
- XmlDebugDumper(OutputStream) - Constructor for class xml.parser.javacc.XmlDebugDumper
-
- XmlDocument - Class in xml.parser.javacc
-
Represents an XML document as a sequence of elements.
- XmlDocument(XmlDocument.ElementSequence) - Constructor for class xml.parser.javacc.XmlDocument
-
- XmlDocument() - Method in class xml.parser.javacc.XmlParser
-
- XmlDocument.Annotation - Class in xml.parser.javacc
-
Annotations.
- XmlDocument.Attribute - Class in xml.parser.javacc
-
- XmlDocument.AttributeList - Class in xml.parser.javacc
-
- XmlDocument.Comment - Class in xml.parser.javacc
-
HTML comments.
- XmlDocument.ElementSequence - Class in xml.parser.javacc
-
A sequence of HTML elements.
- XmlDocument.EndTag - Class in xml.parser.javacc
-
Html end tag.
- XmlDocument.Newline - Class in xml.parser.javacc
-
End of line indicator.
- XmlDocument.Tag - Class in xml.parser.javacc
-
XML start tag.
- XmlDocument.TagBlock - Class in xml.parser.javacc
-
A tag block is a composite structure consisting of a start tag
a sequence of HTML elements, and a matching end tag.
- XmlDocument.Text - Class in xml.parser.javacc
-
Plain text.
- XmlDocument.XmlElement - Class in xml.parser.javacc
-
Abstract class for HTML elements.
- XmlDumper - Class in xml.parser.javacc
-
Simple XmlVisitor which dumps out the document to the specified
output stream.
- XmlDumper(OutputStream) - Constructor for class xml.parser.javacc.XmlDumper
-
- XmlDumper(OutputStream, String) - Constructor for class xml.parser.javacc.XmlDumper
-
- XmlElement() - Constructor for class xml.parser.javacc.XmlDocument.XmlElement
-
- XMLHyperlinkSource - Class in xml.hyperlinks
-
Provides hyperlinks from XML attributes.
- XMLHyperlinkSource() - Constructor for class xml.hyperlinks.XMLHyperlinkSource
-
- XmlIndenterPlugin - Class in xml.indent
-
EditPlugin implementation for the XML Indenter plugin.
- XmlIndenterPlugin() - Constructor for class xml.indent.XmlIndenterPlugin
-
- XmlInsert - Class in xml
-
- XmlInsert(View, boolean) - Constructor for class xml.XmlInsert
-
- XmlListCellRenderer - Class in xml
-
displays an icon corresponding to the kind of item and a preview for entities.
- XmlListCellRenderer() - Constructor for class xml.XmlListCellRenderer
-
- XmlListCellRenderer.CDATA - Class in xml
-
- XmlListCellRenderer.ClosingTag - Class in xml
-
- XmlListCellRenderer.Comment - Class in xml
-
- XmlListCellRenderer.WithLabel<Q> - Class in xml
-
store a completion with its label for preview
- xmlMatchTag(JEditTextArea) - Static method in class xml.XmlActions
-
- XmlModeToolBar - Class in xml.gui
-
This is a toolbar to be added to SideKick.
- XmlModeToolBar(View) - Constructor for class xml.gui.XmlModeToolBar
-
- XmlParsedData - Class in xml
-
Encapsulates the results of parsing a buffer, either using Xerces or the
Swing HTML parser.
- XmlParsedData(String, boolean) - Constructor for class xml.XmlParsedData
-
- XmlParser - Class in xml.parser.javacc
-
- XmlParser(Reader, int, int) - Constructor for class xml.parser.javacc.XmlParser
-
The line offset is used when the XML to be parsed is only part of a file,
- XmlParser(InputStream) - Constructor for class xml.parser.javacc.XmlParser
-
Constructor with InputStream.
- XmlParser(InputStream, String) - Constructor for class xml.parser.javacc.XmlParser
-
Constructor with InputStream and supplied encoding
- XmlParser(Reader) - Constructor for class xml.parser.javacc.XmlParser
-
Constructor.
- XmlParser(XmlParserTokenManager) - Constructor for class xml.parser.javacc.XmlParser
-
Constructor with generated Token Manager.
- XmlParser - Class in xml.parser
-
This is the common base class for both HTML and XML Parsers.
- XmlParser(String) - Constructor for class xml.parser.XmlParser
-
- XmlParserConstants - Interface in xml.parser.javacc
-
Token literal values and constants.
- XmlParserTokenManager - Class in xml.parser.javacc
-
Token Manager.
- XmlParserTokenManager(SimpleCharStream) - Constructor for class xml.parser.javacc.XmlParserTokenManager
-
Constructor.
- XmlParserTokenManager(SimpleCharStream, int) - Constructor for class xml.parser.javacc.XmlParserTokenManager
-
Constructor.
- XmlPlugin - Class in xml
-
- XmlPlugin() - Constructor for class xml.XmlPlugin
-
- XmlScrubber - Class in xml.parser.javacc
-
XmlScrubber is a Visitor which walks an XmlDocument and cleans it up.
- XmlScrubber() - Constructor for class xml.parser.javacc.XmlScrubber
-
Create an XmlScrubber with the default options (downcase tags and
tag attributes, strip out unnecessary quotes.)
- XmlScrubber(int) - Constructor for class xml.parser.javacc.XmlScrubber
-
Create an XmlScrubber with the desired set of options.
- XmlTag - Class in xml.parser
-
- XmlTag(String, String, Position, Attributes) - Constructor for class xml.parser.XmlTag
-
- XmlVisitor - Class in xml.parser.javacc
-
Abstract class implementing Visitor pattern for XmlDocument objects.
- XmlVisitor() - Constructor for class xml.parser.javacc.XmlVisitor
-
- XOR - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- XORASSIGN - Static variable in interface sidekick.ecmascript.parser.EcmaScriptConstants
-
RegularExpression Id.
- XSDDatatypeLibraryFactoryCreator - Class in xml.parser
-
- XSDDatatypeLibraryFactoryCreator() - Constructor for class xml.parser.XSDDatatypeLibraryFactoryCreator
-
- XsdElementDecl - Class in xml.completion
-
An extension to ElementDecl specific for w3c xsd schemas, that stores the entire
XSElementDeclaration for later reference.
- XsdElementDecl(XSElementDeclaration, CompletionInfo, String, String) - Constructor for class xml.completion.XsdElementDecl
-
- XSDSchemaToCompletion - Class in xml.parser
-
turns a Xerces XSD object model into CompletionInfo
- XSDSchemaToCompletion() - Constructor for class xml.parser.XSDSchemaToCompletion
-