com.ozacc.blog.util
クラス DefaultHTMLParser

java.lang.Object
  拡張javax.swing.text.EditorKit
      拡張javax.swing.text.DefaultEditorKit
          拡張javax.swing.text.StyledEditorKit
              拡張javax.swing.text.html.HTMLEditorKit
                  拡張com.ozacc.blog.util.DefaultHTMLParser
すべての実装インタフェース:
Accessible, Cloneable, Serializable

public class DefaultHTMLParser
extends HTMLEditorKit

HTMLパーサ。

導入されたバージョン:
1.0
バージョン:
$Id: DefaultHTMLParser.java,v 1.1.2.1 2004/12/05 05:35:38 otsuka Exp $
作成者:
Tomohiro Otsuka
関連項目:
直列化された形式

入れ子クラスの概要
 
クラス javax.swing.text.html.HTMLEditorKit から継承した入れ子クラス
HTMLEditorKit.HTMLFactory, HTMLEditorKit.HTMLTextAction, HTMLEditorKit.InsertHTMLTextAction, HTMLEditorKit.LinkController, HTMLEditorKit.Parser, HTMLEditorKit.ParserCallback
 
クラス javax.swing.text.StyledEditorKit から継承した入れ子クラス
StyledEditorKit.AlignmentAction, StyledEditorKit.BoldAction, StyledEditorKit.FontFamilyAction, StyledEditorKit.FontSizeAction, StyledEditorKit.ForegroundAction, StyledEditorKit.ItalicAction, StyledEditorKit.StyledTextAction, StyledEditorKit.UnderlineAction
 
クラス javax.swing.text.DefaultEditorKit から継承した入れ子クラス
DefaultEditorKit.BeepAction, DefaultEditorKit.CopyAction, DefaultEditorKit.CutAction, DefaultEditorKit.DefaultKeyTypedAction, DefaultEditorKit.InsertBreakAction, DefaultEditorKit.InsertContentAction, DefaultEditorKit.InsertTabAction, DefaultEditorKit.PasteAction
 
フィールドの概要
 
クラス javax.swing.text.html.HTMLEditorKit から継承したフィールド
BOLD_ACTION, COLOR_ACTION, DEFAULT_CSS, FONT_CHANGE_BIGGER, FONT_CHANGE_SMALLER, IMG_ALIGN_BOTTOM, IMG_ALIGN_MIDDLE, IMG_ALIGN_TOP, IMG_BORDER, ITALIC_ACTION, LOGICAL_STYLE_ACTION, PARA_INDENT_LEFT, PARA_INDENT_RIGHT
 
クラス javax.swing.text.DefaultEditorKit から継承したフィールド
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deletePrevCharAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
 
コンストラクタの概要
DefaultHTMLParser()
           
 
メソッドの概要
 HTMLEditorKit.Parser getParser()
          HTMLストリームの読み込みに使用するパーサを取り出します。
 
クラス javax.swing.text.html.HTMLEditorKit から継承したメソッド
clone, createDefaultDocument, createInputAttributes, deinstall, getAccessibleContext, getActions, getContentType, getDefaultCursor, getInputAttributes, getLinkCursor, getStyleSheet, getViewFactory, insertHTML, install, read, setDefaultCursor, setLinkCursor, setStyleSheet, write
 
クラス javax.swing.text.StyledEditorKit から継承したメソッド
getCharacterAttributeRun
 
クラス javax.swing.text.DefaultEditorKit から継承したメソッド
createCaret, read, write
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultHTMLParser

public DefaultHTMLParser()
メソッドの詳細

getParser

public HTMLEditorKit.Parser getParser()
HTMLストリームの読み込みに使用するパーサを取り出します。

戻り値:
HTMLパーサ


Copyright © 2004 OZACC. All Rights Reserved.