edu.harvard.hul.ois.jhove.module.html
Class JHPCData
java.lang.Object
   edu.harvard.hul.ois.jhove.module.html.JHElement
edu.harvard.hul.ois.jhove.module.html.JHElement
       edu.harvard.hul.ois.jhove.module.html.JHPCData
edu.harvard.hul.ois.jhove.module.html.JHPCData
- public class JHPCData 
- extends JHElement
Representation of parsed HTML PCDATA.
- Author:
- Gary McGath
| Field Summary | 
|  java.lang.String | _text
 | 
 
 
| Constructor Summary | 
| JHPCData(java.util.List elements,
         java.lang.String text,
         int line,
         int column)Constructor.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_text
public java.lang.String _text
JHPCData
public JHPCData(java.util.List elements,
                java.lang.String text,
                int line,
                int column)
- Constructor.
 
- Parameters:
- 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 tag
- line- Line number, for information reporting
- column- Line number, for information reporting
 
processPCData
protected void processPCData(HtmlStack elementStack,
                             HtmlMetadata metadata)
- Extracts metadata and entities from the PCData object 
  and its stack context.
 
-