| org.netbeans.editor.ext.ExtSyntaxSupport org.netbeans.editor.ext.html.HTMLSyntaxSupport
HTMLSyntaxSupport | public HTMLSyntaxSupport(BaseDocument doc)(Code) | | Creates new HTMLSyntaxSupport
|
dtdInvalidated | public void dtdInvalidated(InvalidateEvent evt)(Code) | | Reset our cached DTD if no longer valid.
|
getElementChain | public SyntaxElement getElementChain(int offset) throws BadLocationException(Code) | | Returns SyntaxElement instance for block of tokens, which is either
surrounding given offset, or is just after the offset.
Parameters: offset - offset in document where to search for SyntaxElement SyntaxElement surrounding or laying after the offset or null if there is no element there (end of document) |
getNextElement | public SyntaxElement getNextElement(int offset) throws BadLocationException(Code) | | Get the next element from given offset. Should only be called from
SyntaxElements obtained by getElementChain, or by getElementChain itself.
SyntaxElement startting at offset, or null, if EoD |
getPreviousElement | SyntaxElement getPreviousElement(int offset) throws BadLocationException(Code) | | The way how to get previous SyntaxElement in document. It is not intended
for direct usage, and thus is not public. Usually, it is called from
SyntaxElement's method getPrevious()
|
Methods inherited from org.netbeans.editor.ext.ExtSyntaxSupport | protected Map buildGlobalVariableMap(int offset)(Code)(Java Doc) protected Map buildLocalVariableMap(int offset)(Code)(Java Doc) public int checkCompletion(JTextComponent target, String typedText, boolean visible)(Code)(Java Doc) protected DeclarationTokenProcessor createDeclarationTokenProcessor(String varName, int startPos, int endPos)(Code)(Java Doc) protected VariableMapTokenProcessor createVariableMapTokenProcessor(int startPos, int endPos)(Code)(Java Doc) protected void documentModified(DocumentEvent evt)(Code)(Java Doc) public int findDeclarationPosition(String varName, int varPos)(Code)(Java Doc) public int findGlobalDeclarationPosition(String varName, int varPos)(Code)(Java Doc) public int findLocalDeclarationPosition(String varName, int varPos)(Code)(Java Doc) public int[] findMatchingBlock(int offset, boolean simpleSearch) throws BadLocationException(Code)(Java Doc) public Object findType(String varName, int varPos)(Code)(Java Doc) protected TokenID[] getBracketSkipTokens()(Code)(Java Doc) public int[] getCommentBlocks(int startPos, int endPos) throws BadLocationException(Code)(Java Doc) public TokenID[] getCommentTokens()(Code)(Java Doc) public int[] getFunctionBlock(int[] identifierBlock) throws BadLocationException(Code)(Java Doc) public int[] getFunctionBlock(int offset) throws BadLocationException(Code)(Java Doc) public Map getGlobalVariableMap(int offset)(Code)(Java Doc) public Map getLocalVariableMap(int offset)(Code)(Java Doc) protected BracketFinder getMatchingBracketFinder(char bracketChar)(Code)(Java Doc) protected int getMethodStartPosition(int offset)(Code)(Java Doc) public int getRowLastValidChar(int offset) throws BadLocationException(Code)(Java Doc) public TokenItem getTokenChain(int startOffset, int endOffset) throws BadLocationException(Code)(Java Doc) public TokenID getTokenID(int offset) throws BadLocationException(Code)(Java Doc) public boolean isCommentOrWhitespace(int startPos, int endPos) throws BadLocationException(Code)(Java Doc) public boolean isPrepared()(Code)(Java Doc) public boolean isRowValid(int offset) throws BadLocationException(Code)(Java Doc) public boolean isWhitespaceToken(TokenID tokenID, char[] buffer, int offset, int tokenLength)(Code)(Java Doc)
|
|
|