final AttributeSet attr) {
return new BlockElement(parent, attr);
}
protected void insertUpdate(final DefaultDocumentEvent event, final AttributeSet attrs) {
AttributeSet contentAttr = attrs;
if (contentAttr == null) {
contentAttr = new SimpleAttributeSet();
((SimpleAttributeSet)contentAttr).addAttribute(StyleConstants.NameAttribute, Tag.CONTENT);
}
super.insertUpdate(event, contentAttr);