XML Text Editor
This is the home page for the XML Text Editor module.
Introduction
The module provides text editing capabilities. It adds syntax coloring, abbreviation support and simple indentation engine into text editing of XML and DTD documents.
Icons
This section contains a list of the icons used in this module.
EditorKit Implementation
The text editor module registers new JEditorKit for JEditorPane.
The kit is registered under text/xml content type key. Note that NetBeans
editor uses this kit also for all */*+xml types if no particular registration
exists. An example code that shows the kit implementation.
Note that kit implementation itself is private but it honours some SPI
providers. These experimental SPIs are located in xml/core
module. Notably the org.netbeans.modules.xml.spi.model SPI
allows to implement custom code completion.
Links
Code Completion Model
Code completion UML model
Source Code
http://xml.netbeans.org/source/browse/xml/text-edit/