javax.swing.text.html
Class HTMLDocument.TaggedAttributeSet

java.lang.Object
  extended byjavax.swing.text.SimpleAttributeSet
      extended byjavax.swing.text.html.HTMLDocument.TaggedAttributeSet
All Implemented Interfaces:
AttributeSet, Cloneable, MutableAttributeSet, Serializable
Enclosing class:
HTMLDocument

static class HTMLDocument.TaggedAttributeSet
extends SimpleAttributeSet

Used by StyleSheet to determine when to avoid removing HTML.Tags matching StyleConstants.


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.SimpleAttributeSet
 
Nested classes inherited from class javax.swing.text.AttributeSet
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
Field Summary
 
Fields inherited from class javax.swing.text.SimpleAttributeSet
EMPTY
 
Fields inherited from interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
 
Constructor Summary
(package private) HTMLDocument.TaggedAttributeSet()
           
 
Methods inherited from class javax.swing.text.SimpleAttributeSet
addAttribute, addAttributes, clone, containsAttribute, containsAttributes, copyAttributes, equals, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, hashCode, isDefined, isEmpty, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLDocument.TaggedAttributeSet

HTMLDocument.TaggedAttributeSet()