|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
public interface TemplatesHandler
SAX 구문 분석 이벤트 (변환 명령을 구문 분석 한다)를 처리해 Templates 객체로 하는데 사용할 수 있는 SAX ContentHandler 입니다.
TemplatesHandler 는 LexicalHandler 를 구현할 필요는 없습니다.
| 메소드의 개요 | |
|---|---|
String |
getSystemId ()
상대 URL 를 해결하는 베이스 식별자 (URI 또는 시스템 식별자)를 가져옵니다. |
Templates |
getTemplates ()
TemplatesHandler 객체가 변환 명령을 구문 분석하기 위한 ContentHandler 로서 사용되는 경우는, Templates 객체가 작성되어 SAX 이벤트가 완료하면(자) 호출측에서 취득할 수 있습니다. |
void |
setSystemId (String systemID)
이 빌더로 작성되는 Templates 객체의 베이스 식별자 (URI 또는 시스템 식별자)를 설정합니다. |
| 인터페이스 org.xml.sax. ContentHandler 로부터 상속된 메소드 |
|---|
characters , endDocument , endElement , endPrefixMapping , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startElement , startPrefixMapping |
| 메소드의 상세 |
|---|
Templates getTemplates()
void setSystemId(String systemID)
systemID - 이 스타일 시트의 베이스 URIString getSystemId()
setSystemId(java.lang.String) 로 설정된 시스템 식별자
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.