|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.text.html.HTMLEditorKit.ParserCallback
public static class HTMLEditorKit.ParserCallback
구문 분석의 결과가, 이러한 콜백 메소드를 호출합니다. 오픈과 클로즈의 회수는 같게 할 필요가 있습니다. flush
메소드는 마지막에 불려 가 보류 상태의 임의의 데이터를 문서에 플래시 할 기회를 수신 측에 줍니다.
AttributeSets 의 내용, 위치, 및 그 외의 정보에 대해서는, 사용되는 디폴트의 퍼서인 DocumentParser 를 참조해 주세요.
DocumentParser
필드의 개요 | |
---|---|
static Object |
IMPLIED
요소가 암시되고 있는 것을 나타내기 위해서(때문에), 속성 세트의 속성으로서 인도해집니다. |
생성자 의 개요 | |
---|---|
HTMLEditorKit.ParserCallback ()
|
메소드의 개요 | |
---|---|
void |
flush ()
|
void |
handleComment (char[] data,
int pos)
|
void |
handleEndOfLineString (String eol)
스트림의 해석이 종료해, flush 의 전에 불려 갑니다. |
void |
handleEndTag (HTML.Tag t,
int pos)
|
void |
handleError (String errorMsg,
int pos)
|
void |
handleSimpleTag (HTML.Tag t,
MutableAttributeSet a,
int pos)
|
void |
handleStartTag (HTML.Tag t,
MutableAttributeSet a,
int pos)
|
void |
handleText (char[] data,
int pos)
|
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
필드의 상세 |
---|
public static final Object IMPLIED
생성자 의 상세 |
---|
public HTMLEditorKit.ParserCallback()
메소드의 상세 |
---|
public void flush() throws BadLocationException
BadLocationException
public void handleText(char[] data, int pos)
public void handleComment(char[] data, int pos)
public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
public void handleEndTag(HTML.Tag t, int pos)
public void handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
public void handleError(String errorMsg, int pos)
public void handleEndOfLineString(String eol)
flush
의 전에 불려 갑니다. eol
는, 스트림의 해석중에 가장 많이 검출되는 \n, \r 또는 \r\n 의 어떤 것인가입니다.
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.