Uses of Class
com.sun.java.help.impl.TagProperties

Packages that use TagProperties
com.sun.java.help.impl Implementation classes for JavaHelp. 
 

Uses of TagProperties in com.sun.java.help.impl
 

Fields in com.sun.java.help.impl declared as TagProperties
 TagProperties Tag.atts
          The tag attributes, in identifier, value pairs.
 

Methods in com.sun.java.help.impl with parameters of type TagProperties
protected  void DocumentParser.setXmlEntities(TagProperties attr)
           
protected abstract  void DocumentParser.tag(java.lang.String name, TagProperties atts, boolean endTag, boolean emptyTag)
          This method emits a tag It should be overridden by the subclass
protected  void Parser.tag(java.lang.String name, TagProperties atts, boolean endTag, boolean emptyTag)
           
 

Constructors in com.sun.java.help.impl with parameters of type TagProperties
Tag(java.lang.String name, TagProperties atts, boolean isEnd, boolean isEmpty)
          Sets the tag, position, and type.