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

S

SAVE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Save action
SaveAction - class com.japisoft.xmlpad.action.file.SaveAction.
 
SaveAction() - Constructor for class com.japisoft.xmlpad.action.file.SaveAction
 
SAVEAS_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
SaveAs action
SaveAsAction - class com.japisoft.xmlpad.action.file.SaveAsAction.
Action for saving the current content
SaveAsAction() - Constructor for class com.japisoft.xmlpad.action.file.SaveAsAction
 
SCHEMA_CACHING - Static variable in class com.japisoft.xmlpad.SharedProperties
This is a property for caching a SCHEMA inside the content assistant.
SchemaAccessibility - interface com.japisoft.xmlpad.SchemaAccessibility.
Set of method for handling Schema
SchemaCache - class com.japisoft.xmlpad.helper.SchemaCache.
This is a cache for a schema URI.
SchemaCache() - Constructor for class com.japisoft.xmlpad.helper.SchemaCache
 
schemaDeclarationLine - Variable in class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator - class com.japisoft.xmlpad.helper.SchemaLocator.
This is a class for locating a schema
SchemaLocator(InputStream) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator(InputStream, String) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator(Reader) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator(String) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator(String, String) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaLocator(URL) - Constructor for class com.japisoft.xmlpad.helper.SchemaLocator
 
SchemaNodable - interface com.japisoft.xmlpad.helper.SchemaNodable.
This is for helper delivering a SchemaNode.
SchemaNode - class com.japisoft.xmlpad.helper.SchemaNode.
This is an inner structure for the schema content helper
SchemaNode(int) - Constructor for class com.japisoft.xmlpad.helper.SchemaNode
 
SchemaNode(TagDescriptor) - Constructor for class com.japisoft.xmlpad.helper.SchemaNode
 
SchemaNodeProducer - interface com.japisoft.xmlpad.helper.SchemaNodeProducer.
For converting a schema to a graph structure
SchemaTagHelper - class com.japisoft.xmlpad.helper.schema.SchemaTagHelper.
Syntax helper part for schema
SchemaTagHelper(String, SimpleNode, String) - Constructor for class com.japisoft.xmlpad.helper.schema.SchemaTagHelper
 
SchemaToSchemaNode - class com.japisoft.xmlpad.helper.schema.SchemaToSchemaNode.
 
SchemaToSchemaNode() - Constructor for class com.japisoft.xmlpad.helper.schema.SchemaToSchemaNode
 
SEARCH_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Search action
SEARCH_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Search group
SearchAction - class com.japisoft.xmlpad.action.search.SearchAction.
Action for searching a node by its tree
SearchAction() - Constructor for class com.japisoft.xmlpad.action.search.SearchAction
 
searchAndParseDTD() - Method in class com.japisoft.xmlpad.XMLContainer
Search inside the current document a DTD and parses it for syntax helper.
searchAndParseSchema() - Method in class com.japisoft.xmlpad.XMLContainer
Search and parse a schema from the current document
SearchElement - class com.japisoft.xmlpad.action.search.SearchElement.
Search an element
SearchElement(int) - Constructor for class com.japisoft.xmlpad.action.search.SearchElement
 
select(int, int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Override of the standard JTextComponent.select Move caret to the start of the selection instead of the end
SelectAllAction - class com.japisoft.xmlpad.action.edit.SelectAllAction.
Select all on the current editor
SelectAllAction() - Constructor for class com.japisoft.xmlpad.action.edit.SelectAllAction
 
selected - Variable in class com.japisoft.xmlpad.tree.TreeState
 
selectNext() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
Select the next node
SelectNode - class com.japisoft.xmlpad.tree.action.SelectNode.
Select the current node
SelectNode() - Constructor for class com.japisoft.xmlpad.tree.action.SelectNode
 
selectNodeFromPath(String) - Method in class com.japisoft.xmlpad.tree.RealTimeTreeManager
 
selectPrevious() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
Select the previous node
SelectTagAction - class com.japisoft.xmlpad.action.edit.SelectTagAction.
Select the current tag
SelectTagAction() - Constructor for class com.japisoft.xmlpad.action.edit.SelectTagAction
 
SEQUENCE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 , element2 )
setAction(KeyStroke, Action) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setActionDelegate(Action) - Method in class com.japisoft.xmlpad.action.XMLAction
Set a delegate for receiving the action event.
setActionReferenceGroup(String) - Method in class com.japisoft.xmlpad.action.XMLAction
Override the default group name using the group name used by this actionReference
setActionReferenceIcon(String) - Method in class com.japisoft.xmlpad.action.XMLAction
Override the default icon using the icon of another action.
setANY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
setApplicationObject(Object) - Method in class com.japisoft.fastparser.node.SimpleNode
Store an application object in this node
setAttDescriptor(AttDescriptor[]) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setAttribute(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAttribute(String, double) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAttribute(String, int) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the attribute value.
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Support for automatically closing the current inserted tag
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Insert the closing tag while the user inserts the opening tag : true by default
setAutoClosing(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Set the auto tag closing feature.
setAutoDisposeMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Set JXMLPad in a special mode for freeing internal resource.
setAutoFocus(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
If true when the setText method is called the current editor gets the focus.
setAutoNewDocument(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Decide to initialize the XMLContainer calling the new action.
setAutoResetAction(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Here a way to reset all XMLAction from the current XMLEditor focus.
setAutoResetAction(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
By default to true.
setBackgroundColorForPrefix(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular background color for a tag prefix.
setBackgroundColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular background color for this namespace prefix.
setBookmarkContext(BookmarkContext) - Method in class com.japisoft.xmlpad.XMLContainer
Set a bookmarkContext.
setCaretListener(CaretListener) - Method in class com.japisoft.xmlpad.XMLContainer
Add a listener for giving information about the current caret location
setCaretPositionWithoutNotification(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the caret location without updating the current tree location
setChoice(boolean) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setClosedLeaf(boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Particular way to know the tag declaration is in the <A/> form rather than <A></A>
setColorForAttribute(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize attribute <tag ATTRIBUTE="..." ...
setColorForAttribute(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular color for an attribute.
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this attribute.
setColorForAttributeSeparator(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '='
setColorForCDATA(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize CDATA section
setColorForCDATABackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize CDATA section background
setColorForCDATAEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ]]>
setColorForCDATAStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
setColorForComment(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML comment <!
setColorForCommentBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a comment background
setColorForCommentEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for --!
setColorForCommentStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
setColorForDeclaration(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML declaration <?
setColorForDeclarationBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a declaration background
setColorForDeclarationEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ?
setColorForDeclarationStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <?
setColorForDocType(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration <!
setColorForDocTypeBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration background <!
setColorForDocTypeEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize >
setColorForDocTypeStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize <!
setColorForDTDAttribute(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDElement(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDEntity(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDNotation(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setColorForEntity(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize entity &ENTITY;
setColorForEntityBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize an entity background
setColorForInvalid(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize error
setColorForLineError(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a line error
setColorForLineSelection(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a line selection
setColorForLiteral(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize literal "..."
setColorForNameSpace(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize NameSpace
setColorForPrefix(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular color for a tag prefix.
setColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this namespace prefix.
setColorForTag(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag <Tag...
setColorForTag(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Define a color for this tagName.
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this tag.
setColorForTagBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a tag background
setColorForTagBorderLine(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize the border line for tag delimiter
setColorForTagDelimiter(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag delimiter < or >
setColorForTagEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '/'
setColorForTagUnderline(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize underline for current selection
setColorForText(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize text
setComment(String) - Method in class com.japisoft.dtdparser.node.CommentDTDNode
Set a comment
setComment(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Initial comment
setContent(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Update the node content, for tag this is the tag name, for text this is the content, for comment this is the content
setContent(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
End of the template
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the current document location
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current document location.
setCurrentDocumentLocationArg(Object) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset an optional argument for the document location
setCurrentDocumentLocationArg(Object) - Method in class com.japisoft.xmlpad.XMLContainer
Reset an optional argument for the document location
setCurrentLook(Look) - Static method in class com.japisoft.xmlpad.look.LookManager
Set the current look.
setDashUnderlineColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
setDashUnderlineMode(boolean) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Add dask for showing selection
setDefaultDocument(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default document.
setDefaultDTD(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the defaultDTD location for syntax completion
setDefaultDTD(String, String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default document DTD location
setDefaultDTD(String, URL) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setDefaultDTD(String, URL) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default document DTD location
setDefaultFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default file ext.
setDefaultNamespace(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setDefaultNamespace(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the default namespace
setDefaultNamespace(String) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset a default namespace for the content assistant
setDefaultSchema(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default schema root and location for syntax completion
setDefaultSchema(String, String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default schema root tag and document location (url or file path)
setDefaultValidator(Validator) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
 
setDefaultValue(String) - Method in class com.japisoft.xmlpad.helper.AttDescriptor
 
setDefaultValue(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the default attribute value
setDelegate(HelperUIContext) - Method in class com.japisoft.xmlpad.helper.ui.HelperUIContext
 
setDelegate(XMLPadSAXParserFactory) - Static method in class com.japisoft.xmlpad.validator.XMLPadSAXParserFactory
This is a way to override this factory by creating a subclass
setDialogManagerDelegate(DialogManagerDelegate) - Static method in class com.japisoft.xmlpad.dialog.DialogManager
 
setDisposeAction(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Decide to dispose the ActionModel when disposing the XMLContainer.
setDocument(Document) - Method in class com.japisoft.fastparser.node.SimpleNode
Owner document for this node
setDocumentDescription(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the document description.
setDocumentIcon(Icon) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the document icon
setDocumentIconPath(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Information relative to the current document icon path
setDocumentInfo(XMLDocumentInfo) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current documentation info.
setDocumentIntegrity(XMLIntegrity) - Method in class com.japisoft.xmlpad.XMLContainer
This objet contains data for avoiding to corrupt the current document.
setDomBuilderMode(boolean) - Method in class com.japisoft.xmlpad.validator.DefaultValidator
Include a DOM builder for retreiving a full DOM document from the parsing action.
setDtd(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setDTD(String, SchemaLocator) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset a local DTD.
setDTD(String, String, int) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current dtd root and dtd location by this one.
setDTDContent(String, SchemaLocator) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the local DTD
setDTDContent(String, String, int) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Add support for completion using the DTD content
setDTDDocumentBuilder(DTDDocumentBuilder) - Method in class com.japisoft.dtdparser.Parser
Set the builder for DTD document type
setDTDLocation(String, String, String, int) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current DTD location
setDTDMapper(DTDMapper) - Static method in class com.japisoft.dtdparser.DTDMapperFactory
 
setDtdMode(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
For DTD coloration
setDTDMode(boolean) - Method in class com.japisoft.xmlpad.editor.CommonView
 
setDTDMode(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
 
setDTDMode(boolean) - Method in interface com.japisoft.xmlpad.editor.XMLViewable
 
setDTDParentNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the parent node
setEditable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
The document is only readable for true
setEditable(boolean) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
setEditable(boolean) - Method in interface com.japisoft.xmlpad.elementview.ElementView
Make this element view editable
setEditableDocumentMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
This mode will let the cursor, but user will not be abable to update the document if the parameter is false
setEditor(XMLEditor) - Method in class com.japisoft.xmlpad.helper.AbstractHelper
For inner usage
setEditor(XMLEditor) - Method in interface com.japisoft.xmlpad.helper.Helper
For inner usage
setEditor(XMLEditor) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
setEditorContext(EditorContext) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Case for communication with the container.
setElementIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default icon for tag element
setElementView(ElementView) - Method in class com.japisoft.xmlpad.XMLContainer
Set a view fo visualizing an XML element under the tree. if view is null no view will be available
setEmpty(boolean) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setEmptyElement(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
empty node : by default false
setEnabled(boolean) - Method in class com.japisoft.xmlpad.action.edit.CutAction
 
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.AttDescriptor
 
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setEnabledAction(String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Enabled/Disabled an action by its name
setEnabledAutoResetActionState(boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Decide or not to reset the action model with the last XMLContainer getting the focus.
setEnableDefaultXMLEntities(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Supports for standard XML Entities : '<,>,",&'
setEnabledListener(boolean) - Method in class com.japisoft.xmlpad.PopupModel
Enable "real time" notification
setEnabledListener(boolean) - Method in class com.japisoft.xmlpad.ToolBarModel
Enable "real time" notification
setEnabledRealTimeStructureChanged(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Synchronize the tree each time the text has significatif change.
setEnabledRealTimeStructureChanged(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Notify in real time any tree structure change.
setEnabledTreeLocation(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enable the view of the tree location in the status bar
setEnabledTreeLocationForCaret(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enable the tree selection for each text caret change.
setEnabledTreeLocationForCaret(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Enabled the current tree location for a caret change.
setEnabledXPathLocation(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Enabled XPath location each time the cursor change.
setEncoding(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setEntityResolver(XMLEntityResolver) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Update the current entity resolver, it is useful for traducing char to entity while reading and the contrary when getting the current text
setEnumeration(String[]) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set of supported values
setErrorIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default error icon
setErrorLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the renderer for error line.
setErrorListener(ErrorListener) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
For inner usage
setErrorPanelAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal panel for each parsing error with a comment line.
setFactory(ComponentFactory) - Static method in class com.japisoft.xmlpad.ComponentFactory
Override the default factory by a subclass
setFeature(String, boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Set a feature for the action
setFeature(String, String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Set a feature for this action name
setFocusView(boolean) - Method in interface com.japisoft.xmlpad.IView
Show a border when true
setFocusView(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
 
setForceExtension(boolean) - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
Force the XML extension when choosing a file name
setForcePrefix(String) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
 
setIcon(String, Icon) - Static method in class com.japisoft.xmlpad.action.ActionModel
Reset the default icon for this actionName by this one
setIconForAction(String, Icon) - Static method in class com.japisoft.xmlpad.action.ActionModel
Replace an action icon by this one
setId(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Give an identifier
setIgnoreComment(boolean) - Method in class com.japisoft.dtdparser.Parser
Decide to ignore comment.
setInitialElementViewDividerLocation(double) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the initial divider location between the tree and the element view.
setInitialTreeTextDividerLocation(double) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the initial divider location between tree and text.
setLastNodeParsed(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Provides the last parsed root node.
setLineNumber(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
reset the caret to the current line number
setLocation(SimpleNode, int) - Method in class com.japisoft.xmlpad.helper.AbstractHelper
Prepare this helper for this location
setLocation(SimpleNode, int) - Method in class com.japisoft.xmlpad.helper.AbstractTagHelper
Set the current location
setLocation(SimpleNode, int) - Method in interface com.japisoft.xmlpad.helper.Helper
Prepare the helper at this location
setLocation(SimpleNode, int) - Method in interface com.japisoft.xmlpad.helper.TagHelper
Reset the current location for computing available tags
setLocationListener(LocationListener) - Method in class com.japisoft.xmlpad.XMLContainer
Set a listener for giving information about the current document location
setMaxOcc(int) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setMessageForOk(String) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
Reset the message when the parsing step is correct
setMinOcc(int) - Method in class com.japisoft.xmlpad.helper.TagDescriptor
 
setModifiedState(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Update this container state if the document has been changed
setName(String) - Method in class com.japisoft.xmlpad.action.ActionGroup
Set a name for this group
setName(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the attribute name
setName(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Name of the element
setName(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the name of the entity
setNamespace(String) - Method in class com.japisoft.xmlpad.helper.AbstractHelper
 
setNamespace(String) - Method in interface com.japisoft.xmlpad.helper.TagHelper
 
setNameSpace(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the namespace
setNavigationHistoryLimit(int) - Method in class com.japisoft.xmlpad.XMLContainer
Set the navigation limit.
setNodeAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node attribute
setNodeComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
Set the node comment
setNodeContent(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node content
setNodeFactory(DTDNodeFactory) - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
setNodeFactory(DTDNodeFactory) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Factory for building DTDNode
setNodeParent(MutableNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node parent
setNodeType(int) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the node type : COMMENT, ENTITY, ELEMENT or ATTRIBUTE
setOperator(int) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Set the occurency operator : - ZERO_MORE_ITEM_OPERATOR, - ONE_MORE_ITEM_OPERATOR, - ZERO_ONE_ITEM_OPERATOR
setOriginalDTDLocation(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Particular case when a mapping is done with the DTD location
setParam(Object) - Method in class com.japisoft.xmlpad.action.XMLAction
Set an optionnal parameter.
setParam(String, Object) - Static method in class com.japisoft.xmlpad.action.ActionModel
Set this param for the action related to the actionName
setParam(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
For template usage
setParameter(boolean) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set this entity as parameter : example <!
setParamValues(HashMap) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset parameters for template.
setParentType(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a parent type for this document
setParseBeforeSaving(boolean) - Method in class com.japisoft.xmlpad.XMLIntegrity
Decide to parse the document before saving.
setPCDATA(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
setPopable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in a popup menu
setPopableErrorMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
By default to false, this mode will open a dialog box for each parsing error with the parsing error message
setPopupAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Create a default popup.
setPopupAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setPopupAvailable
setPopupForOk(boolean) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
Enabled/Disable a dialog box confirming the parsing step is correct.
setProperty(String, Object) - Method in interface com.japisoft.xmlpad.IXMLPanel
reset a component property
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.XMLAction
Reset a property value for this action.
setProperty(String, Object) - Method in class com.japisoft.xmlpad.XMLContainer
Store a property inside this container.
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.file.SaveAction
 
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Support for INDENT_CHAR_PROPERTY, INDENT_SIZE_PROPERTY properties
setProperty(String, String) - Static method in class com.japisoft.xmlpad.XMLPadProperties
Reset a property by this one
setProperty(String, String, Object) - Static method in class com.japisoft.xmlpad.action.ActionModel
Reset a property value by calling setProperty on the action known by actionName.
setPropertyContent(Properties) - Static method in class com.japisoft.xmlpad.XMLPadProperties
Here a way for overriding the default Properties content
setProtectTag(boolean) - Method in class com.japisoft.xmlpad.XMLIntegrity
If true, it protects all tag from user insert or remove
setRawContent(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Reset the template with only this content
setRealTimeTree(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
The real time tree will be available : By default true
setRealTimeTreeOnTextChange(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
If you use the false value the tree will only be updated for each return key.
setRelaxNGLocation(SchemaLocator) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current RelaxNGLocation
setRelaxNGValidationLocation(SchemaLocator) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current RelaxNG document path for validating the current document
setRelaxNGValidationLocation(String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current RelaxNG document path for validating the current document.
setRenderingMode(int) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Update the rendering mode :DEFAULT_MODE ...
setReplaceAmp(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolve the amp character as entity.
setReplaceAPos(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolve the ' character as entity.
setReplaceGt(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the gt character is resolved as entity.
setReplaceLt(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the lt character as entity.
setReplaceQuote(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the " character as entity.
setRequired(boolean) - Method in class com.japisoft.xmlpad.helper.AttDescriptor
 
setResolveIncludeForExtension(String) - Method in class com.japisoft.dtdparser.Parser
Limit include to subpart like 'mod'
setResult(String) - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
Set the editing result.
setRoot(RootDTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the root node
setRootNode(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setSchema(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setSchema(String, String[], String[], int) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current schema location
setSchemaLocation(String, String[], String[], String, int) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current Schema location
setSelectionColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default selection color
setSelectionHighlightColor(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setSelectionLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the renderer for error line.
setSimpleParent(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
reset the parent node
setSource(String) - Method in class com.japisoft.xmlpad.helper.AbstractTagHelper
Reset the schema initial source
setSplit(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. Use the same method name with two arguments
setSplit(boolean, boolean) - Method in class com.japisoft.xmlpad.XMLContainer
if true, it will split the current editors in two one else it will unsplit the two current editors in only one
setStartingLine(int) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the node line location
setStartingOffset(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setState(TreeState) - Method in class com.japisoft.xmlpad.tree.RealTimeTreeManager
Update the current tree state
setStatusBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal statusbar with the current location.
setStoppingLine(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setStoppingOffset(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setStructureDamagedListener(StructureDamagedListener) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Listener for XML tree changes
setSupportedFileExt(String[]) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a set of file extension for this document type
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.editor.CommonView
 
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
Reset it to support XML syntax color.
setSyntaxColor(boolean) - Method in interface com.japisoft.xmlpad.editor.XMLViewable
 
setSyntaxCompletion(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enabled/Disabled syntax completion.
setSyntaxHelper(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the syntax helper.
setSyntaxPopup(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Enable a popup while entering < or &
setSystemDocument(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Special flag for multiple document usage
setSystemHelper(SystemHelper) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Update the current system helper or reset it to null for the default one
setSystemHelperClass(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a class name for the system helper
setTemplate(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Set a template for this document type
setTemplate(XMLTemplate) - Method in class com.japisoft.xmlpad.XMLContainer
Template for the 'new' operation
setText(InputStream) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Note : You must use setText on the XMLContainer rather than on this class Load the text from the inputstream.
setText(String) - Method in interface com.japisoft.xmlpad.Accessibility
Reset the editing content.
setText(String) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getAccessibility().setText()
setText(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Note : You must use setText on the XMLContainer rather than on this class
setTextColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text color
setTextFont(Font) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text font
setTextFont(Font) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
Reset the default text font
setTextIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text icon
setTitle(String) - Method in class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper
 
setTitle(String) - Method in interface com.japisoft.xmlpad.helper.ui.TitledPanelHelper
Update the title of the popup's header
setToolbarable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in the main toolbar.
setToolBarAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Create a default toolbar.
setToolBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().setToolBarAvailable
setToolBarVisible(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Show or hide the default toolbar.
setToolBarVisible(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().setToolBarVisible
setTreeAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
The tree will be available for this document
setTreeAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Decide to have a left tree with the XML document content or not.
setTreeAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeAvailable()
setTreeDelegate(JTree) - Method in interface com.japisoft.xmlpad.UIAccessibility
This is a way to share a tree which is outside the XMLContainer.
setTreeDelegate(JTree) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeDelegate
setTreePopable(boolean) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
true if this action is available in the tree popup.
setTreePopupAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the tree popup.
setTreePopupAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreePopupAvailable
setTreeToolBarable(boolean) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
true if this action could appear inside the tree toolbar.
setTreeToolBarAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Decide to have a toolbar at the top of the tree or not.
setTreeVisible(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Show or hide the location tree.
setTreeVisible(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeVisible
setType(int) - Method in class com.japisoft.fastparser.node.SimpleNode
Update the node type, this is TEXT_NODE, TAG_NODE or COMMENT_NODE
setType(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute type : -ID_ATT_VAL- IDREF_ATT_VAL-ENTITY_ATT_VAL- ENTITIES_ATT_VAL-NMTOKEN_ATT_VAL- NMTOKENS_ATT_VAL-CDATA_ATT_VAL
setType(int) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Set the type of the set : CHOICE_TYPE or SEQUENCE_TYPE
setType(int) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the entity nature : INTERNAL, PUBLIC or SYSTEM
setType(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a known type for this document
setUIReady(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
This is called by the view while the addNotify or the removeNotify.
setUIStateListener(UIStateListener) - Method in class com.japisoft.xmlpad.XMLContainer
Here a listener for knowing the user interface state : ready or not
setUndoManager(UndoManager) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the undo manager
setUsage(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute usage :REQUIRED_ATT IMPLIED_ATT FIXED_ATT
setValidating(boolean) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Choose to validate this document
setValue(char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
setValue(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the value of the entity
setVersion(int, int) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
XMLTemplate version
setVisible(boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
setVisibleWithoutAutoLocation(boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
Show this dialog box without an auto center location
setWorkingDirectory(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default working directory.
setWrappedMode(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
Wrapped the line automatically if true
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
This override controls if the container has a tree
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the container for this editor
setXMLEditor(XMLEditor) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
setXPathLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
SharedProperties - class com.japisoft.xmlpad.SharedProperties.
Set of common properties.
SharedProperties() - Constructor for class com.japisoft.xmlpad.SharedProperties
 
show(int, String) - Method in class com.japisoft.xmlpad.helper.AbstractHelper
Show the helper on this editor at this offset location
show(int, String) - Method in interface com.japisoft.xmlpad.helper.Helper
Show the helper at this offset
show(int, String, boolean) - Method in class com.japisoft.xmlpad.helper.AbstractHelper
Show the helper on this editor at this offset location
showAttributeSyntaxHelperPopup(int, String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show a popup for attributes syntax helping at this offset
showAttributeValuesSyntaxHelperPopup(String, char, int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show a popup for attributes values from enumeration at this offset
showDialog(Window, String, String, String, Icon, JComponent) - Static method in class com.japisoft.xmlpad.dialog.DialogManager
 
showDialog(Window, String, String, String, Icon, JComponent) - Method in interface com.japisoft.xmlpad.dialog.DialogManagerDelegate
 
showEditor(File, FileFilter) - Static method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
showEditor(String[]) - Static method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
return a MultipleDocumentEditor editing all provided file path.
showEditor(String, boolean) - Static method in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
Edit the provided file by opening a new Frame with the XMLPad container.
showEntitySyntaxHelperPopup(int, String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show a popup for entities syntax helping at this offset.
showPopup(Component, int, int) - Method in class com.japisoft.xmlpad.XMLContainer
Show a popup.
showSystemSyntaxHelperPopup(int, String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show the popup for system syntax helping at this offset like comment or cdata
showTagSyntaxHelperPopup(int, String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show the popup for tags syntax helping at this offset.
SimpleLineRenderer - class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer.
Simple line renderer
SimpleLineRenderer() - Constructor for class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer
 
SimpleNode - class com.japisoft.fastparser.node.SimpleNode.
Simple node.
SimpleNode(int, String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
 
SimpleNode(SimpleNode, int, String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
 
SimpleNode(String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
Create a tag node
SingleDocumentEditor - class com.japisoft.xmlpad.toolkit.SingleDocumentEditor.
This tookit is a manager for single XML file edition.
size() - Method in class com.japisoft.xmlpad.PopupModel
 
size() - Method in class com.japisoft.xmlpad.ToolBarModel
 
SPLIT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Split vertically action
SPLIT_ACTION_HOR - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Split horizontally action
split() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use split with one argument
split(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
 
SplitAction - class com.japisoft.xmlpad.action.other.SplitAction.
Split the container vetically
SplitAction() - Constructor for class com.japisoft.xmlpad.action.other.SplitAction
 
SplitActionHorizontal - class com.japisoft.xmlpad.action.other.SplitActionHorizontal.
Split the container horizontally
SplitActionHorizontal() - Constructor for class com.japisoft.xmlpad.action.other.SplitActionHorizontal
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.helper.CommonPopup
 
StaticEntityHelper - class com.japisoft.xmlpad.helper.StaticEntityHelper.
Helper without DTD/Schema.
StaticEntityHelper() - Constructor for class com.japisoft.xmlpad.helper.StaticEntityHelper
 
StaticTagHelper - class com.japisoft.xmlpad.helper.StaticTagHelper.
This helper will not take into account the XML structure
StaticTagHelper() - Constructor for class com.japisoft.xmlpad.helper.StaticTagHelper
 
storeEntity(String, char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Store an entity value
storeEntityValue(char, String) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Store the tied entity for the character value
streamProvided() - Method in class com.japisoft.xmlpad.helper.SchemaLocator
 
StructureDamagedListener - interface com.japisoft.xmlpad.editor.StructureDamagedListener.
Notify that the XML structure had changed This is useful for real-time tree view.
SurroundCDATAAction - class com.japisoft.xmlpad.action.edit.SurroundCDATAAction.
Surround the selection by an XML CDATA Section
SurroundCDATAAction() - Constructor for class com.japisoft.xmlpad.action.edit.SurroundCDATAAction
 
SurroundTagAction - class com.japisoft.xmlpad.action.edit.SurroundTagAction.
Surround by a tag the selection
SurroundTagAction() - Constructor for class com.japisoft.xmlpad.action.edit.SurroundTagAction
 
synchronousCurrentLocation(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Synchronous action for refreshing the current document location from the caret position
SyntaxHelper - class com.japisoft.xmlpad.helper.SyntaxHelper.
SyntaxHelper This classes is a method factory for finding helper for the current XMLPad context usage.
SyntaxHelper() - Constructor for class com.japisoft.xmlpad.helper.SyntaxHelper
 
SYSTEM_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
SYSTEM_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
SystemHelper - class com.japisoft.xmlpad.helper.SystemHelper.
This helper manager all expression starting by SystemHelper() - Constructor for class com.japisoft.xmlpad.helper.SystemHelper
 
SystemHelper(boolean) - Constructor for class com.japisoft.xmlpad.helper.SystemHelper
 
SystemPopup - class com.japisoft.xmlpad.helper.SystemPopup.
Popup for all system declaration like comment, cdata...
SystemPopup(TagDescriptor[], int, Document) - Constructor for class com.japisoft.xmlpad.helper.SystemPopup
 

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