|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
public interface TransformerHandler
TransformerHandler 는 SAX ContentHandler 구문 분석 이벤트를 대기해, 그것을 Result 로 변환합니다.
메소드의 개요 | |
---|---|
String |
getSystemId ()
상대 URL 를 해결하는 베이스 식별자 (URI 또는 시스템 식별자)를 가져옵니다. |
Transformer |
getTransformer ()
파라미터 및 출력 프로퍼티을 설정하기 위해서 필요한, 이 핸들러에 관련하는 Transformer 를 가져옵니다. |
void |
setResult (Result result)
변환에 사용되는, 이 TransformerHandler 에 관련한 Result 를 설정합니다. |
void |
setSystemId (String systemID)
상대 URL 를 해결하는 베이스 식별자 (URI 또는 시스템 식별자)를 설정합니다. |
인터페이스 org.xml.sax. ContentHandler 로부터 상속된 메소드 |
---|
characters , endDocument , endElement , endPrefixMapping , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startElement , startPrefixMapping |
인터페이스 org.xml.sax.ext. LexicalHandler 로부터 상속된 메소드 |
---|
comment , endCDATA , endDTD , endEntity , startCDATA , startDTD , startEntity |
인터페이스 org.xml.sax. DTDHandler 로부터 상속된 메소드 |
---|
notationDecl , unparsedEntityDecl |
메소드의 상세 |
---|
void setResult(Result result) throws IllegalArgumentException
변환에 사용되는, 이 TransformerHandler
에 관련한 Result
를 설정합니다.
result
- Result
인스턴스.
null
는 불가
IllegalArgumentException
- 어떠한 이유로써 결과가 무효의 경우void setSystemId(String systemID)
systemID
- 소스 트리의 베이스 URIString getSystemId()
setSystemId(java.lang.String)
로 설정된 시스템 식별자Transformer getTransformer()
파라미터 및 출력 프로퍼티을 설정하기 위해서 필요한, 이 핸들러에 관련하는 Transformer
를 가져옵니다.
TransformerHandler
에 관련한다
Transformer
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.