org.seasar.tuigwaa.cms.core.pdf
クラス CJKHTMLWorker

java.lang.Object
  拡張com.lowagie.text.html.simpleparser.HTMLWorker
      拡張org.seasar.tuigwaa.cms.core.pdf.CJKHTMLWorker
すべての実装インタフェース:
com.lowagie.text.DocListener, com.lowagie.text.ElementListener, EventListener, com.lowagie.text.pdf.SimpleXMLDocHandler

public class CJKHTMLWorker
extends com.lowagie.text.html.simpleparser.HTMLWorker

Extends HTMLWorker to use CJKFactoryProperties instead of FactoryProperties while parsing.

作成者:
someda

フィールドの概要
 
クラス com.lowagie.text.html.simpleparser.HTMLWorker から継承したフィールド
cprops, currentParagraph, document, isPRE, objectList, pendingLI, pendingP, pendingTD, pendingTR, skipText, stack, style, tableState, tagsSupported, tagsSupportedString
 
コンストラクタの概要
CJKHTMLWorker(com.lowagie.text.DocListener doc)
           
 
メソッドの概要
 void endElement(String tag)
           
static ArrayList parseToList(Reader reader, com.lowagie.text.html.simpleparser.StyleSheet style)
           
 void startElement(String tag, HashMap h)
           
 void text(String str)
           
 
クラス com.lowagie.text.html.simpleparser.HTMLWorker から継承したメソッド
add, add, clearTextWrap, close, endDocument, newPage, open, parse, removeWatermark, resetFooter, resetHeader, resetPageCount, setFooter, setHeader, setMarginMirroring, setMargins, setPageCount, setPageSize, setStyleSheet, startDocument
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CJKHTMLWorker

public CJKHTMLWorker(com.lowagie.text.DocListener doc)
メソッドの詳細

parseToList

public static ArrayList parseToList(Reader reader,
                                    com.lowagie.text.html.simpleparser.StyleSheet style)
                             throws IOException
例外:
IOException

startElement

public void startElement(String tag,
                         HashMap h)

endElement

public void endElement(String tag)

text

public void text(String str)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.