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

A

ATTRIBUTE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ActionPlugin - class net.sourceforge.jsxe.ActionPlugin.
This defines the general interface that all plugins for jsXe must implement.
ActionPlugin() - Constructor for class net.sourceforge.jsxe.ActionPlugin
Constructs an ActionPlugin with the supplied values.
ActionPlugin.Broken - class net.sourceforge.jsxe.ActionPlugin.Broken.
 
ActionPlugin.Broken() - Constructor for class net.sourceforge.jsxe.ActionPlugin.Broken
 
ActionSet - class net.sourceforge.jsxe.ActionSet.
A set of actions.
ActionSet() - Constructor for class net.sourceforge.jsxe.ActionSet
Creates a new action set.
ActionSet(String) - Constructor for class net.sourceforge.jsxe.ActionSet
Creates a new action set.
ActivityLogAction - class net.sourceforge.jsxe.action.ActivityLogAction.
The action that is executed when the clicks on the Activity Log option under the Help Menu
ActivityLogAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.ActivityLogAction
 
ActivityLogDialog - class net.sourceforge.jsxe.gui.ActivityLogDialog.
Dialog box which appears in response to ActivityLogAction being triggered
ActivityLogDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.ActivityLogDialog
 
AdapterNode - class net.sourceforge.jsxe.dom.AdapterNode.
The AdapterNode class is meant to provide extensions to the W3C Node interface by wrapping around existing nodes created after a document is parsed.
AdapterNodeListener - interface net.sourceforge.jsxe.dom.AdapterNodeListener.
 
ArrayListEnumeration - class net.sourceforge.jsxe.util.ArrayListEnumeration.
A utility class that allows enumaration or iteration over an ArrayList.
ArrayListEnumeration(ArrayList) - Constructor for class net.sourceforge.jsxe.util.ArrayListEnumeration
 
accept(File) - Method in class net.sourceforge.jsxe.CustomFileFilter
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.ActivityLogAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileCloseAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileCloseAllAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileExitAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileNewAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileOpenAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileReloadAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileSaveAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.FileSaveAsAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.OpenRecentFileAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.ToolsOptionsAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.ToolsPluginManagerAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.ValidationErrorsAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.gui.jsxeAboutDialog
Displays jsXe's About dialog
add(Action) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
add(Component) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
add(Component, int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
add(JMenuItem) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
add(String) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
add(Object) - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
addAction(String, Action) - Method in class net.sourceforge.jsxe.ActionPlugin
Allows subclasses to add actions to the ActionSet for the plugin.
addAction(String, Action) - Method in class net.sourceforge.jsxe.ActionSet
Adds an action to the action set.
addActionSet(ActionSet) - Static method in class net.sourceforge.jsxe.jsXe
 
addAdapterNode(String, String, short, int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds a new child to this node given the node name, value, and type.
addAdapterNode(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an already existing AdapterNode to this node as a child.
addAdapterNodeAt(AdapterNode, int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an already existing AdapterNode to this node at a specified location.
addAdapterNodeListener(AdapterNodeListener) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an AdapterNodeListener to be notified when this node changes
addAttribute(ElementDecl.AttributeDecl) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
addDirectory(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds all jar files in a directory to the search path for the class loader.
addDocumentBuffer(DocumentBuffer, String) - Method in class net.sourceforge.jsxe.gui.TabbedView
Adds a buffer to the main view.
addDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Adds a buffer to the main view.
addDocumentBufferListener(DocumentBufferListener) - Method in class net.sourceforge.jsxe.DocumentBuffer
Adds a listener to this document buffer that is notified when the buffer is changed.
addElement(ElementDecl) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(int, String, String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(int, String, String, String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(EntityDecl) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addJarFile(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds a jar file to the search path for the class loader and loads the jar as a plugin.
addJarFile(File) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds a jar file to the search path for the class loader and loads the jar as a plugin
addOptionGroup(OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionGroup(OptionGroup, OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionGroup(OptionGroup) - Method in class net.sourceforge.jsxe.options.OptionGroup
Adds a group as a child in the option tree.
addOptionPane(OptionPane) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionPane(OptionPane, OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionPane(OptionPane) - Method in class net.sourceforge.jsxe.options.OptionGroup
Adds an OptionPane as a leaf node in the option tree.
addTreeModelListener(TreeModelListener) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
addXMLDocumentListener(XMLDocumentListener) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Registers a change listener with the XMLDocument
any - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
attributeChanged(AdapterNode, String) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 

B

BufferHistory - class net.sourceforge.jsxe.BufferHistory.
Maintains the files that have been used recently and their properties.
BufferHistory() - Constructor for class net.sourceforge.jsxe.BufferHistory
Creates a new empty buffer history
BufferHistory.BufferHistoryEntry - class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry.
Represents an entry in the buffer history.
BufferHistory.BufferHistoryEntry(String, String, Properties) - Constructor for class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Creates a new Buffer history entry for the path given
bufferSaved(DocumentBuffer) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
Called whenever the buffer is saved.
buildToVersion(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts an internal version number (build) into a `human-readable' form.

C

CANONICAL_FORM - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
CDATA_SECTIONS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
CDATA_SECTION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
CHAR_NORMALIZATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
COMMENTS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
COMMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
CatalogManager - class net.sourceforge.jsxe.CatalogManager.
The CatalogManager implements cataloging external entities to a local cache so that it can be later retrieved without having to retrieve it from the external source on every parse.
CatalogManager() - Constructor for class net.sourceforge.jsxe.CatalogManager
 
CatalogManager.Entry - class net.sourceforge.jsxe.CatalogManager.Entry.
 
CatalogManager.Entry(int, String, String) - Constructor for class net.sourceforge.jsxe.CatalogManager.Entry
 
CompletionInfo - class net.sourceforge.jsxe.dom.completion.CompletionInfo.
Encapsulates information about an XML document structure obtained from a DTD or Schema document.
CompletionInfo() - Constructor for class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
CompletionInfo(ArrayList, HashMap, ArrayList, HashMap, ArrayList) - Constructor for class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
CustomFileFilter - class net.sourceforge.jsxe.CustomFileFilter.
A custom class that implements the FileFilter interface.
CustomFileFilter(Collection, String) - Constructor for class net.sourceforge.jsxe.CustomFileFilter
Creates a CustomFileFilter given a Collection containing the file extensions that the file filter accepts.
canSetParameter(String, Object) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
cancel() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.EnhancedDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.ErrorListDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
canonPath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the canonical form of the specified path name.
charactersToEntities(String, Map) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts characters to entities.
charsToEscapes(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Escapes newlines, tabs, backslashes, and quotes in the specified string.
charsToEscapes(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Escapes the specified characters in the specified string.
checkWellFormedness() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Checks the wellformedness of the document and throws appropriate exceptions based on the errors encountered during parsing.
child(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the child node at the given index.
childCount() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the number of children that this node has.
classToFile(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a class name to a file name.
clearCache() - Static method in class net.sourceforge.jsxe.CatalogManager
 
clone() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
close(TabbedView, boolean) - Method in class net.sourceforge.jsxe.DocumentBuffer
Performs closing tasks.
close() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Closes the current view.
close() - Method in class net.sourceforge.jsxe.gui.TabbedView
Closes the view.
closeAllDocumentBuffers(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Closes all open DocumentBuffers.
closeDocumentBuffer(TabbedView, DocumentBuffer) - Static method in class net.sourceforge.jsxe.jsXe
Closes an open DocumentBuffer.
closeDocumentBuffer(TabbedView, DocumentBuffer, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Overloaded version of closeDocumentBuffer() method.
closeStream() - Static method in class net.sourceforge.jsxe.util.Log
Closes the log stream.
column - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.IDDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.StringCompare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare
 
compareStrings(String, String, boolean) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Compares two strings.
completionInfo - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
concatPath(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Like #constructPath, except path will be appended to parent even if it is absolute.
contains(Action) - Method in class net.sourceforge.jsxe.ActionSet
Returns if this action set contains the specified action.
content - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
copy(boolean) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Copies this node into a new AdapterNode.
createOptionTreeModel() - Method in class net.sourceforge.jsxe.gui.GlobalOptionsDialog
 
createOptionTreeModel() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
createWhiteSpace(int, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Creates a string of white space with the specified length.

D

DATATYPE_NORMALIZATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DEBUG - Static variable in class net.sourceforge.jsxe.util.Log
Debugging message urgency.
DIRTY - Static variable in class net.sourceforge.jsxe.DocumentBuffer
 
DISCARD_DEFAULT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOCUMENT_FRAGMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOCUMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOCUMENT_TYPE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOMOutput - class net.sourceforge.jsxe.dom.DOMOutput.
An implementation of the LSOutput interface for use with the DOMSerializer class.
DOMOutput(OutputStream, String) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMOutput(String, String) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMOutput(Writer) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMSerializer - class net.sourceforge.jsxe.dom.DOMSerializer.
An implementation of the DOM3 LSSerializer interface.
DOMSerializer() - Constructor for class net.sourceforge.jsxe.dom.DOMSerializer
Creates a default DOMSerializer using the default options.
DOMSerializer(DOMSerializerConfiguration) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializer
Creates a DOMSerializer that uses the configuration specified.
DOMSerializerConfiguration - class net.sourceforge.jsxe.dom.DOMSerializerConfiguration.
DOMSerializerConfiguration is the default implementation of the DOMConfiguration interface to be used with the DOMSerializer class.
DOMSerializerConfiguration() - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOMSerializerConfiguration(DOMConfiguration) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOMSerializerException - exception net.sourceforge.jsxe.dom.DOMSerializerException.
Signals that a serialization error of some kind has occurred.
DOMSerializerException(DOMError) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerException
 
DefaultDOMLocator - class net.sourceforge.jsxe.dom.DefaultDOMLocator.
 
DefaultDOMLocator() - Constructor for class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
DefaultDOMLocator(Node, int, int, int, String) - Constructor for class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
DirtyFilesDialog - class net.sourceforge.jsxe.gui.DirtyFilesDialog.
The Dialog box which comes up when user is exiting jsXe and their are dirty files existing.
DirtyFilesDialog(TabbedView, ArrayList) - Constructor for class net.sourceforge.jsxe.gui.DirtyFilesDialog
Constructor for the DirtyFilesDialog class
DocumentBuffer - class net.sourceforge.jsxe.DocumentBuffer.
The DocumentBuffer class implements application specific properties of an XML document.
DocumentBufferListener - interface net.sourceforge.jsxe.DocumentBufferListener.
Defines an interface for objects that are notified when DocumentBuffers have changed.
DocumentView - interface net.sourceforge.jsxe.gui.DocumentView.
The DocumentView class defines the methods that will be implemented by all views in jsXe that provide features for editing XML documents.

E

ELEMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ENCODING - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the encoding of this XML document
ENTITIES - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
ENTITY_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ENTITY_REFERENCE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ERROR - Static variable in class net.sourceforge.jsxe.util.Log
Error urgency.
ERROR_HANDLER - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
EXTERNAL - Static variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
ElementDecl - class net.sourceforge.jsxe.dom.completion.ElementDecl.
 
ElementDecl(CompletionInfo, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl
 
ElementDecl(CompletionInfo, String, boolean, boolean, List, Map, Set) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl
 
ElementDecl.AttributeDecl - class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl.
 
ElementDecl.AttributeDecl(String, String, ArrayList, String, boolean) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
ElementDecl.Compare - class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare.
 
ElementDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare
 
EnhancedDialog - class net.sourceforge.jsxe.gui.EnhancedDialog.
A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
EnhancedDialog(Frame, String, boolean) - Constructor for class net.sourceforge.jsxe.gui.EnhancedDialog
 
EnhancedDialog(Dialog, String, boolean) - Constructor for class net.sourceforge.jsxe.gui.EnhancedDialog
 
EnhancedMenu - class net.sourceforge.jsxe.gui.EnhancedMenu.
A Menu class that handles wrapping the menu items into sub-menus for you.
EnhancedMenu() - Constructor for class net.sourceforge.jsxe.gui.EnhancedMenu
Constructs a EnhancedPopupMenu without an "invoker" and the default wrap count of 20.
EnhancedMenu(int) - Constructor for class net.sourceforge.jsxe.gui.EnhancedMenu
 
EnhancedMenu(String, int) - Constructor for class net.sourceforge.jsxe.gui.EnhancedMenu
Constructs a JPopupMenu with the specified title.
EntityDecl - class net.sourceforge.jsxe.dom.completion.EntityDecl.
 
EntityDecl(int, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl
 
EntityDecl(int, String, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl
 
EntityDecl.Compare - class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare.
 
EntityDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare
 
ErrorListDialog - class net.sourceforge.jsxe.gui.ErrorListDialog.
A dialog that displays multiple errors based on a Vector containing string objects.
ErrorListDialog(Frame, String, String, Vector, boolean) - Constructor for class net.sourceforge.jsxe.gui.ErrorListDialog
 
element - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
elements - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
elementsAllowedAnywhere - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
empty - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
entities - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
entitiesToCharacters(String, Map) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts entities to characters
entityDeclared(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Determines if the entity was declared by the DTD/Schema.
equals(Object) - Method in class net.sourceforge.jsxe.CatalogManager.Entry
 
equals(Object) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Compares this AdapterNode with another.
equals(Object, Object) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Determines if object a equals object b.
equalsOnDisk(File) - Method in class net.sourceforge.jsxe.DocumentBuffer
Indicates if the file given is the same file on disk as the file used by this DocumentBuffer are the same file on disk.
equalsOnDisk(DocumentBuffer) - Method in class net.sourceforge.jsxe.DocumentBuffer
Indicates if the DocumentBuffer given represents the same file on disk as the file used by this DocumentBuffer.
escapesToChars(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts "\n" and "\t" escapes in the specified string to newlines and tabs.
exit(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Called when exiting jsXe.
exiterror(Object, Object, int) - Static method in class net.sourceforge.jsxe.jsXe
Called when crashing jsXe.

F

FORMAT_XML - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
FORMAT_XML - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the boolean property specifying that the XML text should be formatted to look pleasing to the eye.
FileCloseAction - class net.sourceforge.jsxe.action.FileCloseAction.
The action executed when the user selects 'close' from the file menu.
FileCloseAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileCloseAction
 
FileCloseAllAction - class net.sourceforge.jsxe.action.FileCloseAllAction.
The action that is executed when the user selects 'close all' in the file menu.
FileCloseAllAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileCloseAllAction
 
FileExitAction - class net.sourceforge.jsxe.action.FileExitAction.
The action that is executed when the user selects 'exit' in the file menu.
FileExitAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileExitAction
 
FileNewAction - class net.sourceforge.jsxe.action.FileNewAction.
The action that is executed when the user selects 'new' in the file menu.
FileNewAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileNewAction
 
FileOpenAction - class net.sourceforge.jsxe.action.FileOpenAction.
The action that is executed when the user selects 'open' in the file menu.
FileOpenAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileOpenAction
 
FileReloadAction - class net.sourceforge.jsxe.action.FileReloadAction.
The action that is executed when the user selects 'reload' in the file menu.
FileReloadAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileReloadAction
 
FileSaveAction - class net.sourceforge.jsxe.action.FileSaveAction.
The action that is executed when the user selects 'save' in the file menu.
FileSaveAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileSaveAction
 
FileSaveAsAction - class net.sourceforge.jsxe.action.FileSaveAsAction.
The action that is executed when the user selects 'save as' in the file menu.
FileSaveAsAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.FileSaveAsAction
 
fileToClass(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a file name to a class name.
findClass(String) - Method in class net.sourceforge.jsxe.JARClassLoader
 
findResource(String) - Method in class net.sourceforge.jsxe.JARClassLoader
 
findResources(String) - Method in class net.sourceforge.jsxe.JARClassLoader
 
fireNodesChanged(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireNodesInserted(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireNodesRemoved(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireStructureChanged(AdapterNode) - Method in class net.sourceforge.jsxe.DocumentBuffer
 
fireStructureChanged() - Method in class net.sourceforge.jsxe.dom.AdapterNode
 
fireStructureChanged(AdapterNode) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Called when the structure of the document has changed.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
flushStream() - Static method in class net.sourceforge.jsxe.util.Log
Flushes the log stream.

G

GlobalOptionsDialog - class net.sourceforge.jsxe.gui.GlobalOptionsDialog.
jsXe's global options dialog.
GlobalOptionsDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.GlobalOptionsDialog
 
getAction(String) - Method in class net.sourceforge.jsxe.ActionSet
Returns an action with the specified name.
getAction(String) - Static method in class net.sourceforge.jsxe.jsXe
Gets the action set with the given name
getActionCount() - Method in class net.sourceforge.jsxe.ActionSet
Returns the number of actions in the set.
getActionPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets an action plugin by name.
getActionPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Returns an ArrayList object containing the names of the all installed action plugins that are not view plugins.
getActionPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all action plugins that are not view plugins.
getActionSet() - Method in class net.sourceforge.jsxe.ActionPlugin
Gets the ActionSet for this plugin.
getActionSets() - Method in class net.sourceforge.jsxe.jsXe
Gets all action sets that have been registered with jsXe
getActions() - Method in class net.sourceforge.jsxe.ActionSet
Returns an array of all actions in this action set.
getActiveView() - Static method in class net.sourceforge.jsxe.jsXe
Gets the currently active view.
getActivityLogContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
Gets contents of the ativity log jsxe.log
getAdapterNode() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns the AdapterNode object for the root of the XML document.
getAllElements(String, List) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getAllPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a list of all the names of the loaded plugins.
getAllPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all plugins.
getAllowedElements() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a sorted list of all the elements (ElementDecl objects) allowed as children of this node as defined in the DTD or Schema.
getAllowedEntities() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Get the entities defined for this document.
getAppTitle() - Static method in class net.sourceforge.jsxe.jsXe
Gets the title of the jsXe application.
getAttribute(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the value of an attribute associated with this node.
getAttribute(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getAttributeAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the value of an attribute at the given index
getAttributeNameAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the qualified name of an attribute at the given index
getAttributes() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the attributes associated with this node.
getAttributes() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
Gets all the attribute declarations for this element
getBooleanProperty(String, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Gets the value of an boolean property.
getBufferCount() - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the number of open buffers.
getBufferHistory() - Static method in class net.sourceforge.jsxe.jsXe
 
getBuild() - Static method in class net.sourceforge.jsxe.jsXe
Gets the internal build version for jsXe.
getBuildDate() - Static method in class net.sourceforge.jsxe.jsXe
Gets the date that jsXe was built as a string.
getByteOffset() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getByteStream() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getCancelFlag() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Gets the current value of the cancelFlag
getCharacterStream() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getChild(Object, int) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getChildCount(Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getChildElements(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getColumnNumber() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getCompletionInfoForNamespace(String) - Static method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getCompletionInfoFromResource(String) - Static method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getCompletionInfoMappings() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the namespace uri to CompletionInfo Mappings for this document.
getComponent() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
 
getComponent() - Method in interface net.sourceforge.jsxe.options.OptionPane
Returns the component that should be displayed for this option pane.
getContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
getContentsJList() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
getCurrentMenu() - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
Gets the current menu that we are adding to.
getDefaultDocument() - Static method in class net.sourceforge.jsxe.jsXe
Gets the default XML document in jsXe.
getDefaultGroup() - Method in class net.sourceforge.jsxe.gui.GlobalOptionsDialog
 
getDefaultGroup() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
getDefaultProperty(String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a default global property.
getDescription() - Method in class net.sourceforge.jsxe.CustomFileFilter
 
getDirtyFileNames(ArrayList) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Gets array of dirty file names from the dirty buffers list
getDocType() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns the document type node for this XMLDocument or null if there is none.
getDocumentBuffer() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the DocumentBuffer that this view is currently using.
getDocumentBuffer() - Method in class net.sourceforge.jsxe.gui.TabbedView
 
getDocumentBuffers() - Static method in class net.sourceforge.jsxe.jsXe
Gets an array of the open Buffers.
getDocumentCopy() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a copy of the underlying Document object.
getDocumentView() - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the current DocumentView that is being displayed by the JTabbedPane
getDocumentView(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the DocumentView for a currently opened DocumentBuffer.
getDocumentViewComponent() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the the Component used to render this view.
getDomConfig() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getElement(String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets the element declaration for the element with the given local name.
getElementDecl() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the Element declaration that defines this element
getElementDecl(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets an element declaration for a qualified name.
getEncoding() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getEntities() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets the entities for this completion info
getEntity(String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets an entity with the given Name
getEntityDecl(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the entity declaration with the given name
getEntityHash() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets a map containing entity name to character and character to entity name mappings.
getEntries() - Method in class net.sourceforge.jsxe.BufferHistory
Gets a list of all entries in the buffer history
getEntry(String) - Method in class net.sourceforge.jsxe.BufferHistory
Gets an entry in the buffer history for the path given.
getError() - Method in class net.sourceforge.jsxe.dom.DOMSerializerException
 
getErrors() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a list of non-fatal errors that were encountered when the document was parsed last.
getFeature(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
A convenience method to retrieve the value that a boolean parameter (feature) is set to.
getFile() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the File for this DocumentBuffer.
getFileExtension(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the extension of the specified filename, or an empty string if there is none.
getFileName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the last component of the specified path.
getFilter() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getIcon() - Static method in class net.sourceforge.jsxe.jsXe
Gets jsXe's icon that is displayed in the about menu, taskbar and upper left hand corner (where appropriate)
getIndexOfChild(Object, Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getIntegerProperty(String, int) - Static method in class net.sourceforge.jsxe.jsXe
Returns the value of an integer property.
getLabel() - Method in class net.sourceforge.jsxe.ActionSet
Return the action source label.
getLanguage() - Static method in class net.sourceforge.jsxe.gui.Messages
 
getLeadingWhiteSpace(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the number of leading white space characters in the specified string.
getLeadingWhiteSpaceWidth(String, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the width of the leading white space in the specified string.
getLength() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the total number of characters in the document.
getLineNumber() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getLocalName() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the local name of this node.
getLocalNameFromQualifiedName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Extracts the XML local name from a qualified name
getLogDocument() - Static method in class net.sourceforge.jsxe.util.Log
Returns the document where the most recent messages are stored.
getMember(int) - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets a specific member of the option group
getMemberCount() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the number of members in this group
getMemberIndex(Object) - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the index of a member
getMembers() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the members of this option group
getMenuComponent(int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
getMenuComponentCount() - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
getMenus() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the menus that this view has associated with it.
getMessage(String) - Static method in class net.sourceforge.jsxe.gui.Messages
 
getMessage(String, Object[]) - Static method in class net.sourceforge.jsxe.gui.Messages
Returns the message with the specified name.
getNSPrefix() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the namespace prefix for this node.
getNSPrefixFromQualifiedName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Extracts an XML namespace prefix from a qualified name.
getName() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the name of the buffer.
getName() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the internal name of the option group
getName() - Method in interface net.sourceforge.jsxe.options.OptionPane
Returns the internal name of this option pane.
getNewLine() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getNodeName() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the full qualified name for this node including the local name and namespace prefix.
getNodeType() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the type of the node specified in the W3C Node interface.
getNodeValue() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the current value if this node.
getOffsetOfVirtualColumn(Segment, int, int, int[]) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the array offset of a virtual column number (taking tabs into account) in the segment.
getOpenBuffer(File) - Static method in class net.sourceforge.jsxe.jsXe
Gets the DocumentBuffer for this file if the file is open already.
getOptionsPanel(DocumentBuffer) - Method in class net.sourceforge.jsxe.ActionPlugin
Gets the options panel for setting general plugin options.
getOptionsPanel() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the pane for editing options for this DocumentBuffer.
getOptionsPanel() - Static method in class net.sourceforge.jsxe.jsXe
Gets the options panel for the jsXe application.
getOwnerDocument() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the XMLDocument that owns this AdapterNode
getParameter(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
getParameterNames() - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
getParentNode() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the parent AdapterNode object.
getParentOfPath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the parent of the specified path.
getPath() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the path of the file for this entry
getPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the plugin with the given name.
getPluginLoader() - Static method in class net.sourceforge.jsxe.jsXe
Gets the plugin loader that is used to load plugins into jsXe
getPluginMenu() - Method in class net.sourceforge.jsxe.ActionPlugin
Returns the menu that appears in the tools menu in jsXe.
getPluginProperty(String, String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a property for the plugin with the given name.
getPluginProperty(ActionPlugin, String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a property for the given plugin.
getProperties() - Method in class net.sourceforge.jsxe.ActionPlugin
The properties to add to jsXe when the plugin is loaded.
getProperties() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the properties associated with the file
getProperties() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets all properties associated with this document.
getProperty(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a property for the key given.
getProperty(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a property for the key given or returns the default value if there is no property for the given key.
getProperty(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a property for the key given.
getProperty(String, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a property for the key given or returns the default value if there is no property for the given key.
getProperty(String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a jsXe global property.
getProperty(String, String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a jsXe global property.
getProtocolOfURL(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the protocol specified by a URL.
getRelatedNode() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getRequiredAttributesString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getRoot() - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getRootElementNode() - Method in class net.sourceforge.jsxe.dom.XMLDocument
A convenience method that returns the root element node of the document.
getScreenBounds() - Static method in class net.sourceforge.jsxe.OperatingSystem
 
getSegment(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the text at a specified location in the document.
getSettingsDirectory() - Static method in class net.sourceforge.jsxe.jsXe
Returns the path of the directory where user-specific settings are stored.
getStatus(int) - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets a status for the DocumentBuffer, such as if it is dirty.
getSupportedEncodings() - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns a list of supported character encodings.
getSystemId() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getText(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the text at a specified location in the document.
getTitle() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
 
getTitle() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the title for the option group
getTitle() - Method in interface net.sourceforge.jsxe.options.OptionPane
 
getTrailingWhiteSpace(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the number of trailing whitespace characters in the specified string.
getURI() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the URI for the location of this document.
getUri() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getUtf16Offset() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getVersion() - Static method in class net.sourceforge.jsxe.jsXe
Gets the formatted, human readable version of jsXe.
getViewName() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the name of the document view used to edit the file.
getViewPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the view plugin with the given name
getViewPlugin() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets view plugin that created this view.
getViewPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the names of all loaded view plugins
getViewPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all view plugins.
getVirtualWidth(Segment, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the virtual column number (taking tabs into account) of the specified offset in the segment.
globToRE(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a Unix-style glob to a regular expression.
goToLine(int) - Method in interface net.sourceforge.jsxe.gui.DocumentView
Tells the view to attempt to move to the specified line in the document.

H

hasJava14() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if Java 2 version 1.4 is in use.
hasMoreElements() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hasNext() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hasPrevious() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hashCode() - Method in class net.sourceforge.jsxe.CatalogManager.Entry
 

I

IDDecl - class net.sourceforge.jsxe.dom.completion.IDDecl.
 
IDDecl(String, String, String, int, int) - Constructor for class net.sourceforge.jsxe.dom.completion.IDDecl
 
IDDecl.Compare - class net.sourceforge.jsxe.dom.completion.IDDecl.Compare.
 
IDDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.IDDecl.Compare
 
IGNORE_UNKNOWN_CHAR_DENORM - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
INDENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
The number of spaces to use as an tab when SOFT_TABS is true.
INDENT - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining the size of a tab when the document is displayed as text or otherwise.
INFOSET - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
INTERNAL - Static variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
IS_USING_SOFT_TABS - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining whether to serialize using soft tabs (tabs replaced by the number of spaces specified in the INDENT property).
IS_VALIDATING - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining whether to validate the document with a DTD or Schema
id - Variable in class net.sourceforge.jsxe.CatalogManager.Entry
 
id - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
index(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Returns the index of the given AdapterNode if it is a child.
init() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
 
init() - Method in interface net.sourceforge.jsxe.options.OptionPane
This method is called every time the option pane is displayed.
init(boolean, int, boolean) - Static method in class net.sourceforge.jsxe.util.Log
Initializes the log.
initComponents() - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Initializes the components for the splash screen.
initializePropertiesObject(String, String) - Static method in class net.sourceforge.jsxe.gui.Messages
Initializes the localized messages for jsXe.
insert(Action, int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
insert(JMenuItem, int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
insert(String, int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
insertText(int, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Inserts text into the document at the specified location
isAbsolutePath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if the specified path name is an absolute path or URL.
isDOSDerived() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2.
isExiting() - Static method in class net.sourceforge.jsxe.jsXe
Indicates whether jsXe is exiting i.e.
isLeaf(Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
isLocal(CatalogManager.Entry) - Static method in class net.sourceforge.jsxe.CatalogManager
 
isMacOS() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running MacOS X.
isMacOSLF() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running MacOS X and using the native look and feel.
isOS2() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running OS/2.
isSupportedEncoding(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if the given character encoding is supported.
isTrue(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns true if the value of the string is true
isURL(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Checks if the specified string is a URL.
isUnix() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Unix (this includes MacOS X).
isUntitled() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets whether this DocumentBuffer is untitled.
isValid() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns true if the document is valid i.e.
isWellFormed() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Indicates if the document is well formed.
isWindows() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP.
isWindows9x() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME.
isWindowsNT() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows NT/2000/XP.

J

JARClassLoader - class net.sourceforge.jsxe.JARClassLoader.
A class loader implementation that loads classes from JAR files.
JARClassLoader() - Constructor for class net.sourceforge.jsxe.JARClassLoader
 
jsXe - class net.sourceforge.jsxe.jsXe.
The main class of the java simple XML editor (jsXe)
jsxeAboutDialog - class net.sourceforge.jsxe.gui.jsxeAboutDialog.
Displays the jsXe about dialog.
jsxeAboutDialog(Component) - Constructor for class net.sourceforge.jsxe.gui.jsxeAboutDialog
 
jsxeFileDialog - class net.sourceforge.jsxe.gui.jsxeFileDialog.
The file chooser dialog for jsXe.
jsxeFileDialog(File) - Constructor for class net.sourceforge.jsxe.gui.jsxeFileDialog
 
jsxeFileDialog(String) - Constructor for class net.sourceforge.jsxe.gui.jsxeFileDialog
 

K

keyHandler - Variable in class net.sourceforge.jsxe.gui.EnhancedDialog
 

L

LINE_SEPARATOR - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining what line separator to use when serializing a document.
Log - class net.sourceforge.jsxe.util.Log.
This class provides methods for logging events.
line - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
load(File) - Method in class net.sourceforge.jsxe.BufferHistory
Loads the buffer history from a file on disk.
loadGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.EnhancedDialog
Loads a windows's geometry from the properties.
loadPluginMessages(Properties) - Static method in class net.sourceforge.jsxe.gui.Messages
Loads the localized messages from installed plugins and merges them into the plugin messages.
localNameChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
log(int, Object, Object) - Static method in class net.sourceforge.jsxe.util.Log
Logs a message.

M

MAXLINES - Static variable in class net.sourceforge.jsxe.util.Log
The maximum number of log messages that will be kept in memory.
MESSAGE - Static variable in class net.sourceforge.jsxe.util.Log
Message urgency.
MIN_JAVA_VERSION - Static variable in class net.sourceforge.jsxe.jsXe
 
MIN_XERCES_VERSION - Static variable in class net.sourceforge.jsxe.jsXe
 
Messages - class net.sourceforge.jsxe.gui.Messages.
Gets the messages for the current locale according to the JVM.
Messages() - Constructor for class net.sourceforge.jsxe.gui.Messages
 
MiscUtilities - class net.sourceforge.jsxe.util.MiscUtilities.
Path name manipulation, string manipulation, and more.
MiscUtilities.MenuItemCompare - class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare.
Compares menu item labels.
MiscUtilities.MenuItemCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare
 
MiscUtilities.StringCompare - class net.sourceforge.jsxe.util.MiscUtilities.StringCompare.
Compares strings.
MiscUtilities.StringCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.StringCompare
 
MiscUtilities.StringICaseCompare - class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare.
Compares strings ignoring case.
MiscUtilities.StringICaseCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare
 
main(String[]) - Static method in class net.sourceforge.jsxe.jsXe
The main method of jsXe
maybeAddMenu() - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
Updates the menu that we are truly adding to.

N

NAMESPACES - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NAMESPACE_DECLARATIONS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NORMALIZE_CHARS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NOTATION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
NOTICE - Static variable in class net.sourceforge.jsxe.util.Log
Notice urgency.
name - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
name - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
name - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
nameChanged(DocumentBuffer, String) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
Called whenever the buffers name has changed
namespaceChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
net.sourceforge.jsxe - package net.sourceforge.jsxe
 
net.sourceforge.jsxe.action - package net.sourceforge.jsxe.action
 
net.sourceforge.jsxe.dom - package net.sourceforge.jsxe.dom
 
net.sourceforge.jsxe.dom.completion - package net.sourceforge.jsxe.dom.completion
 
net.sourceforge.jsxe.gui - package net.sourceforge.jsxe.gui
 
net.sourceforge.jsxe.options - package net.sourceforge.jsxe.options
 
net.sourceforge.jsxe.util - package net.sourceforge.jsxe.util
 
newAdapterNode(AdapterNode, Node) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Factory method that creates a new AdapterNode object wrapping the Node object and AdapterNode object wrapping the Node's parent Node object.
newAdapterNode(AdapterNode, String, String, short) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Creates a new AdapterNode in this document.
newDocumentView(DocumentBuffer) - Method in class net.sourceforge.jsxe.ViewPlugin
Creates a new DocumentView for the given document.
next() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nextElement() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nextIndex() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nodeAdded(AdapterNode, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
nodeRemoved(AdapterNode, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
nodeValueChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 

O

OpenRecentFileAction - class net.sourceforge.jsxe.action.OpenRecentFileAction.
An action that opens a specific file based on a BufferHistoryEntry
OpenRecentFileAction(TabbedView, BufferHistory.BufferHistoryEntry) - Constructor for class net.sourceforge.jsxe.action.OpenRecentFileAction
 
OperatingSystem - class net.sourceforge.jsxe.OperatingSystem.
Operating system detection routines.
OperatingSystem() - Constructor for class net.sourceforge.jsxe.OperatingSystem
 
OptionGroup - class net.sourceforge.jsxe.options.OptionGroup.
A set of option panes shown in one branch in the options dialog.
OptionGroup(String, String) - Constructor for class net.sourceforge.jsxe.options.OptionGroup
Creates an option group.
OptionPane - interface net.sourceforge.jsxe.options.OptionPane.
The interface all option panes must implement.
OptionsDialog - class net.sourceforge.jsxe.gui.OptionsDialog.
An abstract tabbed options dialog box.
OptionsDialog(Frame, String, String, String) - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog
 
OptionsDialog(Dialog, String, String, String) - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog
 
OptionsDialog.OptionTreeModel - class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel.
 
OptionsDialog.OptionTreeModel() - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
OptionsPanel - class net.sourceforge.jsxe.gui.OptionsPanel.
Defines methods that are required for panels that are placed in jsXe's options dialogs
OptionsPanel() - Constructor for class net.sourceforge.jsxe.gui.OptionsPanel
 
ok() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.EnhancedDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.ErrorListDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
ok(boolean) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
openXMLDocument(TabbedView, File) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in jsXe from a file on disk.
openXMLDocument(TabbedView, File, Properties, String) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in jsXe from a file on disk.
openXMLDocument(TabbedView, String) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in the form of a String object as an untitled document.
openXMLDocument(TabbedView, InputStream) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in the form of a Reader object as an untitled document.

P

PLUGIN_CLASS - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PLUGIN_DESCRIPTION - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PLUGIN_HUMAN_READABLE_NAME - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PLUGIN_NAME - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PLUGIN_URL - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PLUGIN_VERSION - Static variable in class net.sourceforge.jsxe.JARClassLoader
 
PROCESSING_INSTRUCTION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
PUBLIC - Static variable in class net.sourceforge.jsxe.CatalogManager.Entry
 
PluginDependencyException - exception net.sourceforge.jsxe.PluginDependencyException.
Signals that a dependency required by a plugin has not been met.
PluginDependencyException(String, String, String, String) - Constructor for class net.sourceforge.jsxe.PluginDependencyException
 
PluginDependencyException(String, String) - Constructor for class net.sourceforge.jsxe.PluginDependencyException
 
PluginLoadException - exception net.sourceforge.jsxe.PluginLoadException.
Signals that a jar file could not be loaded as a plugin.
PluginLoadException(JarFile) - Constructor for class net.sourceforge.jsxe.PluginLoadException
 
PluginLoadException(JarFile, String) - Constructor for class net.sourceforge.jsxe.PluginLoadException
 
PluginLoadException(String) - Constructor for class net.sourceforge.jsxe.PluginLoadException
 
PluginManagerDialog - class net.sourceforge.jsxe.gui.PluginManagerDialog.
The plugin manager dialog for jsXe.
PluginManagerDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.PluginManagerDialog
 
ProgressSplashScreenWindow - class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow.
A splashscreen that popups when the jsxe application starts
ProgressSplashScreenWindow() - Constructor for class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
 
parseDocument() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Parses the document with the current options.
parsePermissions(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Parse a Unix-style permission string (rwxrwxrwx).
parseWithoutUpdate() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Parses the document without updating the DOM.
populateDirtyFileList(ArrayList, DefaultListModel) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Populates the JList with the names of files from the dirty buffers list
previous() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
previousIndex() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
propertiesChanged() - Static method in class net.sourceforge.jsxe.CatalogManager
 
propertyChanged(XMLDocument, String, String) - Method in interface net.sourceforge.jsxe.dom.XMLDocumentListener
Called when a property associated with the XMLDocument has changed.
publicId - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

Q

quicksort(Object[], Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified array.
quicksort(Vector, Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified vector.
quicksort(List, Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified list.

R

refreshContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
reload(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Reloads the file for this DocumentBuffer.
reloadCatalogs() - Static method in class net.sourceforge.jsxe.CatalogManager
 
remove(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes a child from this node.
remove(Component) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
remove(int) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
remove(JMenuItem) - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
remove() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
removeAction(String) - Method in class net.sourceforge.jsxe.ActionSet
Removes an action from the action set.
removeAdapterNodeListener(AdapterNodeListener) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes a listener from this node if it exists
removeAll() - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
removeAllActions() - Method in class net.sourceforge.jsxe.ActionSet
Removes all actions from the action set.
removeAttribute(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes an attribute by name.
removeAttributeAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes an attribute at the given index.
removeDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Removes a buffer from the view.
removeDocumentBufferListener(DocumentBufferListener) - Method in class net.sourceforge.jsxe.DocumentBuffer
Removes a listener from this buffer.
removeText(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Removes text at the specifed character offset.
removeTreeModelListener(TreeModelListener) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
removeUnsavedFileFromDirtyBufferList(String) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Removes dirty files from the dirty buffers list
removeUnsavedFileFromList(String) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Removes dirty files from the JList
removeXMLDocumentListener(XMLDocumentListener) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Unregisters a change listener from this document
required - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
resolve(String, String, String) - Static method in class net.sourceforge.jsxe.CatalogManager
 
resolveSymlinks(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
 

S

SOFT_TABS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
Use spaces instead of tabs if this is true.
SPLIT_CDATA - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
SYSTEM - Static variable in class net.sourceforge.jsxe.CatalogManager.Entry
 
save(File) - Method in class net.sourceforge.jsxe.BufferHistory
Saves the buffer history to a file on disk
save() - Static method in class net.sourceforge.jsxe.CatalogManager
 
save(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Saves the document buffer to disk in the current file.
save() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
 
save() - Method in class net.sourceforge.jsxe.options.OptionGroup
Saves the options in all options panes
save() - Method in interface net.sourceforge.jsxe.options.OptionPane
Called when the options dialog's "ok" button is clicked.
saveAs(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Displays a save dialog that the user uses to chose a file to save to and saves the document to it.
saveAs(TabbedView, File) - Method in class net.sourceforge.jsxe.DocumentBuffer
Saves the document to the given file.
saveBackup(File, int, String, String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Saves a backup (optionally numbered) of a file.
saveGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.EnhancedDialog
Saves a window's geometry to the properties.
serialize(OutputStream) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Writes the XML document to the output stream specified.
serializeNodeToString(AdapterNode) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Serializes a child node to a string using the properties specified in this XMLDocument object.
serializeToString() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Serializes this Node to a string based on the last owning XMLDocument's properties.
set(Object) - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
setAttribute(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets an attribute of this node.
setBooleanProperty(String, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Sets the value of an boolean property.
setByteStream(OutputStream) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setCancelFlag(boolean) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Sets the current value of the cancelFlag
setCharacterStream(Writer) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setContent(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
setContentsJList(JList) - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
setDocumentBuffer(DocumentBuffer) - Method in interface net.sourceforge.jsxe.gui.DocumentView
Sets the current document.
setDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Sets the current buffer and makes sure it is displayed.
setEncoding(String) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setEntityResolver(EntityResolver) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets the EntityResolver object that is used when resolving external entities.
setEntry(DocumentBuffer, String) - Method in class net.sourceforge.jsxe.BufferHistory
Adds or updates an entry in the buffer history for an open file
setEntry(String, String, Properties) - Method in class net.sourceforge.jsxe.BufferHistory
Adds or updates an entry in the buffer history for the path given
setEntry(BufferHistory.BufferHistoryEntry) - Method in class net.sourceforge.jsxe.BufferHistory
Adds a new entry to the buffer history.
setFeature(String, boolean) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
A convenience method to set the value of a boolean parameter (feature)
setFilter(LSSerializerFilter) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
setIntegerProperty(String, int) - Static method in class net.sourceforge.jsxe.jsXe
Sets the value of an integer property.
setLabel(String) - Method in class net.sourceforge.jsxe.ActionSet
Sets the action source label.
setLanguage(String) - Static method in class net.sourceforge.jsxe.gui.Messages
 
setLocalName(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the local name of the node.
setLogWriter(Writer) - Static method in class net.sourceforge.jsxe.util.Log
Writes all currently logged messages to this stream if there was no stream set previously, and sets the stream to write future log messages to.
setModel(InputStream) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets up the XMLDocument given a Reader.
setNSPrefix(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the namespace prefix for this node.
setNewLine(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
setNodeName(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the full qualified name of this node.
setNodeValue(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the value of the node.
setParameter(String, Object) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
setProperty(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets a property of the AdapterNode
setProperty(String, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets a property of the XMLDocument
setProperty(String, String) - Static method in class net.sourceforge.jsxe.jsXe
Sets a global property to jsXe.
setSystemId(String) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setURI(URI) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets the URI for the location of this document.
showOpenDialog(Component) - Method in class net.sourceforge.jsxe.gui.jsxeFileDialog
 
showOpenFileDialog(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Shows an open file dialog for jsXe.
showSaveDialog(Component) - Method in class net.sourceforge.jsxe.gui.jsxeFileDialog
 
startPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Starts all the plugins from their respective jar files.
statusChanged(DocumentBuffer, int, boolean) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
 
stringsEqual(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if two strings are equal.
structureChanged(XMLDocument, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.XMLDocumentListener
Called when the structure of the XMLDocument has changed.
systemId - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

T

TEXT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
TabbedView - class net.sourceforge.jsxe.gui.TabbedView.
The view container that holds the JTabbedPane that holds all open DocumentViews.
TabbedView(DocumentBuffer) - Constructor for class net.sourceforge.jsxe.gui.TabbedView
Constructs a new TabbedView with the default view
TabbedView(DocumentBuffer, String) - Constructor for class net.sourceforge.jsxe.gui.TabbedView
Constructs a new TabbedView using the document view with the name specified.
ToolsOptionsAction - class net.sourceforge.jsxe.action.ToolsOptionsAction.
The action that is executed when the user selects 'options' from the tools menu.
ToolsOptionsAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.ToolsOptionsAction
 
ToolsPluginManagerAction - class net.sourceforge.jsxe.action.ToolsPluginManagerAction.
The action that is executed when the user selects 'plugin manager' from the options menu.
ToolsPluginManagerAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.ToolsPluginManagerAction
 
toString() - Method in class net.sourceforge.jsxe.ActionSet
Returns getLabel()
toString() - Method in class net.sourceforge.jsxe.dom.AdapterNode
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.IDDecl
 
toString() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
 
toString() - Method in class net.sourceforge.jsxe.options.OptionGroup
 
type - Variable in class net.sourceforge.jsxe.CatalogManager.Entry
 
type - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
type - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

U

UTF_8_Y - Static variable in class net.sourceforge.jsxe.util.MiscUtilities
This encoding is not supported by Java, yet it is useful.
UnrecognizedPluginException - exception net.sourceforge.jsxe.UnrecognizedPluginException.
Signals that an unrecognized DocumentView has been requested.
UnrecognizedPluginException(String) - Constructor for class net.sourceforge.jsxe.UnrecognizedPluginException
 
updateProgessBar(int) - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Updates the progress bar displayed by the splashscreen
updateSplashScreenDialog(int) - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Updates the progress bar displayed by the splashscreen
updateSubMenus() - Method in class net.sourceforge.jsxe.gui.EnhancedMenu
 
uri - Variable in class net.sourceforge.jsxe.CatalogManager.Entry
 
uri - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
uriToFile(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
 

V

VALIDATE_IF_SCHEMA - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
VALIDATE_XML - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
ValidationErrorsAction - class net.sourceforge.jsxe.action.ValidationErrorsAction.
The action shows the Validation Errors Dialog
ValidationErrorsAction(TabbedView) - Constructor for class net.sourceforge.jsxe.action.ValidationErrorsAction
 
ViewPlugin - class net.sourceforge.jsxe.ViewPlugin.
This abstract class defines plugins that specify a view that is used to edit XML documents.
ViewPlugin() - Constructor for class net.sourceforge.jsxe.ViewPlugin
 
value - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
value - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
valueChanged(TreeSelectionEvent) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
valueForPathChanged(TreePath, Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
values - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 

W

WARNING - Static variable in class net.sourceforge.jsxe.util.Log
Warning urgency.
WELL_FORMED - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
WS_IN_ELEMENT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
WS_IN_ELEMENT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the boolean property specifying if whitespace is allowed in element content.
withPrefix(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
write(Node, LSOutput) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
writeToString(Node) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
writeToURI(Node, String) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 

X

XMLDocument - class net.sourceforge.jsxe.dom.XMLDocument.
The XMLDocument class represents an XML document as a tree structure that has nodes, implemented as AdapterNodes, as well as text.
XMLDocument(URI, InputStream) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocument(URI, InputStream, EntityResolver) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocument(URI, InputStream, EntityResolver, Properties) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocumentListener - interface net.sourceforge.jsxe.dom.XMLDocumentListener.
XMLDocumentListener is used to notify objects of a change to the XMLDocument.
XML_DECLARATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
XML_ENCODING - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
The encoding to use in the XML declaration.

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