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 voidDocumentParser.setXmlEntities(TagProperties attr) protected abstract voidDocumentParser.tag(String name, TagProperties atts, boolean endTag, boolean emptyTag) This method emits a tag It should be overridden by the subclassprotected voidParser.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.