| Package | Description |
|---|---|
| com.sun.java.help.impl |
Implementation classes for JavaHelp.
|
| Modifier and Type | Field and Description |
|---|---|
TagProperties |
Tag.atts
The tag attributes, in identifier, value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentParser.setXmlEntities(TagProperties attr) |
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
|
| Constructor and Description |
|---|
Tag(java.lang.String name,
TagProperties atts,
boolean isEnd,
boolean isEmpty)
Sets the tag, position, and type.
|