Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I K L M N O P Q R S T U V X

A

addChild(TreeObject) - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
addPositions(Node, IDocument, int) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
addPositions(Node, IDocument, TreeFolder, int) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
addTag(String, Point, Node, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLEditor.AddTagAction
 
attributeDecl(String, String, String, String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
atts - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.Element
 

B

beginSession(boolean) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 

C

CDATA_PARTITIONS - Static variable in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
CONTEXT_MENU_ID - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
CustomEntityManager - class com.port80.eclipse.xml.editors.CustomEntityManager.
 
CustomEntityManager() - Constructor for class com.port80.eclipse.xml.editors.CustomEntityManager
 
canDoCreateTag() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
canDoDeleteTag() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
canDoSelectTag() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
characters(char[], int, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
checkTagName(String, XDocument) - Method in class com.port80.eclipse.xml.editors.XMLEditor.AddTagAction
 
children - Variable in class com.port80.eclipse.xml.editors.TreeFolder
 
collapse2Action(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
collapseAllAction(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
com.port80.eclipse.xml.editors - package com.port80.eclipse.xml.editors
 
comment(char[], int, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
compare(Viewer, Object, Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage.NameSorter
 
computeIndent(String, int) - Static method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
Returns the indent of the given string.
contributeToActionBars() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
createActions() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
createControl(Composite) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
This is a callback that will allow us to create the viewer and initialize it.
createDocument(Object) - Method in class com.port80.eclipse.xml.editors.XMLDocumentProvider
 
createDocumentScanner() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.CustomXmlParserConfiguration
 
createEntityManager(XMLParserConfiguration) - Static method in class com.port80.eclipse.xml.editors.CustomEntityManager
 
createModel() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
createModel(boolean) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
crimsonParse(TextEditor, SourceViewer) - Static method in class com.port80.eclipse.xml.editors.Util
Parse a XML document using JAXP crimson XML parser.
customParse(TextEditor, SourceViewer, boolean) - Static method in class com.port80.eclipse.xml.editors.Util
Parse a XML document using a custom Xerces DOMBuilder.

D

DEBUG - Static variable in class com.port80.eclipse.xml.editors.Util
 
DEBUG - Static variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
DEBUG - Static variable in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
DEBUG - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
DOCTYPE - Static variable in class com.port80.eclipse.xml.editors.XMLTagRule
 
disableSyncSelection() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
dispose() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
dispose() - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
dispose() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
doEvaluate(ICharacterScanner) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Evaluates this rules without considering any column constraints.
doEvaluate(ICharacterScanner, boolean) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Evaluates this rules without considering any column constraints.
doubleClicked(ITextViewer) - Method in class com.port80.eclipse.xml.editors.XMLDoubleClickStrategy
 

E

END - Static variable in class com.port80.eclipse.xml.editors.XMLTagRule
 
ERROR - Static variable in class com.port80.eclipse.xml.editors.TreeObject
Status code.
ESCAPED_PARTITIONS - Static variable in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
Escaped partitions.
editorContextMenuAboutToShow(IMenuManager) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
elementDecl(String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitComment() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitEndElement(String, String, XMLFormatter.Element) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitIndent() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitIndent(int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitMultiLineElement(XMLFormatter.Element, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitPI(String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitSingleLineElement(XMLFormatter.Element, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitStartTag(XMLFormatter.Element, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitText() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
emitText(boolean, boolean, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
Wrap given text to the given linewidth.
emitText(StringBuffer, int, int, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
Emit the given range of text with line wrap.
enableSyncSelection() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
endCDATA() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
endDTD() - Method in interface com.port80.eclipse.xml.editors.XMLFormatter.CustomHandler
 
endDTD() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
endDocument() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
endElement(String, String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
endEntity(String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
endSequenceDetected(ICharacterScanner) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Returns whether the end sequence was detected.
error(String, Exception) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
errorMessage(String, Node) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
Return an error message for the given Java element.
evaluate(ICharacterScanner) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
 
evaluate(ICharacterScanner, boolean) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
 
expand2Action(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
expandAllAction(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
expandTree(TreeViewer) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
externalEntityDecl(String, String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 

F

FOLDER - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
fActionAbout - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionCollapse2 - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionCollapseAll - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionExpand2 - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionExpandAll - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionGoto - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionHeader - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionRefresh - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fActionSort - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fAutoIndentStrategy - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fBreaksOnEOL - Variable in class com.port80.eclipse.xml.editors.XMLTagRule
Indicates whether end of line termines the pattern
fBuilder - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fClipboard - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fColumn - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fColumn - Variable in class com.port80.eclipse.xml.editors.XMLTagRule
The pattern's column constrain
fConfig - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fConfig - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fConfig - Variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
fConfig - Variable in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
fDefaultShowLevel - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fDefaultToken - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
fDoubleClickStrategy - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fEditor - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fEditor - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fEditor - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fEditorViewer - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fElement - Variable in class com.port80.eclipse.xml.editors.TreeObject
 
fElementRule - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
fElementToken - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
fEndElementToken - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
fErrors - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fEscapeCharacter - Variable in class com.port80.eclipse.xml.editors.XMLTagRule
The pattern's escape character
fFormatter - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fFormattingStrategy - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fHandler - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fHandler - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.CustomDocumentScanner
 
fHandler - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.CustomXmlParserConfiguration
 
fHasInternalDTD - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.CustomDocumentScanner
 
fInTextOrder - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fInput - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fInput - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fInvisibleRoot - Variable in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
fKind - Variable in class com.port80.eclipse.xml.editors.TreeObject
 
fLine - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fLineSep - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fLineWidth - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fLocator - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fMessagePrefix - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fModel - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fOutlineAttributes - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fOutlinePage - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fPartListener - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fPositionUpdater - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fPreferences - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
fPreferences - Variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
fPrefs - Variable in class com.port80.eclipse.xml.editors.XMLEditor
 
fProvider - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fQuiet - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fResult - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fSelectionListeners - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fShowLevel - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fSorter - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fStatus - Variable in class com.port80.eclipse.xml.editors.TreeObject
 
fTab - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fTabWidth - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fTabWidth - Variable in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
fTagStack - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fText - Variable in class com.port80.eclipse.xml.editors.XMLDoubleClickStrategy
 
fText - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fToken - Variable in class com.port80.eclipse.xml.editors.XMLTagRule
The token to be returned on success
fTop - Variable in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
fViewer - Variable in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
fViewer - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
fViewer - Variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
fViewer - Variable in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
fViewer - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fillContextMenu(IMenuManager) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fillLocalPullDown(IMenuManager) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fillLocalToolBar(IToolBarManager) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
findElement(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
findElement(Object, TreeObject) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
Find object 'a' in the given 'subtree' base on comparison of its encasuplated element.
findElement(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
findElementAtOffset(int) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
findElementRange(int, int, Node, IDocument) - Static method in class com.port80.eclipse.xml.editors.Util
 
findEndOfDocType(Position, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLEditor.SelectTagAction
 
findMatchingOpenTagBefore(int, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
findNode(int, int, Node, IDocument) - Static method in class com.port80.eclipse.xml.editors.Util
 
findTarget - Variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
fireSelectionChanged(ISelection) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
Fires a selection changed event.
flushDTD() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
format(String, int, int[], String, boolean) - Method in class com.port80.eclipse.xml.editors.XMLFormatter
Format routine with custom SAXParser.
format(String, boolean, String, int[]) - Method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
formatterStarts(String) - Method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
formatterStops() - Method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 

G

getAdapter(Class) - Method in class com.port80.eclipse.xml.editors.TreeObject
 
getAdapter(Class) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
getAnnotationHover(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getAutoIndentStrategy(ISourceViewer, String) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getChild(int) - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
getChildren() - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
getChildren(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getClassLoader() - Method in class com.port80.eclipse.xml.editors.Util.CustomDomBuilder
 
getConfiguration() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
getConfiguredContentTypes(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getContentFormatter(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getControl() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getDoubleClickStrategy(ISourceViewer, String) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getEditor() - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getEditor() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getElement() - Method in class com.port80.eclipse.xml.editors.TreeObject
 
getElements(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getEndRange(Node, IDocument) - Static method in class com.port80.eclipse.xml.editors.Util
 
getErrors() - Method in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
getEscapedPartitions() - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
getImage() - Method in class com.port80.eclipse.xml.editors.TreeObject
 
getImage(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getInformationControlCreator(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getInput() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getLineDelimiterFor(IDocument) - Static method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
getLineWidth(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getModel() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
getNumChildren() - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
getParent() - Method in class com.port80.eclipse.xml.editors.TreeObject
 
getParent(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getPartitionManagingPositionCategories() - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
Returns the names of the document position categories used by the document partitioners created by this object to manage their partition information.
getPreferences() - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getPreformattedPartitions() - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
getPresentationReconciler(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getRange(IDocument, IXRange, int, int) - Static method in class com.port80.eclipse.xml.editors.Util
 
getRoot() - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getSelection() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getSuccessToken() - Method in class com.port80.eclipse.xml.editors.XMLTagRule
 
getTab(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getTabWidth(ISourceViewer) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getTagCount(IDocument, int, int, boolean) - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
Count number of open tags-close tags in the given range.
getText(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getTop() - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
getTreeViewer() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getViewer() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
getViewer() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
getXMLScanner() - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
getXMLTagScanner() - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
gotoAction() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 

H

handleError(DOMError) - Method in class com.port80.eclipse.xml.editors.Util.CustomErrorHandler
 
handlePreferenceStoreChanged(PropertyChangeEvent) - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
handlePreferenceStoreChanged(PropertyChangeEvent) - Method in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
hasChildren() - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
hasChildren(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
hasInternalDTD - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
hookContextMenu() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
hookDoubleClickAction() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
hookKeyListener() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
Temporary hack to do the incremental search.

I

ICONS - Static variable in class com.port80.eclipse.xml.editors.TreeObject
Icons for the item (without any java decoration).
ICON_ERROR - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
ICON_OPEN_FOLDER - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.AddTagAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.CompactFormatAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.DeleteTagAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.FormatAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.SelectTagAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLEditor.ValidateAction
 
ID - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
ignorableWhitespace(char[], int, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
init(IPageSite) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
initBackground() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
initFont() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
initOutlinePreferences() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
initPreferences() - Method in class com.port80.eclipse.xml.editors.XMLFormattingStrategy
 
initializeEditor() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
inputChanged(Viewer, Object, Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
internalEntityDecl(String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
isCData - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
Flag to ignore SAX ContentHandler calls when content is handled by LexicalHandler (eg.
isCompact - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
isDeclaredEntity(String) - Method in class com.port80.eclipse.xml.editors.CustomEntityManager
 
isDocType - Variable in class com.port80.eclipse.xml.editors.XMLTagRule
 
isDocType(ICharacterScanner) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
 
isElement - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
isEmitted - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.Element
 
isEmpty - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
isEndElement - Variable in class com.port80.eclipse.xml.editors.XMLTagScanner
 
isIgnore - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
Flag to ignore SAX ContentHandler calls when content is handled by LexicalHandler (eg.
isInsideEscapedPartitions(int, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
isInsidePreformattedPartitions(int, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
isNewLine - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
isPreserveSpace - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.Element
 
isPreserveSpace - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
isValidInput(Object) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
Answers if the given element is a valid element for this part.
isWordPart(char) - Method in class com.port80.eclipse.xml.editors.XMLTagScanner.XMLElementDetector
 
isWordStart(char) - Method in class com.port80.eclipse.xml.editors.XMLTagScanner.XMLElementDetector
 

K

KIND_NAMES - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
keyPressed(KeyEvent) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
keyReleased(KeyEvent) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 

L

line - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.Element
 

M

makeActions() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 

N

NAME - Static variable in class com.port80.eclipse.xml.editors.Util
 
NAME - Static variable in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
 
NAME - Static variable in class com.port80.eclipse.xml.editors.XMLEditor
 
NAME - Static variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
NAME - Static variable in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
NAME - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
NONE - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
nextToken() - Method in class com.port80.eclipse.xml.editors.XMLTagScanner
 

O

outlinePageDisposed() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 

P

PARITION_TYPES - Static variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
PREFORMATTED_PARTITIONS - Static variable in class com.port80.eclipse.xml.editors.XMLAutoIndentStrategy
Preformatted partitions.
parent - Variable in class com.port80.eclipse.xml.editors.TreeObject
 
parseXML(TextEditor, SourceViewer, boolean) - Static method in class com.port80.eclipse.xml.editors.Util
 
peekPreserveSpace() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
printBuffer(String, StringBuffer) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
processingInstruction(String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
propertyChange(PropertyChangeEvent) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 

Q

qName - Variable in class com.port80.eclipse.xml.editors.XMLFormatter.Element
 

R

refresh() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
refreshAction() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
refreshOutlineView() - Method in class com.port80.eclipse.xml.editors.XMLEditor
 
removeChild(TreeObject) - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
removeChildren() - Method in class com.port80.eclipse.xml.editors.TreeFolder
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
removeTag(Point, Node, IDocument) - Method in class com.port80.eclipse.xml.editors.XMLEditor.DeleteTagAction
 
reportError(String, SAXParseException, ITextEditor, ISourceViewer) - Static method in class com.port80.eclipse.xml.editors.Util
 
reportError(String, SAXException, ITextEditor, ISourceViewer) - Static method in class com.port80.eclipse.xml.editors.Util
 
reportError(String, Exception, XMLLocator, ITextEditor, ISourceViewer) - Static method in class com.port80.eclipse.xml.editors.Util
 
reportError(String, int, int) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.AddTagAction
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.CompactFormatAction
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.DeleteTagAction
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.FormatAction
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.SelectTagAction
 
run() - Method in class com.port80.eclipse.xml.editors.XMLEditor.ValidateAction
 

S

SHOW_ALL - Static variable in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
START - Static variable in class com.port80.eclipse.xml.editors.XMLTagRule
 
scanDoctypeDecl() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.CustomDocumentScanner
Scans a doctype declaration.
scanner - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
selectRange(int, int) - Method in class com.port80.eclipse.xml.editors.XMLDoubleClickStrategy
 
selectString(int) - Method in class com.port80.eclipse.xml.editors.XMLDoubleClickStrategy
 
selectWord(int) - Method in class com.port80.eclipse.xml.editors.XMLDoubleClickStrategy
 
selectionChanged(SelectionChangedEvent) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
sequenceDetected(ICharacterScanner, char[], boolean) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Returns whether the next characters to be read by the character scanner are an exact match with the given sequence.
setColumnConstraint(int) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Sets a column constraint for this rule.
setDocumentLocator(Locator) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
setFocus() - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
Passing the focus request to the viewer's control.
setInput(TreeObject) - Method in class com.port80.eclipse.xml.editors.XMLOutlineContentProvider
 
setInput(Node) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
setParent(TreeFolder) - Method in class com.port80.eclipse.xml.editors.TreeObject
 
setRange(IDocument, int, int) - Method in class com.port80.eclipse.xml.editors.XMLTagScanner
 
setSelection(ISelection) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
setSelectionFromEditor(ISelection, boolean) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
setShowLevel(int) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
showMessage(String) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
skipQuoted(ICharacterScanner, int) - Method in class com.port80.eclipse.xml.editors.XMLTagRule
Skip quoted string until given delim is detected.
skippedEntity(String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
sortAction(boolean) - Method in class com.port80.eclipse.xml.editors.XMLOutlinePage
 
startCDATA() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startDTD(String, String, String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startDocument() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startElement(String, String, String, Attributes) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startEntity(String) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startInternalDTD(boolean) - Method in interface com.port80.eclipse.xml.editors.XMLFormatter.CustomHandler
 
startInternalDTD(boolean) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
startNewLine() - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 

T

TEXT - Static variable in class com.port80.eclipse.xml.editors.TreeObject
 
TRACE - Static variable in class com.port80.eclipse.xml.editors.XMLFormatter
 
TreeFolder - class com.port80.eclipse.xml.editors.TreeFolder.
 
TreeFolder(Object) - Constructor for class com.port80.eclipse.xml.editors.TreeFolder
 
TreeObject - class com.port80.eclipse.xml.editors.TreeObject.
 
TreeObject(Object) - Constructor for class com.port80.eclipse.xml.editors.TreeObject
 
tagScanner - Variable in class com.port80.eclipse.xml.editors.XMLEditorConfiguration
 
toString() - Method in class com.port80.eclipse.xml.editors.TreeObject
 
trimLeadingWhitespace(StringBuffer) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 
trimText(StringBuffer) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
Trim given StringBuffer such that all leading and trailing whitespaces are eliminated unless there are two or more continuous breaks.
trimWhitespace(StringBuffer) - Method in class com.port80.eclipse.xml.editors.XMLFormatter.XMLContentHandler
 

U

UNDEFINED - Static variable in class com.port80.eclipse.xml.editors.XMLTagRule
 
Util - class com.port80.eclipse.xml.editors.Util.
Static utilities routines.
Util() - Constructor for class com.port80.eclipse.xml.editors.Util
 
Util.CustomDomBuilder - class com.port80.eclipse.xml.editors.Util.CustomDomBuilder.
 
Util.CustomDomBuilder() - Constructor for class com.port80.eclipse.xml.editors.Util.CustomDomBuilder
 
Util.CustomErrorHandler - class com.port80.eclipse.xml.editors.Util.CustomErrorHandler.