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

Uses in package com.sun.java.help.impl

Constructors with parameter type com.sun.java.help.impl.TagProperties

Tag.Tag(String name, TagProperties atts, boolean isEnd, boolean isEmpty)
Sets the tag, position, and type.

Fields of type com.sun.java.help.impl.TagProperties

TagProperties
The tag attributes, in identifier, value pairs.

Methods with parameter type com.sun.java.help.impl.TagProperties

void
void
DocumentParser.tag(String name, TagProperties atts, boolean endTag, boolean emptyTag)
This method emits a tag It should be overridden by the subclass
void
Parser.tag(String name, TagProperties atts, boolean endTag, boolean emptyTag)
This method emits a tag It should be overridden by the subclass