public class JHPCData extends JHElement
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_text |
Constructor and Description |
---|
JHPCData(java.util.List elements,
java.lang.String text,
int line,
int column)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
processPCData(HtmlStack elementStack,
HtmlMetadata metadata)
Extracts metadata and entities from the PCData object
and its stack context.
|
getColumn, getEntities, getLine
public JHPCData(java.util.List elements, java.lang.String text, int line, int column)
elements
- The list of parsed elements, to which
this gets added. May be null for a stub
element not generated by the parser.text
- The name of the tagline
- Line number, for information reportingcolumn
- Line number, for information reportingprotected void processPCData(HtmlStack elementStack, HtmlMetadata metadata)