Uses of Class
com.sun.java.help.impl.TagProperties
Packages that use TagProperties
-
Uses of TagProperties in com.sun.java.help.impl
Fields in com.sun.java.help.impl declared as TagPropertiesMethods in com.sun.java.help.impl with parameters of type TagPropertiesModifier and TypeMethodDescriptionprotected void
DocumentParser.setXmlEntities
(TagProperties attr) protected abstract void
DocumentParser.tag
(String name, TagProperties atts, boolean endTag, boolean emptyTag) This method emits a tag It should be overridden by the subclassprotected void
Parser.tag
(String name, TagProperties atts, boolean endTag, boolean emptyTag) Constructors in com.sun.java.help.impl with parameters of type TagPropertiesModifierConstructorDescriptionTag
(String name, TagProperties atts, boolean isEnd, boolean isEmpty) Sets the tag, position, and type.