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
すべての実装されたインタフェース:
Serializable, Cloneable, Accessible

public class DefaultHTMLParser
extends HTMLEditorKit

HTMLパーサ。

導入されたバージョン:
1.0
バージョン:
$Id: DefaultHTMLParser.java 180 2005-07-22 09:26:25Z otsuka $
作成者:
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, isAutoFormSubmission, read, setAutoFormSubmission, 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ストリームの読み込みに使用するパーサを取り出します。

オーバーライド:
クラス HTMLEditorKit 内の getParser
戻り値:
HTMLパーサ


Copyright © 2004-2006 OZACC. All Rights Reserved.