|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Parser.tag(java.lang.String name,
TagProperties atts,
boolean endTag,
boolean emptyTag)
|
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 |
DocumentParser.setXmlEntities(TagProperties attr)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |