public class XMLView
extends javax.swing.text.PlainView
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
TAG_ATTRIBUTE_PATTERN |
static java.util.regex.Pattern |
TAG_ATTRIBUTE_VALUE |
static java.util.regex.Pattern |
TAG_CDATA_END |
static java.util.regex.Pattern |
TAG_CDATA_START |
static java.util.regex.Pattern |
TAG_COMMENT |
static java.util.regex.Pattern |
TAG_END_PATTERN |
static java.util.regex.Pattern |
TAG_PATTERN |
static java.util.regex.Pattern |
UNDERSPEC_VAR |
Constructor and Description |
---|
XMLView(javax.swing.text.Element element) |
Modifier and Type | Method and Description |
---|---|
protected int |
drawUnselectedText(java.awt.Graphics graphics,
int x,
int y,
int p0,
int p1) |
changedUpdate, damageLineRange, drawLine, drawSelectedText, getLineBuffer, getPreferredSpan, getTabSize, insertUpdate, lineToRect, modelToView, nextTabStop, paint, removeUpdate, setSize, updateDamage, updateMetrics, viewToModel
append, breakView, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getResizeWeight, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setParent, updateChildren, updateLayout, viewToModel
public static java.util.regex.Pattern TAG_PATTERN
public static java.util.regex.Pattern TAG_END_PATTERN
public static java.util.regex.Pattern TAG_ATTRIBUTE_PATTERN
public static java.util.regex.Pattern TAG_ATTRIBUTE_VALUE
public static java.util.regex.Pattern TAG_COMMENT
public static java.util.regex.Pattern TAG_CDATA_START
public static java.util.regex.Pattern TAG_CDATA_END
public static java.util.regex.Pattern UNDERSPEC_VAR