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